Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | render () |
static | addEntry ($name, $link='', $active=false) |
static | getEntries () |
static | addFilter ($label, $name, $options, $noDefault=false) |
static | getFilters () |
static | setAction ($action) |
static | getAction () |
Attributs protégés statiques | |
static | $entries = array() |
static | $filters = array() |
static | $action = '' |
Utility class to render a list view sidebar
|
static |
Method to add a menu item to submenu.
string | $name | Name of the menu item. |
string | $link | URL of the menu item. |
bool | $active | True if the item is active, false otherwise. |
Références $active, $link, et $name.
Référencé par InstallerHelper\addSubmenu(), TemplatesHelper\addSubmenu(), MessagesHelper\addSubmenu(), NewsfeedsHelper\addSubmenu(), BannersHelper\addSubmenu(), ContactHelper\addSubmenu(), LanguagesHelper\addSubmenu(), ContentHelper\addSubmenu(), PrivacyHelper\addSubmenu(), UsersHelper\addSubmenu(), FinderHelper\addSubmenu(), MenusHelper\addSubmenu(), CacheHelper\addSubmenu(), CheckinController\addSubmenu(), et FOFRenderStrapper\renderLinkbarItems().
|
static |
Method to add a filter to the submenu
string | $label | Label for the menu item. |
string | $name | Name for the filter. Also used as id. |
string | $options | Options for the select field. |
bool | $noDefault | Don't show the label as the empty option |
Références $filters, $label, $name, et $options.
Référencé par FOFRenderStrapper\renderFormBrowse().
|
static |
|
static |
Returns an array of all submenu entries
Référencé par ModulesViewModules\addToolbar(), et FOFRenderStrapper\postRender().
|
static |
|
static |
Render the sidebar.
Référencé par InstallerViewDefault\addToolbar(), LanguagesViewOverrides\addToolbar(), TemplatesViewTemplates\addToolbar(), LanguagesViewInstalled\addToolbar(), ModulesViewModules\addToolbar(), CacheViewPurge\display(), MediaViewMedia\display(), LanguagesViewLanguages\display(), TemplatesViewStyles\display(), CacheViewCache\display(), MenusViewItems\display(), MenusViewMenus\display(), BannersViewClients\display(), BannersViewTracks\display(), UsersViewLevels\display(), UsersViewGroups\display(), NewsfeedsViewNewsfeeds\display(), PrivacyViewCapabilities\display(), BannersViewBanners\display(), UsersViewNotes\display(), CheckinViewCheckin\display(), ContactViewContacts\display(), FieldsViewFields\display(), FieldsViewGroups\display(), FinderViewFilters\display(), FinderViewMaps\display(), CategoriesViewCategories\display(), ContentViewFeatured\display(), ContentViewArticles\display(), PrivacyViewConsents\display(), UsersViewUsers\display(), FinderViewIndex\display(), PrivacyViewRequests\display(), et FOFRenderStrapper\renderFormBrowse().
|
static |
Set value for the action attribute of the filter form
string | $action | Value for the action attribute of the form |
Références $action.
Référencé par InstallerViewDiscover\addToolbar(), LanguagesViewLanguages\addToolbar(), TemplatesViewStyles\addToolbar(), CacheViewCache\addToolbar(), InstallerViewManage\addToolbar(), InstallerViewUpdatesites\addToolbar(), BannersViewTracks\addToolbar(), InstallerViewUpdate\addToolbar(), LanguagesViewOverrides\addToolbar(), TemplatesViewTemplates\addToolbar(), UsersViewNotes\addToolbar(), ContactViewContacts\addToolbar(), AssociationsViewAssociation\addToolbar(), et FOFRenderStrapper\renderFormBrowse().
|
staticprotected |
|
staticprotected |
|
staticprotected |