18 lines
931 B
Plaintext
18 lines
931 B
Plaintext
<div class="ur_editor textarea"> <!--编辑多行文字start-->
|
|
<div class="ur_editor_title">
|
|
<label for="ur_question_title">问题: </label>
|
|
<input id="poll_questions_title" class="ur_question_title" contenteditable="true" type="text" name="poll_questions_title" placeholder="请输入多行文字标题"/>
|
|
<input type="checkbox" name="required" value="true" id="ur_question_require" checked=""/>
|
|
<label for="ur_question_require">必答</label>
|
|
</div>
|
|
<div class="ur_editor_toolbar">
|
|
<label>尺寸:</label>
|
|
<label>宽 <input name="cols" type="number" min="1" value="60"> 字</label>,
|
|
<label>高 <input name="rows" type="number" min="1" value="5"> 行</label>
|
|
</div>
|
|
<div class="ur_editor_footer">
|
|
<a class="btn_submit" data-button="ok">确定</a>
|
|
<a class="btn_cancel" data-button="cancel">取消</a>
|
|
</div>
|
|
<div class="cl"></div>
|
|
</div><!--编辑多行文字end--> |