mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-15 17:58:41 +00:00
Add id to textare
This commit is contained in:
parent
b5f5bd1be8
commit
20f6426d0c
|
|
@ -7,6 +7,7 @@
|
||||||
<input type="radio" id="<?= $this->renderId(); ?>-c-tab-1" name="tabular-1" checked>
|
<input type="radio" id="<?= $this->renderId(); ?>-c-tab-1" name="tabular-1" checked>
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<textarea
|
<textarea
|
||||||
|
id="i<?= $this->renderName(); ?>"
|
||||||
style="height: 300px"
|
style="height: 300px"
|
||||||
placeholder=""
|
placeholder=""
|
||||||
name="<?= $this->renderName(); ?>"
|
name="<?= $this->renderName(); ?>"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user