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

/yui3/src/io/js/
H A Dio-base.js396 * passed with no value argument, the header will be deleted.
399 * @param {String} name HTTP header
400 * @param {String} value HTTP header value
604 * object keys are the header names and the values are the header
669 // or as a default header, it will be used instead of
709 // with no Content-Length header defined.
849 object keys are the header names and the values are the header
884 Hosted as a property on the `io` function (e.g. `Y.io.header`)
[all...]
/yui3/src/widget-stdmod/js/
H A DWidget-StdMod.js15 HEADER = "header",
54 * The extension adds header, body and footer sections to the Widget's content box and
70 * Constant used to refer the the standard module header, in methods which expect a section specifier
153 * @description The content to be added to the header section. This will replace any existing content
154 * in the header. If you want to append, or insert new content, use the <a href="#method_setStdModContent">setStdModContent</a> method.
220 * Static hash of default class names used for the header,
229 header: Widget.getClassName(HD),
240 * header : '&lt;div class="yui-widget-hd"&gt;&lt;/div&gt;',
250 header : '<div class="' + StdMod.SECTION_CLASS_NAMES[STD_HEADER] + '"></div>',
713 * Sets the height on the provided header, bod
[all...]

Completed in 30 milliseconds