standard.lib.xml.htmlIsScriptAttribute

htmlIsScriptAttribute is available since version 1.0.

Prototype:

boolean htmlIsScriptAttribute(string name)

Parameters

name
an attribute name

Description:

Check if an attribute is of content type Script.

Return value:

Returns true if the attribute is a script, false otherwise.