Lines Matching refs:id

42         print('<div id="refnotes-config"><div id="config__manager">');
44 print('<div id="server-status" class="info" style="display: none;">&nbsp;</div>');
65 print('<div id="refnotes-lang" style="display: none;">');
103 $id = $action . '-config';
104 $html .= ' id="' . $id . '"';
105 $html .= ' name="' . $id . '"';
116 protected $id;
122 public function __construct($id) {
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) {
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>');
350 'refnote-id' => array(
378 'multi-ref-id' => array(
401 'note-id-base' => array(
405 'note-id-font-weight' => array(
409 'note-id-font-style' => array(
413 'note-id-format' => array(
435 'option' => array('note-id', 'latin', 'numeric', 'caret', 'arrow', 'none', 'inherit')
500 protected $id;
507 public function __construct($id, $data) {
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) {
549 parent::__construct($id, $data);
558 $html .= ' id="' . $this->id . '"';
559 $html .= ' name="' . $this->id . '" value="1"';
574 public function __construct($id, $data) {
575 parent::__construct($id, $data);
589 $html .= ' id="' . $this->id . '"';
590 $html .= ' name="' . $this->id . '">' . DOKU_LF;
609 public function __construct($id, $data) {
610 parent::__construct($id, $data);
620 $html .= ' id="' . $this->id . '"';
621 $html .= ' name="' . $this->id . '" />' . DOKU_LF;
635 public function __construct($id, $data) {
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) {
672 parent::__construct($id, $data);
683 $html .= ' id="' . $this->id . '"';
684 $html .= ' name="' . $this->id . '"';