Searched defs:label (Results 1 - 2 of 2) sorted by relevance

/yui3/src/dial/js/
H A DDial.js205 * @default {label: 'My label', resetStr: 'Reset', tooltipHandle: 'Drag to set value'}
248 label : makeClassName("label"),
249 labelString : makeClassName("label-string"),
270 * template that will contain the Dial's label.
274 * @default <div class="[...-label]"><span id="" class="[...-label-string]">{label}</span><span class="[...-value-string]"></span></div>
278 Dial.LABEL_TEMPLATE = '<div class="' + Dial.CSS_CLASSES.label
[all...]
/yui3/src/button/js/
H A Dcore.js62 config.label = config.label || this._getLabel(node);
113 * @description Getter for a button's 'label' ATTR
119 label;
122 label = node.get('value');
125 label = (node.one('.' + Button.CLASS_NAMES.LABEL) || node).get('text');
128 return label;
133 * @description Setter for a button's 'label' ATTR
134 * @param label {string}
137 _uiSetLabel: function (label) {
[all...]

Completed in 9 milliseconds