Home
last modified time | relevance | path

Searched refs:legend (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/Form/
H A DFieldsetOpenElement.php8 * Opens a Fieldset with an optional legend
15 * @param string $legend
18 public function __construct($legend = '', $attributes = [])
22 // legend there, so we have to set the type manually
23 parent::__construct($legend, $attributes);
35 $legend = $this->val();
36 if ($legend) $html .= DOKU_LF . '<legend>' . hsc($legend) . '</legend>';
19 __construct($legend = '', $attributes = array()) global() argument
[all...]
H A DForm.php408 * @param string $legend
412 public function addFieldsetOpen($legend = '', $pos = -1) argument
414 return $this->addElement(new FieldsetOpenElement($legend), $pos);
/dokuwiki/lib/plugins/extension/
H A Dall.less4 #extension__list .legend {
23 [dir=rtl] #extension__list .legend {
H A Dstyle.less89 #extension__list .legend {
225 [dir=rtl] #extension__list .legend {
310 .disabled .legend {
/dokuwiki/inc/
H A Dform.php96 * @param string $legend Label that will be printed with the border.
100 public function startFieldset($legend)
105 $this->addElement(array('_elem' => 'openfieldset', '_legend' => $legend));
784 if (!is_null($attrs['_legend'])) $s .= '<legend>' . $attrs['_legend'] . '</legend>';
99 startFieldset($legend) global() argument
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dprint.css34 legend { selector
H A Dbasic.less34 legend {
340 legend {
/dokuwiki/lib/plugins/config/
H A Dstyle.css21 #config__manager legend {