Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Plugin Properties Options allow a plugin to gather configuration data from the a plugin user.
  • Plugin Properties Options should be returned in the abstract method "getPropertyOptions" of each plugin.
  • Plugin Properties Options are in JSON format.

...

  1. Hidden field - hidden
  2. Read only field – readonly
  3. Text field – textfield
  4. Password field – password
  5. Text area Area field – textarea
  6. HTML editor Editor field – htmleditor
  7. Checkbox field – checkbox
  8. Radio button Button field – radio
  9. Select box Box field – selectbox
  10. Multi select box Select Box field – multiselect
  11. Element (Plugin) select Select field – elementselect
  12. Grid field - grid

...