Method |
Description |
|
__construct ( ) |
Import the back end user object |
|
checkPermission ( ) |
Check permissions to edit table tl_form_field |
|
getFields ( DataContainer $dc ) : array |
Return a list of form fields |
|
getFormFieldTemplates ( ) : array |
Return all form field templates as array |
|
listFormFields ( array $arrRow ) : string |
Add the type of input field |
|
toggleIcon ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the "toggle visibility" button |
|
toggleVisibility ( integer $intId, boolean $blnVisible, DataContainer $dc = null ) |
Toggle the visibility of a form field |
|