Talk:Creating a custom form field type
From Joomla! Documentation
(Difference between revisions)
(Step 2 not needed.) |
m (moved Talk:Overriding JFormFields to Talk:Creating a custom form field type: Moved page for consistency) |
Revision as of 06:47, 7 June 2011
Set up base class is not neccessary. I have implemented custom list field using JFormField as parent class. No need for class like specified in step 2, just write our getInput() or getOptions().