Class: Builder

Builder

new tart.Builder(id){tart.Builder}

Constructor method

Name Type Description
id string

id for the builder. Can be used as the id of the DOM element this builder will build.

Returns:
Type Description
tart.Builder A builder object.

Members

statictart.Builder.templatesObject

Templates holder object.

protected$domjQueryObject

buildDOM

Builds the DOM element.

removeDOM

Removes the DOM part from document.

Methods

Returns built ready-to-use DOM part in jQuery object format.

Returns:
Type Description
jQueryObject the DOM object built by the builder.