diff --git a/jsdoc.md b/jsdoc.md
index 9f08f06..fcdebf4 100644
--- a/jsdoc.md
+++ b/jsdoc.md
@@ -169,67 +169,77 @@ The outline of a ignite template. Templates are a blueprint that specify's
how t
**Kind**: global class
* [IgniteTemplate](#IgniteTemplate)
- * [new IgniteTemplate(tagName, children)](#new_IgniteTemplate_new)
- * [.class(name, converter)](#IgniteTemplate+class) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.attribute(name, value, converter)](#IgniteTemplate+attribute) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.value(value, reflect, converter, live)](#IgniteTemplate+value) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.prop(name, value, reflect, converter)](#IgniteTemplate+prop) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.property(name, value, reflect, converter)](#IgniteTemplate+property) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.variable(name, value, converter)](#IgniteTemplate+variable) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.reflect(name, target)](#IgniteTemplate+reflect) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.properties(props)](#IgniteTemplate+properties) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.innerHTML(value, converter)](#IgniteTemplate+innerHTML) ⇒
- * [.innerText(value, converter)](#IgniteTemplate+innerText) ⇒
- * [.child(...items)](#IgniteTemplate+child) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.ref(refCallback)](#IgniteTemplate+ref) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.on(eventName, eventCallback)](#IgniteTemplate+on) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.onClick(eventCallback)](#IgniteTemplate+onClick) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.onTouch(eventCallback)](#IgniteTemplate+onTouch) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.onBlur(eventCallback)](#IgniteTemplate+onBlur) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.onFocus(eventCallback)](#IgniteTemplate+onFocus) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.onChange(eventCallback)](#IgniteTemplate+onChange) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.onInput(eventCallback)](#IgniteTemplate+onInput) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.onPaste(eventCallback)](#IgniteTemplate+onPaste) ⇒
- * [.onEnter(eventCallback)](#IgniteTemplate+onEnter) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.onBackspace(eventCallback)](#IgniteTemplate+onBackspace) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.onResize(eventCallback)](#IgniteTemplate+onResize) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.onIntersect(eventCallback)](#IgniteTemplate+onIntersect) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.onSeen(eventCallback)](#IgniteTemplate+onSeen) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.style(name, value, priority, converter)](#IgniteTemplate+style) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.hide(value, converter)](#IgniteTemplate+hide) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.invisible(value, converter)](#IgniteTemplate+invisible) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.show(value, converter)](#IgniteTemplate+show) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.visible(value, converter)](#IgniteTemplate+visible) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.id(value, converter)](#IgniteTemplate+id) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.title(value, converter)](#IgniteTemplate+title) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.for(value, converter)](#IgniteTemplate+for) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.role(value, converter)](#IgniteTemplate+role) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.checked(value, converter)](#IgniteTemplate+checked) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.disabled(value, converter)](#IgniteTemplate+disabled) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.readonly(value, converter)](#IgniteTemplate+readonly) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.type(value, converter)](#IgniteTemplate+type) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.min(value, converter)](#IgniteTemplate+min) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.max(value, converter)](#IgniteTemplate+max) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.step(value, converter)](#IgniteTemplate+step) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.data(name, value, converter)](#IgniteTemplate+data) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.src(value, converter)](#IgniteTemplate+src) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.href(value, converter)](#IgniteTemplate+href) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.target(value, converter)](#IgniteTemplate+target) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.name(value, converter)](#IgniteTemplate+name) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.placeholder(value, converter)](#IgniteTemplate+placeholder) ⇒ [IgniteTemplate
](#IgniteTemplate)
- * [.construct(parent, sibling)](#IgniteTemplate+construct)
- * [.deconstruct()](#IgniteTemplate+deconstruct)
+ * [`new IgniteTemplate(tagName, children)`](#new_IgniteTemplate_new)
+ * [`.class(name, converter)`](#IgniteTemplate+class) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.attribute(name, value, converter)`](#IgniteTemplate+attribute) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.value(value, reflect, converter, live)`](#IgniteTemplate+value) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.prop(name, value, reflect, converter)`](#IgniteTemplate+prop) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.property(name, value, reflect, converter)`](#IgniteTemplate+property) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.variable(name, value, converter)`](#IgniteTemplate+variable) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.reflect(name, target)`](#IgniteTemplate+reflect) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.properties(props)`](#IgniteTemplate+properties) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.innerHTML(value, converter)`](#IgniteTemplate+innerHTML) ⇒
+ * [`.innerText(value, converter)`](#IgniteTemplate+innerText) ⇒
+ * [`.child(...items)`](#IgniteTemplate+child) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.ref(refCallback)`](#IgniteTemplate+ref) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.on(eventName, eventCallback)`](#IgniteTemplate+on) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.onClick(eventCallback)`](#IgniteTemplate+onClick) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.onTouch(eventCallback)`](#IgniteTemplate+onTouch) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.onBlur(eventCallback)`](#IgniteTemplate+onBlur) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.onFocus(eventCallback)`](#IgniteTemplate+onFocus) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.onChange(eventCallback)`](#IgniteTemplate+onChange) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.onInput(eventCallback)`](#IgniteTemplate+onInput) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.onPaste(eventCallback)`](#IgniteTemplate+onPaste) ⇒
+ * [`.onEnter(eventCallback)`](#IgniteTemplate+onEnter) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.onBackspace(eventCallback)`](#IgniteTemplate+onBackspace) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.onResize(eventCallback)`](#IgniteTemplate+onResize) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.onIntersect(eventCallback)`](#IgniteTemplate+onIntersect) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.onSeen(eventCallback)`](#IgniteTemplate+onSeen) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.style(name, value, priority, converter)`](#IgniteTemplate+style) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.hide(value, converter)`](#IgniteTemplate+hide) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.invisible(value, converter)`](#IgniteTemplate+invisible) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.show(value, converter)`](#IgniteTemplate+show) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.visible(value, converter)`](#IgniteTemplate+visible) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.id(value, converter)`](#IgniteTemplate+id) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.title(value, converter)`](#IgniteTemplate+title) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.for(value, converter)`](#IgniteTemplate+for) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.role(value, converter)`](#IgniteTemplate+role) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.checked(value, converter)`](#IgniteTemplate+checked) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.disabled(value, converter)`](#IgniteTemplate+disabled) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.readonly(value, converter)`](#IgniteTemplate+readonly) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.type(value, converter)`](#IgniteTemplate+type) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.min(value, converter)`](#IgniteTemplate+min) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.max(value, converter)`](#IgniteTemplate+max) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.step(value, converter)`](#IgniteTemplate+step) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.data(name, value, converter)`](#IgniteTemplate+data) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.src(value, converter)`](#IgniteTemplate+src) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.href(value, converter)`](#IgniteTemplate+href) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.target(value, converter)`](#IgniteTemplate+target) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.name(value, converter)`](#IgniteTemplate+name) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.placeholder(value, converter)`](#IgniteTemplate+placeholder) ⇒ [IgniteTemplate
](#IgniteTemplate)
+ * [`.construct(parent, sibling)`](#IgniteTemplate+construct)
+ * [`.deconstruct()`](#IgniteTemplate+deconstruct)
-### new IgniteTemplate(tagName, children)
+### `new IgniteTemplate(tagName, children)`
Creates a new IgniteTemplate with the tag name of the element that will be constructed and an
array of child elements.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| tagName | String
| | The tag name of the element this template will construct. |
-| children |
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | | An array of child elements to be added to this template. |
+
Param | Type | Default | Description | +
---|---|---|---|
tagName | String |
| The tag name of the element this template will construct. + |
+
children | String | Number | IgniteProperty | IgniteTemplate |
| An array of child elements to be added to this template. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.class(name, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a CSS class to be added once this template is constructed.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| name | String
\| IgniteProperty
| | Name of the CSS class to add. Multiple CSS classes are supported if they are separated by a space. |
-| converter | function
|
| Optional function that can convert the class name into a different one. |
+Param | Type | Default | Description | +
---|---|---|---|
name | String | IgniteProperty | Name of the CSS class to add. Multiple CSS classes are supported if they are separated by a space. + |
+ |
converter | function |
| Optional function that can convert the class name into a different one. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.attribute(name, value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a html element attribute to this template to be added once this template is constructed.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| name | String
| | The name of the attribute to add |
-| value | String
\| IgniteProperty
\| function
\| Array.<IgniteProperty>
| | The value of the attribute to set, can be anything. If Property is passed it will auto update. |
-| converter | function
|
| Optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
name | String | The name of the attribute to add + |
+ |
value | String | IgniteProperty | function | Array.<IgniteProperty> | The value of the attribute to set, can be anything. If Property is passed it will auto update. + |
+ |
converter | function |
| Optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.value(value, reflect, converter, live)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the value of the element this template is constructing with the option to reflect changes
to the value.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set on the element. |
-| reflect | Boolean
\| function
| false
| Whether or not to reflect changes to the value of the element back to the property if one was used. If function passed it will be invoked on value change. Default is false. |
-| converter | function
|
| Optional function that can convert the value if needed. Default is null. |
-| live | Boolean
| false
| Whether or not to reflect the value in realtime, ie anytime the input is changed before focus is lost. Default is false. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set on the element. + |
+ |
reflect | Boolean | function | false | Whether or not to reflect changes to the value of the element back to the property if one was used. If function passed it will be invoked on value change. Default is false. + |
+
converter | function |
| Optional function that can convert the value if needed. Default is null. + |
+
live | Boolean | false | Whether or not to reflect the value in realtime, ie anytime the input is changed before focus is lost. Default is false. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.prop(name, value, reflect, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets a property on the element this template will construct. (Shorthand for property())
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| name | String
| | Name of the property to set. |
-| value | Any
\| IgniteProperty
| | Value of the property to use. If a Property is passed the value will auto update. |
-| reflect | Boolean
| false
| If true whenever this property is changed it's value will be passed back to the Property that was passed as value if one was passed. |
-| converter | function
|
| Optional function that can be used to convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
name | String | Name of the property to set. + |
+ |
value | Any | IgniteProperty | Value of the property to use. If a Property is passed the value will auto update. + |
+ |
reflect | Boolean | false | If true whenever this property is changed it's value will be passed back to the Property that was passed as value if one was passed. + |
+
converter | function |
| Optional function that can be used to convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.property(name, value, reflect, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets a property on the element this template will construct.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| name | String
| | Name of the property to set. |
-| value | Any
\| IgniteProperty
| | Value of the property to use. If a Property is passed the value will auto update. |
-| reflect | Boolean
| false
| If true whenever this property is changed it's value will be passed back to the Property that was passed as value if one was passed. |
-| converter | function
|
| Optional function that can be used to convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
name | String | Name of the property to set. + |
+ |
value | Any | IgniteProperty | Value of the property to use. If a Property is passed the value will auto update. + |
+ |
reflect | Boolean | false | If true whenever this property is changed it's value will be passed back to the Property that was passed as value if one was passed. + |
+
converter | function |
| Optional function that can be used to convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.variable(name, value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets a variable on the element this template will construct.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| name | String
| | Name of the variable to set |
-| value | Any
\| IgniteProperty
| | Value of the variable to set |
-| converter | function
|
| Optional function that can be used to convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
name | String | Name of the variable to set + |
+ |
value | Any | IgniteProperty | Value of the variable to set + |
+ |
converter | function |
| Optional function that can be used to convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.reflect(name, target)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Makes a property on this template reflect its value back to the given target.
(You can reflect a property more than once if it's needed.)
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| name | String
| Name of the property to reflect. |
-| target | IgniteProperty
\| function
| The target for the value to be reflected to. |
+Param | Type | Description | +
---|---|---|
name | String | Name of the property to reflect. + |
+
target | IgniteProperty | function | The target for the value to be reflected to. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.properties(props)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a set of properties from an object to be added to this template once it's constructed.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| props | Object
\| IgniteObject
| The object value that property names/values will be pulled from. |
+Param | Type | Description | +
---|---|---|
props | Object | IgniteObject | The object value that property names/values will be pulled from. + |
+
IgniteTemplate
](#IgniteTemplate)
**Returns**: This ignite template so funciton calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | InnerHTML to set for element. If a property is passed the html will auto update. |
-| converter | function
|
| Optional function that can be used to convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | InnerHTML to set for element. If a property is passed the html will auto update. + |
+ |
converter | function |
| Optional function that can be used to convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
**Returns**: This ignite template.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
\| Array.<IgniteProperty>
\| function
| | text to be set for this element. If a property is passed the text will auto update. |
-| converter | function
|
| Optional function that can be used to convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | Array.<IgniteProperty> | function | text to be set for this element. If a property is passed the text will auto update. + |
+ |
converter | function |
| Optional function that can be used to convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.child(...items)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a single or series of children to be added once this template
is constructed. Numbers, Strings, and Properties passed will be added as HTML child elements.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| ...items | Number
\| String
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+Param | Type | Description | +
---|---|---|
...items | Number | String | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.ref(refCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a reference callback function to be invoked once this template is constructed. The function will be invoked
with the constructed HTMLElement. If an IgniteProperty is passed it's value will be set to the constructed HTMLElement once
the template is constructed.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| refCallback | function
\| IgniteProperty
| The callback to be invoked with the HTMLElement of the element this template constructed. |
+Param | Type | Description | +
---|---|---|
refCallback | function | IgniteProperty | The callback to be invoked with the HTMLElement of the element this template constructed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.on(eventName, eventCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds an event by its name and the function to invoke once the event fires. Properties may be used
for the function, but their value must be a valid function in order to get a proper event callback.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventName | String
| The name of the event to add. |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked by the event once it fires. |
+Param | Type | Description | +
---|---|---|
eventName | String | The name of the event to add. + |
+
eventCallback | function | IgniteProperty | The callback function to be invoked by the event once it fires. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.onClick(eventCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a click event handler to this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked by the event once it fires. |
+Param | Type | Description | +
---|---|---|
eventCallback | function | IgniteProperty | The callback function to be invoked by the event once it fires. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.onTouch(eventCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a touch event handler to this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked by the event once it fires. |
+Param | Type | Description | +
---|---|---|
eventCallback | function | IgniteProperty | The callback function to be invoked by the event once it fires. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.onBlur(eventCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a onblur event handler to this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked by the event once it fires. |
+Param | Type | Description | +
---|---|---|
eventCallback | function | IgniteProperty | The callback function to be invoked by the event once it fires. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.onFocus(eventCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a onfocus event handler to this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked by the event once it fires. |
+Param | Type | Description | +
---|---|---|
eventCallback | function | IgniteProperty | The callback function to be invoked by the event once it fires. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.onChange(eventCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a onchange event handler to this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked by the event once it fires. |
+Param | Type | Description | +
---|---|---|
eventCallback | function | IgniteProperty | The callback function to be invoked by the event once it fires. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.onInput(eventCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a oninput event handler to this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked by the event once it fires. |
+Param | Type | Description | +
---|---|---|
eventCallback | function | IgniteProperty | The callback function to be invoked by the event once it fires. + |
+
IgniteTemplate
](#IgniteTemplate)
**Returns**: This ignite template.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked once the event fires. |
+Param | Type | Description | +
---|---|---|
eventCallback | function | IgniteProperty | The callback function to be invoked once the event fires. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.onEnter(eventCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a on enter key press event handler to this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked by the event once it fires. |
+Param | Type | Description | +
---|---|---|
eventCallback | function | IgniteProperty | The callback function to be invoked by the event once it fires. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.onBackspace(eventCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a on backspace key press event handler to this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked by the event once it fires. |
+Param | Type | Description | +
---|---|---|
eventCallback | function | IgniteProperty | The callback function to be invoked by the event once it fires. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.onResize(eventCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a special on resize event handler to this template that will
fire anytime the element is resized by using a resize observer. You can call this more than once to attach more than one callback.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked by the event once it fires. |
+Param | Type | Description | +
---|---|---|
eventCallback | function | IgniteProperty | The callback function to be invoked by the event once it fires. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.onIntersect(eventCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a special on intersect event handler to this template that will fire
once the element is in view. You can call this more than once to attach more than one callback.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked by the event once it fires. |
+Param | Type | Description | +
---|---|---|
eventCallback | function | IgniteProperty | The callback function to be invoked by the event once it fires. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.onSeen(eventCallback)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a special event handler for this template that will fire the first time the element is seen and does not repeat.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| eventCallback | function
\| IgniteProperty
| The callback function to be invoked once this element becomes visible. |
+Param | Type | Description | +
---|---|---|
eventCallback | function | IgniteProperty | The callback function to be invoked once this element becomes visible. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.style(name, value, priority, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a CSS property to this template with a value and priority.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| name | String
| | The name of the CSS property to set. |
-| value | String
\| IgniteProperty
| | The value to set for the property. If an IgniteProperty is used it will auto update this style. |
-| priority | String
|
| If set to "important" then the style will be marked with !important. Acceptable values: important, !important, true, false, null |
-| converter | function
|
| Optional function to convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
name | String | The name of the CSS property to set. + |
+ |
value | String | IgniteProperty | The value to set for the property. If an IgniteProperty is used it will auto update this style. + |
+ |
priority | String |
| If set to "important" then the style will be marked with !important. Acceptable values: important, !important, true, false, null + |
+
converter | function |
| Optional function to convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.hide(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Hides the element this template is constructing if the value is true.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | Boolean
\| IgniteProperty
| | If true hides the element this template is constructing. If an IgniteProperty is passed it's value will auto update this. |
-| converter | function
|
| An optional function to convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | Boolean | IgniteProperty | If true hides the element this template is constructing. If an IgniteProperty is passed it's value will auto update this. + |
+ |
converter | function |
| An optional function to convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.invisible(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Hides the element this template is constructing if the value is true.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | Boolean
\| IgniteProperty
| | If true hides the element this template is constructing. If an IgniteProperty is passed it's value will auto update this. |
-| converter | function
|
| An optional function to convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | Boolean | IgniteProperty | If true hides the element this template is constructing. If an IgniteProperty is passed it's value will auto update this. + |
+ |
converter | function |
| An optional function to convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.show(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Shows the element this template is constructing if the value is true.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default |
-| --- | --- | --- |
-| value | Boolean
\| IgniteProperty
| |
-| converter | function
|
|
+Param | Type | Default | +
---|---|---|
value | Boolean | IgniteProperty | + |
converter | function |
|
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.visible(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Shows the element this template is constructing if the value is true.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default |
-| --- | --- | --- |
-| value | Boolean
\| IgniteProperty
| |
-| converter | function
|
|
+Param | Type | Default | +
---|---|---|
value | Boolean | IgniteProperty | + |
converter | function |
|
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.id(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the id attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the id attribute of the element this template will construct. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the id attribute of the element this template will construct. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.title(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the title attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the title attribute of the element this template will construct. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the title attribute of the element this template will construct. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.for(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the for attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the for attribute of the element this template will construct. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the for attribute of the element this template will construct. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.role(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the role attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the for attribute of the element this template will construct. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the for attribute of the element this template will construct. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.checked(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a checked attribute to this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | Boolean
\| IgniteProperty
| | The value to set for the checked attribute. |
-| converter | \*
|
| Optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | Boolean | IgniteProperty | The value to set for the checked attribute. + |
+ |
converter | * |
| Optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.disabled(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a disabled attribute and class to this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | Boolean
\| IgniteProperty
| | A value to determine whether or not the element should be marked as disable or not. |
-| converter | \*
|
| Optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | Boolean | IgniteProperty | A value to determine whether or not the element should be marked as disable or not. + |
+ |
converter | * |
| Optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.readonly(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Adds a readonly attribute and class to this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | Boolean
\| IgniteProperty
| | A value to determine whether or not the element should be marked as readonly or not. |
-| converter | \*
|
| Optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | Boolean | IgniteProperty | A value to determine whether or not the element should be marked as readonly or not. + |
+ |
converter | * |
| Optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.type(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the type attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the type attribute of the element this template will construct. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the type attribute of the element this template will construct. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.min(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the min attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the type attribute of the element this template will construct. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the type attribute of the element this template will construct. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.max(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the max attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the type attribute of the element this template will construct. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the type attribute of the element this template will construct. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.step(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the step attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the type attribute of the element this template will construct. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the type attribute of the element this template will construct. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.data(name, value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets a data attribute on the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| name | String
| | The name of the data attribute to set on the element this template will construct. |
-| value | String
\| IgniteProperty
| | The value to set for the data attribute of the element this template will construct. |
-| converter | \*
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
name | String | The name of the data attribute to set on the element this template will construct. + |
+ |
value | String | IgniteProperty | The value to set for the data attribute of the element this template will construct. + |
+ |
converter | * |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.src(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the src attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the src attribute of the element to be constructed by this template. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the src attribute of the element to be constructed by this template. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.href(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the href attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the href attribute of the element to be constructed by this template. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the href attribute of the element to be constructed by this template. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.target(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the target attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the target attribute of the element to be constructed by this template. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the target attribute of the element to be constructed by this template. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.name(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the name attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the name attribute of the element to be constructed by this template. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the name attribute of the element to be constructed by this template. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
+### `igniteTemplate.placeholder(value, converter)` ⇒ [IgniteTemplate
](#IgniteTemplate)
Sets the placeholder attribute of the element to be constructed by this template.
**Kind**: instance method of [IgniteTemplate
](#IgniteTemplate)
**Returns**: [IgniteTemplate
](#IgniteTemplate) - This ignite template so function calls can be chained.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| value | String
\| IgniteProperty
| | The value to set for the placeholder attribute of the element. |
-| converter | function
|
| An optional function that can convert the value if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
value | String | IgniteProperty | The value to set for the placeholder attribute of the element. + |
+ |
converter | function |
| An optional function that can convert the value if needed. + |
+
IgniteTemplate
](#IgniteTemplate)
-
-| Param | Type | Description |
-| --- | --- | --- |
-| parent | HTMLElement
| Parent element that will contain the constructed element. |
-| sibling | HTMLElement
| Optional sibling element that can be used to add the element adjacantly. |
+Param | Type | Description | +
---|---|---|
parent | HTMLElement | Parent element that will contain the constructed element. + |
+
sibling | HTMLElement | Optional sibling element that can be used to add the element adjacantly. + |
+
IgniteTemplate
](#IgniteTemplate)
@@ -880,11 +1358,19 @@ An ignite template that can be used to construct a div element.
**Kind**: global class
-### new div(...children)
-
-| Param | Type | Description |
-| --- | --- | --- |
-| ...children | String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new div(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new a(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new input(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new textarea(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new button(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new h1(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new h2(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new h3(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new h4(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new h5(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new h6(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new hr(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new p(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new nav(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new ul(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new li(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new span(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new small(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new strong(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new i(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new table(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new td(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new th(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new tr(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new thead(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new tbody(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new br(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new img(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new label(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new select(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new option(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new script(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new form(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new header(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new footer(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new progress(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new svg(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new g(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new path(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new circle(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| Number
\| IgniteProperty
\| [IgniteTemplate
](#IgniteTemplate) | A series of children to be added to this template. |
+### `new line(...children)`
+Param | Type | Description | +
---|---|---|
...children | String | Number | IgniteProperty | IgniteTemplate | A series of children to be added to this template. + |
+
String
\| IgniteProperty
| The text to render within this text template. |
-| converter | function
| An optional function that can be used to convert the text. |
+Param | Type | Description | +
---|---|---|
text | String | IgniteProperty | The text to render within this text template. + |
+
converter | function | An optional function that can be used to convert the text. + |
+
String
\| IgniteProperty
| HTML code to be constructed within this template. If an IgniteProperty is passed it's value will be used. |
+### `new html(code)`
+Param | Type | Description | +
---|---|---|
code | String | IgniteProperty | HTML code to be constructed within this template. If an IgniteProperty is passed it's value will be used. + |
+
Array
\| IgniteProperty
| | The list of items to construct within this template. |
-| forEachCallback | function
| | A function that constructs a template foreach item. |
-| reflect | Boolean
| false
| If true any items removed from the DOM will be removed from the list if they exist. By default this is false. |
+### `new list(list, forEachCallback, reflect)`
+Param | Type | Default | Description | +
---|---|---|---|
list | Array | IgniteProperty | The list of items to construct within this template. + |
+ |
forEachCallback | function | A function that constructs a template foreach item. + |
+ |
reflect | Boolean | false | If true any items removed from the DOM will be removed from the list if they exist. By default this is false. + |
+
IgniteElement
| The parent IgniteElement that this slot is for. |
+Param | Type | Description | +
---|---|---|
element | IgniteElement | The parent IgniteElement that this slot is for. + |
+
Array
\| IgniteProperty
| The list of items to paginate. |
-| pageSize | Number
\| IgniteProperty
| The size of each page. |
-| currentPage | Number
\| IgniteProperty
| The current page to display. |
-| forEach | function
| The render function foreach item in the list. |
+Param | Type | Description | +
---|---|---|
list | Array | IgniteProperty | The list of items to paginate. + |
+
pageSize | Number | IgniteProperty | The size of each page. + |
+
currentPage | Number | IgniteProperty | The current page to display. + |
+
forEach | function | The render function foreach item in the list. + |
+
Number
\| Array
\| IgniteProperty
- * [.pageSize](#pager+pageSize) : Number
\| IgniteProperty
- * [.currentPage](#pager+currentPage) : Number
\| IgniteProperty
- * [.pageRange](#pager+pageRange) : Number
\| IgniteProperty
- * [.pageCount](#pager+pageCount) : Number
- * [.pages](#pager+pages) : [Array.<IgniteTemplate>
](#IgniteTemplate)
- * [.renderCallback](#pager+renderCallback) : function
+ * [`new pager(items, pageSize, currentPage, pageRange, renderCallback)`](#new_pager_new)
+ * [`.items`](#pager+items) : Number
\| Array
\| IgniteProperty
+ * [`.pageSize`](#pager+pageSize) : Number
\| IgniteProperty
+ * [`.currentPage`](#pager+currentPage) : Number
\| IgniteProperty
+ * [`.pageRange`](#pager+pageRange) : Number
\| IgniteProperty
+ * [`.pageCount`](#pager+pageCount) : Number
+ * [`.pages`](#pager+pages) : [Array.<IgniteTemplate>
](#IgniteTemplate)
+ * [`.renderCallback`](#pager+renderCallback) : function
-### new pager(items, pageSize, currentPage, pageRange, renderCallback)
+### `new pager(items, pageSize, currentPage, pageRange, renderCallback)`
Constructs a new pager with all the settings needed.
-
-| Param | Type | Description |
-| --- | --- | --- |
-| items | Number
\| Array
\| IgniteProperty
| The items to construct pages for. |
-| pageSize | Number
\| IgniteProperty
| The number of items to show per page. |
-| currentPage | Number
\| IgniteProperty
| The current page being shown. |
-| pageRange | Number
\| IgniteProperty
| The number of pages that can be selected at a time. 3 is typically chosen. |
-| renderCallback | function
| Render function for a page, pageIndex is the index of the page, current is whether or not this is the current page, dots is whether this render is for dots. |
+Param | Type | Description | +
---|---|---|
items | Number | Array | IgniteProperty | The items to construct pages for. + |
+
pageSize | Number | IgniteProperty | The number of items to show per page. + |
+
currentPage | Number | IgniteProperty | The current page being shown. + |
+
pageRange | Number | IgniteProperty | The number of pages that can be selected at a time. 3 is typically chosen. + |
+
renderCallback | function | Render function for a page, pageIndex is the index of the page, current is whether or not this is the current page, dots is whether this render is for dots. + |
+
Number
\| Array
\| IgniteProperty
+### `pager.items` : Number
\| Array
\| IgniteProperty
**Kind**: instance property of [pager
](#pager)
-### pager.pageSize : Number
\| IgniteProperty
+### `pager.pageSize` : Number
\| IgniteProperty
**Kind**: instance property of [pager
](#pager)
-### pager.currentPage : Number
\| IgniteProperty
+### `pager.currentPage` : Number
\| IgniteProperty
**Kind**: instance property of [pager
](#pager)
-### pager.pageRange : Number
\| IgniteProperty
+### `pager.pageRange` : Number
\| IgniteProperty
**Kind**: instance property of [pager
](#pager)
-### pager.pageCount : Number
+### `pager.pageCount` : Number
**Kind**: instance property of [pager
](#pager)
-### pager.pages : [Array.<IgniteTemplate>
](#IgniteTemplate)
+### `pager.pages` : [Array.<IgniteTemplate>
](#IgniteTemplate)
**Kind**: instance property of [pager
](#pager)
-### pager.renderCallback : function
+### `pager.renderCallback` : function
**Kind**: instance property of [pager
](#pager)
@@ -1619,13 +2493,25 @@ An ignite template that can construct a population of items
based on a count.
**Kind**: global class
-### new population(count, forEach, converter)
+### `new population(count, forEach, converter)`
Creates a new population with the number of items in it, a converter if needed, and a foreach function.
-
-| Param | Type | Default | Description |
-| --- | --- | --- | --- |
-| count | Number
\| IgniteProperty
\| Array.<IgniteProperty>
| | The number of items in this population. |
-| forEach | function
| | A function to generate items in the population. |
-| converter | function
|
| A converter to be used to convert the count if needed. |
+Param | Type | Default | Description | +
---|---|---|---|
count | Number | IgniteProperty | Array.<IgniteProperty> | The number of items in this population. + |
+ |
forEach | function | A function to generate items in the population. + |
+ |
converter | function |
| A converter to be used to convert the count if needed. + |
+