We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{File} - type: file.
{Append} - (optional) (default = true) type: boolean.
Description: Append or Prepend script file on MediaLoader section.
$this->addHeadScript('{File}',{Append});
Example
$this->addHeadScript('/js/medialoader/profile/index.js');
or
$this->addHeadScript('/js/medialoader/profile/index.js',false);
There was an error while loading. Please reload this page.