Revert "Changed content input from textarea into div."

This reverts commit 743a88c29b.
This commit is contained in:
Hakim Zulkufli 2017-04-30 20:09:11 +08:00
parent 743a88c29b
commit f793a5acbd
5 changed files with 34 additions and 46 deletions

View File

@ -29,16 +29,13 @@ echo '<div class="bl-publish-view uk-width-8-10">';
'placeholder'=>$L->g('Title') 'placeholder'=>$L->g('Title')
)); ));
echo '<div style="padding-top: 10px"></div>';
// Content input // Content input
// HTML::formTextarea(array( HTML::formTextarea(array(
// 'name'=>'content', 'name'=>'content',
// 'value'=>$_Post->contentRaw(false), 'value'=>$_Page->contentRaw(false),
// 'class'=>'uk-width-1-1 uk-form-large', 'class'=>'uk-width-1-1 uk-form-large',
// 'placeholder'=>'' 'placeholder'=>''
// )); ));
echo '<div id="jscontent" name="content" class="uk-width-1-1 uk-form-large" placeholder="" value="'.$_Post->contentRaw(false).'" style="margin-bottom: 10px"></div>';
// Form buttons // Form buttons
echo '<div class="uk-form-row uk-margin-bottom">'; echo '<div class="uk-form-row uk-margin-bottom">';

View File

@ -29,16 +29,13 @@ echo '<div class="bl-publish-view uk-width-8-10">';
'placeholder'=>$L->g('Title') 'placeholder'=>$L->g('Title')
)); ));
echo '<div style="padding-top: 10px"></div>';
// Content input // Content input
// HTML::formTextarea(array( HTML::formTextarea(array(
// 'name'=>'content', 'name'=>'content',
// 'value'=>$_Post->contentRaw(false), 'value'=>$_Post->contentRaw(false),
// 'class'=>'uk-width-1-1 uk-form-large', 'class'=>'uk-width-1-1 uk-form-large',
// 'placeholder'=>'' 'placeholder'=>''
// )); ));
echo '<div id="jscontent" name="content" class="uk-width-1-1 uk-form-large" placeholder="" value="'.$_Post->contentRaw(false).'" style="margin-bottom: 10px"></div>';
// Form buttons // Form buttons
echo '<div class="uk-form-row uk-margin-bottom"> echo '<div class="uk-form-row uk-margin-bottom">

View File

@ -23,16 +23,13 @@ echo '<div class="bl-publish-view uk-width-8-10">';
'placeholder'=>$L->g('Title') 'placeholder'=>$L->g('Title')
)); ));
echo '<div style="padding-top: 10px"></div>';
// Content input // Content input
// HTML::formTextarea(array( HTML::formTextarea(array(
// 'name'=>'content', 'name'=>'content',
// 'value'=>'', 'value'=>'',
// 'class'=>'uk-width-1-1 uk-form-large', 'class'=>'uk-width-1-1 uk-form-large',
// 'placeholder'=>'' 'placeholder'=>''
// )); ));
echo '<div id="jscontent" name="content" class="uk-width-1-1 uk-form-large" placeholder="" style="margin-bottom: 10px"></div>';
// Form buttons // Form buttons
echo '<div class="uk-form-row uk-margin-bottom"> echo '<div class="uk-form-row uk-margin-bottom">

View File

@ -23,16 +23,13 @@ echo '<div class="bl-publish-view uk-width-8-10">';
'placeholder'=>$L->g('Title') 'placeholder'=>$L->g('Title')
)); ));
echo '<div style="padding-top: 10px"></div>';
// Content input // Content input
// HTML::formTextarea(array( HTML::formTextarea(array(
// 'name'=>'content', 'name'=>'content',
// 'value'=>'', 'value'=>'',
// 'class'=>'uk-width-1-1 uk-form-large', 'class'=>'uk-width-1-1 uk-form-large',
// 'placeholder'=>'' 'placeholder'=>''
// )); ));
echo '<div id="jscontent" name="content" class="uk-width-1-1 uk-form-large" placeholder="" style="margin-bottom: 10px"></div>';
// Form buttons // Form buttons
echo '<div class="uk-form-row uk-margin-bottom"> echo '<div class="uk-form-row uk-margin-bottom">

View File

@ -2,6 +2,6 @@
"plugin-data": "plugin-data":
{ {
"name": "Quill", "name": "Quill",
"description": "Quill is a free, open source WYSIWYG editor built for the modern web. With its modular architecture and expressive API, it is completely customizable to fit any need." "description": ""
} }
} }