Lines Matching refs:id
42 * @param string $id
49 public function edit(string $id, string $name, string $value, Tree $tree): string argument
56 return $xref_note->edit($id, $name, $value, $tree);
61 return $submitter_text->edit($id, $name, $value, $tree);
71 '<div id="' . e($id) . '-note-structure">' .
72 '<div id="' . e($id) . '-options">' .
73 …view('components/radios-inline', ['name' => $id . '-options', 'options' => $options, 'selected' =>…
75 '<div id="' . e($id) . '-inline">' .
76 $submitter_text->edit($id, $name, $value, $tree) .
78 '<div id="' . e($id) . '-shared" class="d-none">' .
79 $xref_note->edit($id . '-select', $name, $value, $tree) .
83 … 'document.getElementById("' . e($id) . '-shared").querySelector("select").disabled=true;' .
84 … 'document.getElementById("' . e($id) . '-options").addEventListener("change", function(){' .
85 ' document.getElementById("' . e($id) . '-inline").classList.toggle("d-none");' .
86 ' document.getElementById("' . e($id) . '-shared").classList.toggle("d-none");' .
87 … ' const inline = document.getElementById("' . e($id) . '-inline").querySelector("textarea");' .
88 … ' const shared = document.getElementById("' . e($id) . '-shared").querySelector("select");' .
106 $id = Registry::idFactory()->id();
135 …button" class="btn btn-text p-0" href="#' . e($id) . '" data-bs-toggle="collapse" aria-controls="'…
141 … '<div id="' . e($id) . '" class="ps-4 collapse ut' . ($expanded ? 'show' : '') . '">' .
158 …$value = '<span class="ut collapse ' . ($expanded ? '' : 'show') . ' ' . e($id) . '">' . $value . …
162 …btn-text p-0" href="#" data-bs-target=".' . e($id) . '" data-bs-toggle="collapse" aria-controls="'…
168 '<div class="ps-4 collapse ut ' . ($expanded ? 'show' : '') . ' ' . e($id) . '">' .