Skip to content

3ehrang/joomlaFields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

joomlaFields

Joomla form field to add multiple, dynamic checkboxes from database. Only for developers.

You can use this field in both site and admin component by calling:

Admin side:

JForm::addFieldPath(JPATH_COMPONENT_ADMINISTRATOR . '/models/fields');

Site side:

JForm::addFieldPath(JPATH_COMPONENT . '/models/fields');

and like other form field in your form xml file your field type will be: type="SQLcheckBoxes"

About

Joomla form field to add multiple, dynamic checkboxes from database. Only for developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages