Skip to content
Snippets Groups Projects
Commit e8dd0b2f authored by Seamus Lee's avatar Seamus Lee
Browse files

Minor style changes

parent c6483964
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,8 @@ class CRM_Example_Form extends CRM_Core_Form {
}
```
!!!note
In CiviCRM Core, sometimes in sub classes e.g. in the Custom Search Sub classes, the function `buildForm` is used instead of `buildQuickForm, However there will be a call in the parent function for `buildQuickFrom` which then includes the subClasses buildForm. This is not standard for new form classes.`
!!! note "builQuickForm v buildForm"
In CiviCRM Core, sometimes in sub classes e.g. in the Custom Search Sub classes, the function `buildForm` is used instead of `buildQuickForm`, However there will be a call in the parent function for `buildQuickFrom` which then includes the subClasses `buildForm`. This is not standard for new form classes.
## Form Elements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment