Home
last modified time | relevance | path

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

/dokuwiki/inc/Form/
H A DFieldsetOpenElement.php15 * @param string $legend
18 public function __construct($legend = '', $attributes = []) argument
23 parent::__construct($legend, $attributes);
35 $legend = $this->val();
36 if ($legend) $html .= DOKU_LF . '<legend>' . hsc($legend) . '</legend>';
H A DForm.php408 * @param string $legend
412 public function addFieldsetOpen($legend = '', $pos = -1) argument
414 return $this->addElement(new FieldsetOpenElement($legend), $pos);
/dokuwiki/inc/
H A Dform.php96 * @param string $legend Label that will be printed with the border.
100 public function startFieldset($legend) argument
105 $this->addElement(array('_elem' => 'openfieldset', '_legend' => $legend));
/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 {