SCHLIX\cmsHTMLPageHeader

Public Methods

public add(string $str)
Adds a text to the header
public CSS(string $src, string $media='')
Adds a locally hosted CSS relative to the httpbase
public CSS_TEXT(string $str)
Adds CSS Text to the page header
public CSS_EXTERNAL(string $src, $media='')
Adds CSS Text to the page header
public JAVASCRIPT(string $str, bool $no_http_base=false)
Adds a locally hosted Javascript file relative to the URL of this site
public JAVASCRIPT_TEXT(string $str)
Adds a Javascript text to the page header
public JAVASCRIPT_EXTERNAL(type $str)
Adds an externally hosted Javascript file to the header
public bool|stringJAVASCRIPT_JQUERY1(bool $return_as_string=false)
get JQuery 1.12
public bool|stringJAVASCRIPT_JQUERY2(bool $return_as_string=false)
get JQuery 2
public setCanonicalURL(string $url, bool $absolute=false)
Set Canonical URL of this page. If you set $absolute to true, it will not add the HTTPS or HTTP URL
public bool|stringJAVASCRIPT_JQUERY3(bool $return_as_string=false)
get JQuery 3
public boolJAVASCRIPT_SCHLIX_UI(bool $return_as_string=false, int $js_type)
Adds SCHLIX UI Javascript to the page header. If return_as_string is specified then it will won't be added to the the header
public string|boolJAVASCRIPT_SCHLIX_INIT(bool $return_as_string=false)
Adds SCHLIX init script to the page header. If return_as_string is specified then it will won't be added to the the header
public string|boolJAVASCRIPT_SCHLIX_CMS(bool $return_as_string=false, int $js_type)
Adds SCHLIX CMS Javascript to the page header. If return_as_string is specified then it will won't be added to the the header
public stringgetAll()
public getHeaderTagsNonScriptsOnly()
public getHeaderTagsScriptsOnly()