Files
edx-platform/common/lib/xmodule/xmodule/js/fixtures/html-edit-visual.html
2014-04-24 14:18:12 -04:00

11 lines
430 B
HTML

<div class="test-component">
<div class="wrapper-comp-editor" id="editor-tab" data-base-asset-url="/c4x/foo/bar/asset/" data-editor="visual">
<section class="html-editor editor">
<div class="row">
<textarea class="tiny-mce"><p>original visual text</p></textarea>
<textarea name="" class="edit-box">raw text</textarea>
</div>
</section>
</div>
</div>