编辑器拖动调整大小

This commit is contained in:
joyqi
2013-10-21 19:15:07 +08:00
parent 6f9c585fcc
commit 6706355138
4 changed files with 75 additions and 3 deletions
-1
View File
@@ -34,7 +34,6 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post);
<p>
<textarea style="height: <?php $options->editorSize(); ?>px" autocomplete="off" id="text" name="text" class="w-100 mono"><?php echo htmlspecialchars($post->text); ?></textarea>
<span class="resize"><i></i></span>
</p>
<?php include 'file-upload.php'; ?>