RECOMMENDATION: If you are using a version of The Portal Connector higher than 4.0, we strongly recommend utilizing the MVC based widgets and components to create your site. This documentation is for legacy purposes only and will soon be deprecated.

get_type()

Returns the widget type.

Example-Rules Manager Fetch Type

tpc.forms[0].rulesmanager.get_type();
Parameters

None

Returns

String

get_container()

Returns the container element of the widget.     

Example-RULES MANAGER FETCH CONTAINER ELEMENT

tpc.forms[0].rulesmanager.get_container();
Parameters

None

Returns

jQuery Object     

get_model()

Returns the model object of the widget, which contains several useful properties related to the widget.

Example-RULES MANAGER FETCH MODEL

tpc.forms[0].rulesmanager.get_model();
Parameters

None

Returns

Object