Lines Matching refs:id

103         $id = $action . '-config';
104 $html .= ' id="' . $id . '"';
105 $html .= ' name="' . $id . '"';
116 protected $id; variable in refnotes_config_section
122 public function __construct($id) { argument
123 $this->id = $id;
124 $this->title = 'sec_' . $id;
142 print('<fieldset id="' . $this->id . '">');
172 foreach ($fieldData as $id => $fd) {
174 $field[] = new $class($id, $fd);
221 public function __construct($id, $listRows) { argument
222 parent::__construct($id);
257 $id = 'name-' . $this->id;
258 $html .= ' id="' . $id . '"';
259 $html .= ' name="' . $id . '"';
272 $id = $action . '-' . $this->id;
274 $html .= ' id="' . $id . '"';
275 $html .= ' name="' . $id . '"';
291 …print('<select class="list" id="select-' . $this->id . '" size="' . $this->listRows . '"></select>…
500 protected $id; variable in refnotes_config_field
507 public function __construct($id, $data) { argument
508 $this->id = 'field-' . $id;
509 $this->label = 'lbl_' . $id;
515 $this->settingName = $id;
538 return '<label for="' . $this->id . '">' . $label . '</label>';
548 public function __construct($id, $data) { argument
549 parent::__construct($id, $data);
558 $html .= ' id="' . $this->id . '"';
559 $html .= ' name="' . $this->id . '" value="1"';
574 public function __construct($id, $data) { argument
575 parent::__construct($id, $data);
589 $html .= ' id="' . $this->id . '"';
590 $html .= ' name="' . $this->id . '">' . DOKU_LF;
609 public function __construct($id, $data) { argument
610 parent::__construct($id, $data);
620 $html .= ' id="' . $this->id . '"';
621 $html .= ' name="' . $this->id . '" />' . DOKU_LF;
635 public function __construct($id, $data) { argument
636 parent::__construct($id, $data);
648 $html .= ' id="' . $this->id . '"';
649 $html .= ' name="' . $this->id . '" />' . DOKU_LF;
652 $html .= ' id="' . $this->id . '-inherit"';
653 $html .= ' name="' . $this->id . '-inherit"';
671 public function __construct($id, $data) { argument
672 parent::__construct($id, $data);
683 $html .= ' id="' . $this->id . '"';
684 $html .= ' name="' . $this->id . '"';