AdminCompanyLookandfeel extends AdminController
Admin Company Look And Feel Settings
Table of Contents
Methods
| actions() | List custom actions |
| addaction() | Add an action |
| customize() | Customize look and feel |
| deleteaction() | Delete custom action |
| editaction() | Edits an action |
| index() | Index |
| layout() | Customize layout |
| navigation() | Navigation customization interface |
| preAction() | Pre-action |
| template() | Set template |
| getWidgetPreview() | Renders a HTML preview of the widget |
Methods
actions()
List custom actions
public
actions() : mixed
addaction()
Add an action
public
addaction() : mixed
customize()
Customize look and feel
public
customize() : mixed
deleteaction()
Delete custom action
public
deleteaction() : mixed
editaction()
Edits an action
public
editaction() : mixed
index()
Index
public
index() : mixed
layout()
Customize layout
public
layout() : mixed
navigation()
Navigation customization interface
public
navigation() : mixed
preAction()
Pre-action
public
preAction() : mixed
template()
Set template
public
template() : mixed
getWidgetPreview()
Renders a HTML preview of the widget
private
getWidgetPreview(stdClass $widget) : string
Parameters
- $widget : stdClass
-
An object representing the widget
Return values
string —A string containing the HTML code of the preview, null on error