Tests if the Javascript or Css file is included in the global include.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean placeholder.isglobalinclude(locator url)

Parameters

Name Data Type Description
url Locator The url that is tested if it is part of the global include.

Return Value

Data Type Description
Boolean Returns true if the url is part of the global include, false otherwise.
SXML