Returns the type of widget it is. Can be used in conjunction with findAll() e.g., tpc.findAll()[0].get_type().
tpc.page.TpcProductFilters.get_type();
String
Shows the widget on the form.
tpc.page.TpcProductFilters.show();
None
Returns the configuration information of the widget.
tpc.page.TpcProductFilters.get_model();
Object
Hides the widget from the form.
tpc.page.TpcProductFilters.hide();
Returns the div container of the widget.
tpc.page.TpcProductFilters.get_container();
jQuery Object
Returns container for Clear All button.
tpc.page.TpcProductFilters.get_productFiltersClearContainer();
Toggles the visibility of the widget.
Returns details about Product family filters.
Returns details about Product type filters.