Skip to content
Snippets Groups Projects
Commit 0739a6e8 authored by Sean Madsen's avatar Sean Madsen Committed by GitHub
Browse files

Merge pull request #284 from seamuslee001/style_fix

Minor style changes
parents c6483964 e8dd0b2f
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