Lines Matching defs:header
15 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 : '<div class="yui-widget-hd"></div>',
250 header : '<div class="' + StdMod.SECTION_CLASS_NAMES[STD_HEADER] + '"></div>',
713 * Sets the height on the provided header, body or footer element to
722 * the heights of the header/body/footer will drive the height of the Widget.</p>