clarified comment on createNewEntry
This commit is contained in:
parent
2ea0faf97b
commit
cd2bef9754
1 changed files with 3 additions and 2 deletions
|
|
@ -205,8 +205,9 @@ define(function(require, exports, module) {
|
|||
* @param {string} clss Maps to the class of the dom element. This is
|
||||
* the name of the object containing the set function e.g. `editor`,
|
||||
* `session`, `renderer`.
|
||||
* @param {string} item Maps to the id of the dom element. This is the
|
||||
* set function name.
|
||||
* @param {string} item This is the set function name. It maps to the
|
||||
* id of the dom element (check, select, input) and to the "contains"
|
||||
* attribute of the div holding both the element and its label.
|
||||
* @param {mixed} val This is the value of the setting. It is mapped to
|
||||
* the dom element's value, checked, or selected option accordingly.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue