Lines Matching refs:buildAttributes

25  * directly to buildAttributes.
282 $form .= '<form ' . buildAttributes($this->params, false) . '><div class="no">' . DOKU_LF;
723 * Attributes are passed to buildAttributes()
732 return '<' . $attrs['_tag'] . ' ' . buildAttributes($attrs, true) . '/>';
740 * Attributes are passed to buildAttributes()
749 return '<' . $attrs['_tag'] . ' ' . buildAttributes($attrs, true) . '>';
774 * Attributes are passed to buildAttributes()
783 $s = '<fieldset ' . buildAttributes($attrs, true) . '>';
825 * Text will be passed to formText(), attributes to buildAttributes()
838 . buildAttributes($attrs, true) . '>' . DOKU_LF
848 * Other attributes are passed to buildAttributes()
860 return '<button ' . $p . buildAttributes($attrs, true) . '>' . $value . '</button>';
869 * Other attributes are passed to buildAttributes() for the input tag.
882 $s .= ' <input ' . buildAttributes($attrs, true) . ' /></label>';
894 * Other attributes are passed to buildAttributes() for the input tag.
906 $s .= '><input ' . buildAttributes($attrs, true) . ' />';
919 * Other attributes are passed to buildAttributes() for the input tag.
934 $s .= '<input type="text" ' . buildAttributes($attrs, true) . ' /></label>';
946 * Other attributes are passed to buildAttributes() for the input tag.
961 $s .= '<input type="password" ' . buildAttributes($attrs, true) . ' /></label>';
975 * Other attributes are passed to buildAttributes() for the input tag
988 $s .= '<input type="file" ' . buildAttributes($attrs, true);
1003 * Other attributes are passed to buildAttributes() for the input tag.
1025 $s .= '<input type="checkbox" ' . buildAttributes($attrs, true) . ' />';
1038 * Other attributes are passed to buildAttributes() for the input tag.
1052 $s .= '><input type="radio" ' . buildAttributes($attrs, true) . ' />';
1068 * Other attributes are passed to buildAttributes() for the input tag.
1082 $s .= ' <select ' . buildAttributes($attrs, true) . '>' . DOKU_LF;
1116 * Other attributes are passed to buildAttributes() for the input tag.
1129 $s .= '<select ' . buildAttributes($attrs, true) . '>' . DOKU_LF;