|
| __construct ($config=array()) |
|
| display ($tpl=null) |
|
| hasAjaxOrderingSupport () |
|
| getLists () |
|
| getPerms () |
|
| __construct ($config=array()) |
|
| loadAnyTemplate ($path='', $forceParams=array()) |
|
| display ($tpl=null) |
|
| assign () |
|
| assignRef ($key, &$val) |
|
| escape ($var) |
|
| get ($property, $default=null) |
|
| getModel ($name=null) |
|
| getLayout () |
|
| getLayoutTemplate () |
|
| getName () |
|
| setModel ($model, $default=false, $name=null) |
|
| setLayout ($layout) |
|
| setLayoutExt ($value) |
|
| setEscape ($spec) |
|
| addTemplatePath ($path) |
|
| addHelperPath ($path) |
|
| loadTemplate ($tpl=null, $strict=false) |
|
& | getRenderer () |
|
| setRenderer (FOFRenderAbstract &$renderer) |
|
| setPreRender ($value) |
|
| setPostRender ($value) |
|
| loadHelper ($hlp=null) |
|
| getViewOptionAndName () |
|
| __construct ($properties=null) |
|
| __toString () |
|
| def ($property, $default=null) |
|
| get ($property, $default=null) |
|
| getProperties ($public=true) |
|
| getError ($i=null, $toString=true) |
|
| getErrors () |
|
| set ($property, $value=null) |
|
| setProperties ($properties) |
|
| setError ($error) |
|
◆ __construct()
__construct |
( |
|
$config = array() | ) |
|
◆ display()
Displays the view
- Paramètres
-
string | $tpl | The template to use |
- Renvoie
- boolean|null False if we can't render anything
Références $task.
◆ getLists()
Returns the internal list of useful variables to the benefit of FOFFormHeader fields.
- Renvoie
- array
- Depuis
- 2.0
◆ getPerms()
Returns a reference to the permissions object of this view
- Renvoie
- stdClass
◆ hasAjaxOrderingSupport()
hasAjaxOrderingSupport |
( |
| ) |
|
Determines if the current Joomla! version and your current table support AJAX-powered drag and drop reordering. If they do, it will set up the drag & drop reordering feature.
- Renvoie
- boolean|array False if not supported, a table with necessary information (saveOrder: should you enabled DnD reordering; orderingColumn: which column has the ordering information).
Références $fields, $listDirn, $listOrder, $saveOrder, et null.
◆ onAdd()
Executes before rendering the page for the Add task.
- Paramètres
-
string | $tpl | Subtemplate to use |
- Renvoie
- boolean Return true to allow rendering of the page
Références item, et JRequest\setVar().
◆ onBrowse()
Executes before rendering the page for the Browse task.
- Paramètres
-
string | $tpl | Subtemplate to use |
- Renvoie
- boolean Return true to allow rendering of the page
◆ onDisplay()
Executes before rendering a generic page, default to actions necessary for the Browse task.
- Paramètres
-
string | $tpl | Subtemplate to use |
- Renvoie
- boolean Return true to allow rendering of the page
Références $params, $view, FOFPlatform\getInstance(), et items.
◆ onEdit()
Executes before rendering the page for the Edit task.
- Paramètres
-
string | $tpl | Subtemplate to use |
- Renvoie
- boolean Return true to allow rendering of the page
Références FOFPlatform\getInstance().
◆ onRead()
Executes before rendering the page for the Read task.
- Paramètres
-
string | $tpl | Subtemplate to use |
- Renvoie
- boolean Return true to allow rendering of the page
◆ postRender()
Last chance to output something after rendering the view template and before returning to the caller
- Renvoie
- void
◆ preRender()
Last chance to output something before rendering the view template
- Renvoie
- void
◆ $lists
◆ $perms
La documentation de cette classe a été générée à partir du fichier suivant :