Home
last modified time | relevance | path

Searched refs:buildAttributes (Results 1 – 24 of 24) sorted by path

/dokuwiki/inc/Form/
H A DButtonElement.php34 return '<button ' . buildAttributes($this->attrs(), true) . '>' . $this->content . '</button>';
H A DCheckableElement.php74 return '<label ' . buildAttributes($this->label->attrs()) . '>' . DOKU_LF
H A DDropdownElement.php189 $html = '<select ' . buildAttributes($attr) . '>';
H A DFieldsetOpenElement.php34 $html = '<fieldset ' . buildAttributes($this->attrs()) . '>';
H A DForm.php485 $html = '<form ' . buildAttributes($this->attrs()) . '>';
H A DInputElement.php151 return '<input ' . buildAttributes($this->attrs()) . ' />';
162 return '<label ' . buildAttributes($this->label->attrs()) . '>' . DOKU_LF
H A DLabelElement.php28 return '<label ' . buildAttributes($this->attrs()) . '>' . $this->val() . '</label>';
H A DOptGroup.php98 $html = '<optgroup ' . buildAttributes($this->attrs()) . '>';
114 $attrs = buildAttributes($val['attrs']);
H A DTagElement.php30 return '<' . $this->val() . ' ' . buildAttributes($this->attrs()) . ' />';
H A DTagOpenElement.php31 return '<' . $this->val() . ' ' . buildAttributes($this->attrs()) . '>';
H A DTextareaElement.php51 return '<textarea ' . buildAttributes($this->attrs()) . '>' .
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php133 * @see buildAttributes()
159 $attr = buildAttributes($this->getLinkAttributes($classprefix));
/dokuwiki/inc/Ui/
H A DEditor.php146 . ' <a ' . buildAttributes($attr, true) . '>' . $license[$conf['license']]['name'] . '</a>');
H A DPageDiff.php527 return '<a ' . buildAttributes($attr) . '><span>' . $lang[$linktype] . '</span></a>';
H A DSearchState.php139 return "<a href='$href' " . buildAttributes($tagAttributes, true) . ">$label</a>";
/dokuwiki/inc/Ui/Media/
H A DDisplay.php49 return '<img src="' . $src . '" ' . buildAttributes($attr) . ' />';
/dokuwiki/inc/
H A Dcommon.php378 function buildAttributes($params, $skipEmptyStrings = false)
381 function buildAttributes($params, $skipEmptyStrings = false) { global() function
H A Dform.php25 * 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(
[all...]
H A Dhtml.php965 $out .= '<object ' . buildAttributes($std) . '>' . NL;
968 $out .= '<object ' . buildAttributes($ie) . '>' . NL;
H A Dtemplate.php428 echo '<', $tag, ' ', buildAttributes($attr);
1221 $p = buildAttributes($data['params']);
1246 $att = buildAttributes($p);
/dokuwiki/inc/parser/
H A Dxhtml.php1939 $out .= '<video ' . buildAttributes($atts) . ' controls="controls"';
2011 $out .= '<audio ' . buildAttributes($atts) . ' controls="controls">' . NL;
/dokuwiki/lib/plugins/acl/
H A Dadmin.php800 $ret .= '<input ' . buildAttributes($atts) . ' />&#160;';
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php170 $html = ' <a ' . buildAttributes($param, true) . '>' .
337 $html .= ' <a ' . buildAttributes($param, true) . '>' .
/dokuwiki/lib/plugins/revert/
H A Dadmin.php156 $att = buildAttributes($p);
167 $att = buildAttributes($p);