mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-30 10:18:42 +00:00
auto check editor if content is defined
This commit is contained in:
parent
ceb156521c
commit
a82094e21c
|
|
@ -4,7 +4,7 @@
|
|||
<li<?= !empty($this->plain) ? ' class="active"' : ''; ?>><label tabindex="0" for="<?= $this->renderId(); ?>-c-tab-2"><?= $this->getHtml('Preview', 'Editor'); ?></label>
|
||||
</ul>
|
||||
<div class="tab-content">
|
||||
<input type="radio" id="<?= $this->renderId(); ?>-c-tab-1" name="tabular-1">
|
||||
<input type="radio" id="<?= $this->renderId(); ?>-c-tab-1" name="tabular-1"<?= empty($this->plain) ? ' checked' : ''; ?>>
|
||||
<div class="tab">
|
||||
<textarea
|
||||
tabindex="0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user