◆ __get()
Method to get certain otherwise inaccessible properties from the form field object.
- Paramètres
-
string | $name | The property name for which to the the value. |
- Renvoie
- mixed The property value or null.
- Depuis
- 2.0
Références $name.
◆ getInput()
At the timing of this writing (2013-12-03), the Joomla "rules" field is buggy. When you are dealing with a new record it gets the default permissions from the root asset node, which is fine for the default permissions of Joomla articles, but unsuitable for third party software. We had to copy & paste the whole code, since we can't "inject" the correct asset id if one is not found. Our fixes are surrounded by FOF Library fix
remarks.
- Renvoie
- string The input field's HTML for this field type
◆ getInput25()
Références $action, $assetId, Access\$assetRules, $component, $db, $groups, $html, $js, $query, $section, elseif, ENT_COMPAT, getDocument, FOFPlatform\getInstance(), JRequest\getInt(), htmlspecialchars, name, null, et JError\raiseNotice().
◆ getInput3x()
Références $action, $active, $assetId, Access\$assetRules, $component, $db, $groups, $html, $query, $section, elseif, ENT_COMPAT, FOFPlatform\getInstance(), htmlspecialchars, name, et null.
◆ getRepeatable()
Get the rendering of this field type for a repeatable (grid) display, e.g. in a view listing many item (typically a "browse" task)
- Depuis
- 2.1
- Renvoie
- string The field HTML
Implémente FOFFormField.
◆ getStatic()
Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).
- Depuis
- 2.0
- Renvoie
- string The field HTML
Implémente FOFFormField.
◆ $item
◆ $repeatable
◆ $rowid
◆ $static
La documentation de cette classe a été générée à partir du fichier suivant :