Searched refs:clientId (Results 1 - 6 of 6) sorted by relevance
| /yui3/build/datatable-body/ |
| H A D | datatable-body-debug.js | 149 @default '<tr id="{rowId}" data-yui3-record="{clientId}" class="{rowClass}">{content}</tr>' 152 ROW_TEMPLATE : '<tr id="{rowId}" data-yui3-record="{clientId}" class="{rowClass}">{content}</tr>', 290 `clientId`. If the rows haven't been rendered yet, or if the row can't be 294 @param {Number|String|Model} id Row index, Model instance, or clientId 302 id = this._idMap[id.get ? id.get('clientId') : id] || id; 643 clientId = model.get('clientId'), 645 rowId : this._getRowId(clientId), 646 clientId: clientId, [all...] |
| /yui3/src/datatable/js/ |
| H A D | body.js | 147 @default '<tr id="{rowId}" data-yui3-record="{clientId}" class="{rowClass}">{content}</tr>' 150 ROW_TEMPLATE : '<tr id="{rowId}" data-yui3-record="{clientId}" class="{rowClass}">{content}</tr>', 288 `clientId`. If the rows haven't been rendered yet, or if the row can't be 292 @param {Number|String|Model} id Row index, Model instance, or clientId 300 id = this._idMap[id.get ? id.get('clientId') : id] || id; 641 clientId = model.get('clientId'), 643 rowId : this._getRowId(clientId), 644 clientId: clientId, [all...] |
| /yui3/build/model/ |
| H A D | model-debug.js | 263 Returns a clientId string that's unique among all models on the current page 268 @return {String} Unique clientId. 688 The `clientId` attribute is not included in the returned object. 707 delete attrs.clientId; 933 Like the `id` attribute, `clientId` may be used to retrieve model 934 instances from lists. Unlike the `id` attribute, `clientId` is 938 @attribute clientId 942 clientId: {
|
| /yui3/src/app/js/ |
| H A D | model-list.js | 449 @param {String} clientId Client id. 452 getByClientId: function (clientId) { 453 return this._clientIdMap[clientId] || null; 800 If the model's `clientId` or `id` matches that of a model that's already in 823 if (this._clientIdMap[model.get('clientId')] 1023 this._clientIdMap[model.get('clientId')] = model; 1045 delete this._clientIdMap[model.get('clientId')];
|
| H A D | model.js | 261 Returns a clientId string that's unique among all models on the current page 266 @return {String} Unique clientId. 686 The `clientId` attribute is not included in the returned object. 705 delete attrs.clientId; 931 Like the `id` attribute, `clientId` may be used to retrieve model 932 instances from lists. Unlike the `id` attribute, `clientId` is 936 @attribute clientId 940 clientId: {
|
| /yui3/build/model-list/ |
| H A D | model-list-debug.js | 451 @param {String} clientId Client id. 454 getByClientId: function (clientId) { 455 return this._clientIdMap[clientId] || null; 802 If the model's `clientId` or `id` matches that of a model that's already in 825 if (this._clientIdMap[model.get('clientId')] 1025 this._clientIdMap[model.get('clientId')] = model; 1047 delete this._clientIdMap[model.get('clientId')];
|
Completed in 32 milliseconds