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-Chart Fetch Type

tpc.page.chart.get_type();
Parameters

None

Returns

String

get_container()

Returns the container element of the widget.     

Example-CHART FETCH CONTAINER ELEMENT

tpc.page.chart.get_container();
Parameters

None

Returns

jQuery Object     

get_element()

Returns the element of the widget.

Example-CHART FETCH ELEMENT

tpc.page.chart.get_element();
Parameters

None

Returns

jQuery Object

hide()

Hides the widget from the page.

Example-HIDE CHART

tpc.page.chart.hide();
Parameters

None

Returns

None

show()

Shows the widget on the page.

Example-SHOW CHART

tpc.page.chart.show();
Parameters

None

Returns

None

toggle()

Toggles the visibility of the widget on the page.

Example-TOGGLE CHART

tpc.page.chart.toggle();
Parameters

None

Returns

None

get_chart()

Returns the Kendo Chart Object of the widget.     

Example-CHART FETCH OBJECT

tpc.page.chart.get_chart();
Parameters

None

Returns

Kendo Object: kendo.dataviz.ui.Chart

get_model()

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

Example-CHART FETCH MODEL

tpc.page.chart.get_model();
Parameters

None

Returns

Object