Lines Matching defs:ATTRS
58 Table.ATTRS = {
103 @default (from `recordType` ATTRS or first item in the `data`)
122 `model` property is unset, but it is populated, the `ATTRS` of the
125 will be generated using the keys of the first item as its `ATTRS` (see
733 `ATTRS` or its entire `ATTRS` definition object
739 var ATTRS, i, len;
742 ATTRS = {};
745 ATTRS[attrs[i]] = {};
748 ATTRS = attrs;
751 return Y.Base.create('record', Y.Model, [], null, { ATTRS: ATTRS });
962 `ATTRS` of that class. If neither are set, it temporarily falls back to an
977 columns = (recordType && recordType.ATTRS) ?
978 keys(recordType.ATTRS) : [];
1093 subclass is generated using the keys of the first item as its `ATTRS`.
1095 generated using those keys as its `ATTRS`.
1124 recordType = (data[0].constructor.ATTRS) ?
1503 assigned as the `ATTRS` of the new class).
1509 attribute names, or the `ATTRS` definition for a custom model