Function Namespace kocujILV12aCDataHelper
kocujILV12aCDataHelper
Defined in: data-helper.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Data helper prototype constructor
|
| Field Attributes | Field Name and Description |
|---|---|
| <private> |
Object kocujILV12aHelper
|
| Method Attributes | Method Name and Description |
|---|---|
|
setDataInDom(element, dataId, value)
Set HTML data in DOM
|
Function Namespace Detail
kocujILV12aCDataHelper()
Data helper prototype constructor
- Returns:
- {void}
Field Detail
<private>
_objHelper
Object kocujILV12aHelper
Method Detail
{void}
setDataInDom(element, dataId, value)
Set HTML data in DOM
- Parameters:
- {Object} element
- HTML element in jQuery format
- {string} dataId
- Data identifier
- {string} value
- Data value
- Returns:
- {void}