Versions Compared

Key

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

...

  1. actionmessage - renders the action messages (as <uk> <li> list) if they exists
  2. actionerror - renders the error messages (as <ul> and <li> list) if they exists
  3. fielderror - render the field error message (as <ul> and <li> list> if they exists
  4. checkbox - renders a checkbox input field
  5. checkboxlist - renders a list of checkboxes
  6. combobox - renders a widget that fills a text box from a select
  7. datepicker - renders a date selection widget using JavaScript and DOM
  8. doubleselect - renders a double select widget, where the second drop down depends on the first
  9. head - renders the HEAD section for specific themes, such as CSS and JavaScript imports
  10. file - renders a file input field
  11. form - renders an input form
  12. hidden - renders a hidden form field
  13. label - renders renders a label
  14. password - renders a password textfield
  15. radio - renders a radio button
  16. select - renders a select
  17. submit - renders a submit button
  18. textarea - renders a textarea
  19. textfield - renders a textfield
  20. token - renders a hidden field to stop double-submission of containing forms