Modify codeditor widget to implement html attributes set through form field definition (#5001)
This commit is contained in:
parent
3450921c26
commit
c79bea7449
|
|
@ -24,7 +24,8 @@
|
|||
data-read-only="<?= $readOnly ? 'true' : 'false' ?>"
|
||||
data-language="<?= $language ?>"
|
||||
data-margin="<?= $margin ?>"
|
||||
data-vendor-path="<?= Url::asset('/modules/backend/formwidgets/codeeditor/assets/vendor/ace') ?>">
|
||||
data-vendor-path="<?= Url::asset('/modules/backend/formwidgets/codeeditor/assets/vendor/ace') ?>"
|
||||
<?= $this->formField->getAttributes() ?>>
|
||||
<div class="editor-toolbar">
|
||||
<ul>
|
||||
<li class="searchbox-enable">
|
||||
|
|
|
|||
Loading…
Reference in New Issue