Searched defs:value (Results 1 - 8 of 8) sorted by relevance
/yui3/src/widget/js/ |
H A D | WidgetLocale.js | 24 value: "en" 54 * Returns the strings key/value hash for a paricular locale, without locale lookup applied. 67 * If no values of the key are defined for a particular locale the value for the 71 * @param {String} locale (optional) The locale for which the string value is required. Defaults to the current locale, if not provided. 110 * If no values if defined for the key, for the given locale, the value for the 115 * @param {String} locale (optional) The locale for which the string value is required. Defaults to the current locale, if not provided. 151 * Returns the default locale for the widget (the locale value defined by the
|
H A D | WidgetHTMLParser.js | 67 value: null,
|
H A D | Widget.js | 171 value:FALSE, 184 value:null, 205 * position in the default tab flow. The value is used to set the 208 * method), while being removed from the default tab flow. A value of 214 value: null, 227 value: FALSE, 239 value: FALSE 249 value: TRUE 260 value: EMPTY_STR 271 value [all...] |
/yui3/src/dataschema/js/ |
H A D | dataschema-xml.js | 46 store the retrieved value in the result object. If `locator` is 52 to convert the input value into a normalized type. Parser 53 functions are passed the value as input and are expected to 54 return a value. 56 assignment as the result field value. This object follows the same 59 If no value parsing or nested parsing is needed, you can use XPath locators 62 `response.results` will contain an array of objects with key:value pairs. 133 * Get an XPath-specified value for a given field from an XML node or document. 138 * @return {Object} Data value or null. 145 result, res, value [all...] |
/yui3/src/attribute/js/ |
H A D | ComplexAttribute.js | 16 * Utility method to split out simple attribute name/value pairs ("x") 17 * from complex attribute name/value pairs ("x.y.z"), so that complex 21 * @param {Object} valueHash An object with attribute name/value pairs 45 value: valueHash[k] 59 * Returns the initial value of the given attribute from 61 * over-ridden value if it exists in the set of initValues 66 * @param {Object} initValues The object with simple and complex attribute name/value pairs returned from _normAttrVals 68 * @return {Any} The initial value of the attribute. 75 var val = cfg.value, 108 subval = subvals[i].value; [all...] |
/yui3/src/node/js/ |
H A D | node-deprecated.js | 24 value: null
|
/yui3/src/base/js/ |
H A D | BaseCore.js | 59 * @param {Object} cfg Object with configuration property name/value pairs. 132 * defines how the statically defined value field should be protected 135 * By default if the value is an object literal or an array it will be "shallow" 136 * cloned, to protect the default value. 154 value:false 168 value:false 224 * @param {Object} cfg Object with configuration property name/value pairs 283 * This value is cached the first time the method, or _getAttrCfgs, is invoked. Subsequent invocations return the 284 * cached value. 300 * This value i [all...] |
/yui3/src/transition/js/ |
H A D | transition-native.js | 157 // might just be a value 158 if (config && config.value !== undefined) { 159 val = config.value; 183 value: val, 193 // native end event doesnt fire when setting to same value 324 cssText += hyphy + ': ' + attr.value + '; '; 385 value = node.ownerDocument.defaultView.getComputedStyle(node, '')[Transition._toCamel(TRANSITION_PROPERTY)]; 388 if (typeof value === 'string') { 389 value = value [all...] |
Completed in 150 milliseconds