Returns true if the 'javascriptinclude' placeholder contains the given item.
Syntax
Smartsite SXML | Copy Code |
---|---|
boolean placeholder.containsjavascriptinclude(locator item) |
Parameters
Name | Data Type | Description |
---|---|---|
item | Locator | The url of the javascript include. |
Return Value
Data Type | Description |
---|---|
Boolean | Returns true if the javascript include contains the given item, false otherwise. |