Files
edx-platform/xmodule/js/fixtures/html-editor-raw.html
2022-06-20 18:20:06 +05:00

10 lines
303 B
HTML

<div class="test-component">
<div class="wrapper-comp-editor" id="editor-tab" data-editor="raw">
<section class="html-editor editor">
<div class="row">
<textarea name="" class="edit-box">raw text</textarea>
</div>
</section>
</div>
</div>