|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct () | |
| _setupDefaultStylesheet () | |
| addLibrary (string $url, bool $xoopsUrl=true) | |
| addStylesheet (string $url, bool $xoopsUrl=true) | |
| addScript (string $script, bool $isOnloadFunction=true) | |
| getLibraryArr () | |
| getScriptArr (bool $isOnloadFunction=true) | |
| addLink (string $rel, string $href, string $type, string $title=null) | |
| addMeta (string $name, string $content) | |
| getMeta (string $name) | |
| createLibraryTag () | |
| createOnloadFunctionTag () | |
Data Fields | |
| $mUsePrototype = false | |
| $mFuncNamePrefix = '' | |
Protected Member Functions | |
| _loadGoogleJQueryLibrary () | |
| _loadLocalJQueryLibrary () | |
| _makeScript (bool $isOnloadFunction=true) | |
| _convertFuncName (string $script) | |
| _getRenderConfig (string $key) | |
Protected Attributes | |
| $_mType = 'google' | |
| $_mCore = '1' | |
| $_mUi = '1' | |
| $_mLibrary = [] | |
| $_mScript = [] | |
| $_mMeta | |
| $_mOnloadScript = [] | |
| $_mStylesheet = [] | |
| $_mLink = [] | |
Definition at line 18 of file Legacy_HeaderScript.class.php.
| __construct | ( | ) |
__construct
| void |
Definition at line 53 of file Legacy_HeaderScript.class.php.
|
protected |
_convertFuncName
| string | $script |
Definition at line 353 of file Legacy_HeaderScript.class.php.
|
protected |
Get Render Configuration
| string | $key |
Definition at line 368 of file Legacy_HeaderScript.class.php.
|
protected |
_loadGoogleJQueryLibrary
| void |
Definition at line 266 of file Legacy_HeaderScript.class.php.
|
protected |
load Local JQuery Library Defer UI since XCL 2.3.x
| void |
Definition at line 286 of file Legacy_HeaderScript.class.php.
|
protected |
_makeScript
| bool | $isOnloadFunction |
Definition at line 336 of file Legacy_HeaderScript.class.php.
| _setupDefaultStylesheet | ( | ) |
_setupDefaultStylesheet
| void |
Definition at line 80 of file Legacy_HeaderScript.class.php.
| addLibrary | ( | string | $url, |
| bool | $xoopsUrl = true ) |
addLibrary
| string | $url | |
| bool | $xoopsUrl |
Definition at line 95 of file Legacy_HeaderScript.class.php.
| addLink | ( | string | $rel, |
| string | $href, | ||
| string | $type, | ||
| string | $title = null ) |
addLink
| string | $rel | |
| string | $href | |
| string | $type | |
| string | null | $title |
Definition at line 174 of file Legacy_HeaderScript.class.php.
| addMeta | ( | string | $name, |
| string | $content ) |
addMeta
| string | $name | |
| string | $content |
Definition at line 187 of file Legacy_HeaderScript.class.php.
| addScript | ( | string | $script, |
| bool | $isOnloadFunction = true ) |
addScript
| string | $script | |
| bool | $isOnloadFunction |
Definition at line 127 of file Legacy_HeaderScript.class.php.
| addStylesheet | ( | string | $url, |
| bool | $xoopsUrl = true ) |
addStylesheet
| string | $url | |
| bool | $xoopsUrl |
Definition at line 111 of file Legacy_HeaderScript.class.php.
| createLibraryTag | ( | ) |
createLibraryTag
| void |
Definition at line 211 of file Legacy_HeaderScript.class.php.
| createOnloadFunctionTag | ( | ) |
createOnloadFunctionTag
| void |
Definition at line 306 of file Legacy_HeaderScript.class.php.
| getLibraryArr | ( | ) |
getLibraryArr
| void |
Definition at line 143 of file Legacy_HeaderScript.class.php.
| getMeta | ( | string | $name | ) |
getMeta
| string | $name |
Definition at line 199 of file Legacy_HeaderScript.class.php.
| getScriptArr | ( | bool | $isOnloadFunction = true | ) |
getScriptArr
| bool | $isOnloadFunction |
Definition at line 155 of file Legacy_HeaderScript.class.php.
|
protected |
Definition at line 21 of file Legacy_HeaderScript.class.php.
|
protected |
Definition at line 24 of file Legacy_HeaderScript.class.php.
|
protected |
Definition at line 41 of file Legacy_HeaderScript.class.php.
|
protected |
Definition at line 26 of file Legacy_HeaderScript.class.php.
|
protected |
Definition at line 39 of file Legacy_HeaderScript.class.php.
|
protected |
Definition at line 25 of file Legacy_HeaderScript.class.php.
|
protected |
Definition at line 40 of file Legacy_HeaderScript.class.php.
|
protected |
Definition at line 20 of file Legacy_HeaderScript.class.php.
|
protected |
Definition at line 22 of file Legacy_HeaderScript.class.php.
| $mFuncNamePrefix = '' |
Definition at line 44 of file Legacy_HeaderScript.class.php.
| $mUsePrototype = false |
Definition at line 43 of file Legacy_HeaderScript.class.php.