Class: Widget

Widget

new tart.components.ThumbnailedCarousel.Widget()

Extends

Members

controllerClass

Methods

Get component id

Returns:
Type Description
Number component id.

inherited getPlaceholder(){string}

Get placeholder template

Returns:
Type Description
string placeholder markup.

Renders the component in a given element or in its placeholder that should already be in the DOM.

Name Type Description
rootEl Element optional

If provided, the widget will render into this rootEl. Otherwise, it will look for its placeholder in DOM.

inherited templates_placeholder(){string}

Component's placeholder template

Returns:
Type Description
string placeholder markup.