Skip to content

SYSTEM PAGE DefaultPage

Ulf Gebhardt edited this page Jul 25, 2017 · 1 revision

SYSTEM\PAGE\DefaultPage

DefaultPage Interface provided by System to describe default page functions.

  • Interface name: DefaultPage
  • Namespace: SYSTEM\PAGE
  • This is an interface

Methods

html

string SYSTEM\PAGE\DefaultPage::html()

Html content of the page

  • Visibility: public

js

array SYSTEM\PAGE\DefaultPage::js()

Js files to be loaded for this page

  • Visibility: public
  • This method is static.

css

array SYSTEM\PAGE\DefaultPage::css()

Css files to be loaded for this page

  • Visibility: public
  • This method is static.
Clone this wiki locally