HINT="(REQUIRED) Enter unique name of the control. Must exactly match the name of the corresponding JavaScript object on the page."
DEFAULTVALUE="objects1">
</PROPERTY>
<METHOD NAME="isPropInObj"
DISPLAYNAME="Is Property in Object?"
HINT="This function loops through all of the properties in any JavaScript/JScript object and searches for a given property in the object. The function can be configured so that partial matches on a property name can be conducted.">
<PARAMETER NAME="str" TYPE="STRING"/>
<PARAMETER NAME="obj" TYPE="UNKNOWN"/>
<PARAMETER NAME="partialMatch" TYPE="BOOLEAN"/>
</METHOD>
<METHOD NAME="viewObject"
DISPLAYNAME="View Object Properties"
HINT="This function loops through any JavaScript/JScript object and and returns HTML that will display all properties of the object between two HTML horizontal rules. ">