mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-14 09:18:41 +00:00
add tabindex
This commit is contained in:
parent
16556f66ad
commit
97577b6aea
|
|
@ -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
|
||||||
|
tabindex="0"
|
||||||
id="i<?= $this->renderName(); ?>"
|
id="i<?= $this->renderName(); ?>"
|
||||||
style="height: 300px"
|
style="height: 300px"
|
||||||
name="<?= $this->renderName(); ?>"
|
name="<?= $this->renderName(); ?>"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user