Dotclear 2.24
|
Static Public Member Functions | |
static | init () |
static | process () |
static | render () |
Static Protected Member Functions | |
static | settingsTable (bool $global=false) |
static | settingLine (string $id, array $s, string $ns, string $field_name, bool $strong_label) |
|
static |
Initializes the page.
References dcCore\app().
|
static |
Processes the request(s).
References dcPage\addSuccessNotice(), dcCore\app(), exit, and http\redirect().
|
static |
Renders the page.
References dcCore\app(), dcPage\breadcrumb(), html\escapeHTML(), dcPage\helpBlock(), dcPage\jsModuleLoad(), dcPage\jsPageTabs(), dcPage\notices(), and settingsTable().
|
staticprotected |
Display local or global settings
bool | $global | The global |
References dcCore\app(), form\combo(), and settingLine().
Referenced by render().
|
staticprotected |
Return table line (td) to display a setting
string | $id | The identifier |
array | $s | The setting |
string | $ns | The namespace |
string | $field_name | The field name |
bool | $strong_label | The strong label |
References form\combo(), html\escapeHTML(), form\field(), form\hidden(), and form\number().
Referenced by settingsTable().