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

/yui3/src/widget-child/js/
H A DWidget-Child.js27 * @attribute selected
31 * @description Number indicating if the Widget is selected. Possible
34 * <dt>0</dt> <dd>(Default) Not selected</dd>
35 * <dt>1</dt> <dd>Fully selected</dd>
36 * <dt>2</dt> <dd>Partially selected</dd>
39 selected: {
306 * Updates the UI to reflect the <code>selected</code> attribute value.
310 * @param {number} selected The selected value to be reflected in the UI.
312 _uiSetChildSelected: function (selected) {
[all...]

Completed in 28 milliseconds