Lines Matching defs:legend
8 * 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>';