Returns the product list sort dropdown select tag.
jQuery object
Returns the div container of the widget.
tpc.page.TpcProductList.get_container();
jQuery Object
Returns the product view switcher ul tag.
None
Returns the kendo template for the error element of the widget.
tpc.page.TpcProductList.get_errorTemplate();
Hides the widget from the form.
tpc.page.TpcProductList.hide();
Returns the type of widget it is. Can be used in conjunction with findAll().
tpc.page.TpcProductList.get_type();
tpc.findAll()[0].get_type();
String
Returns information related to the product list.
Object
Returns the error containing div.
Returns the div containing the product list view.
tpc.page.TpcProductList.get_element();
Shows the widget on the form.
tpc.page.TpcProductList.show();
Toggles the visibility of the widget.
tpc.page.TpcProductList.toggle();
Returns the configuration information of the widget.
tpc.page.TpcProductList.get_model();