Lines Matching full:will

23  * with '_'. Other keys are HTML attributes that will be included in the element
31 * this will continue to be used
96 * @param string $legend Label that will be printed with the border.
126 * The value of the field (but not the name) will be passed to
162 * @param string $pos 0-based index where the element will be inserted.
177 * @param int $pos 0-based index the element will be placed at.
251 * A position out-of-bounds will return either the
270 * Each element in the form will be passed to a function named
376 * Careless use of this will result in invalid XHTML.
392 * Only one wikitext element is allowed on a page. It will have
393 * a name of 'wikitext' and id 'wiki__text'. The text will
413 * A title will automatically be generated using the value and
417 * @param string $act Wiki action of the button, will be used as the do= parameter
439 * The label text will be printed before the input.
445 * then a line break will be added after the field.
446 * @param string $label Label that will be printed before the input.
447 * @param string $id ID attribute of the input. If set, the label will
466 * The label text will be printed after the input.
634 * then a line break will be added after the field.
635 * @param string $label Label that will be printed before the input.
636 * @param string $id ID attribute of the input. If set, the label will
680 * then a line break will be added after the field.
681 * @param string $label Label that will be printed before the input.
682 * @param string $id ID attribute of the input. If set, the label will
825 * Text will be passed to formText(), attributes to buildAttributes()
847 * If '_action' is set, the button name will be "do[_action]".