modX.getRegisteredClientStartupScripts

Skip to end of metadata
Go to start of metadata


modX::getRegisteredClientStartupScripts

Returns all registered startup CSS, JavaScript, or HTML blocks.

Syntax

API Doc: http://api.modxcms.com/modx/modX.html#getRegisteredClientStartupScripts

string getRegisteredClientStartupScripts ()

Example

Get all registered startup scripts into an array.

$startupScripts = $modx->getRegisteredClientStartupScripts();

See Also

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.