Revert "Changed content input from textarea into div."
This reverts commit 743a88c29b
.
This commit is contained in:
parent
743a88c29b
commit
f793a5acbd
|
@ -29,16 +29,13 @@ echo '<div class="bl-publish-view uk-width-8-10">';
|
|||
'placeholder'=>$L->g('Title')
|
||||
));
|
||||
|
||||
echo '<div style="padding-top: 10px"></div>';
|
||||
|
||||
// Content input
|
||||
// HTML::formTextarea(array(
|
||||
// 'name'=>'content',
|
||||
// 'value'=>$_Post->contentRaw(false),
|
||||
// 'class'=>'uk-width-1-1 uk-form-large',
|
||||
// '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>';
|
||||
HTML::formTextarea(array(
|
||||
'name'=>'content',
|
||||
'value'=>$_Page->contentRaw(false),
|
||||
'class'=>'uk-width-1-1 uk-form-large',
|
||||
'placeholder'=>''
|
||||
));
|
||||
|
||||
// Form buttons
|
||||
echo '<div class="uk-form-row uk-margin-bottom">';
|
||||
|
|
|
@ -29,16 +29,13 @@ echo '<div class="bl-publish-view uk-width-8-10">';
|
|||
'placeholder'=>$L->g('Title')
|
||||
));
|
||||
|
||||
echo '<div style="padding-top: 10px"></div>';
|
||||
|
||||
// Content input
|
||||
// HTML::formTextarea(array(
|
||||
// 'name'=>'content',
|
||||
// 'value'=>$_Post->contentRaw(false),
|
||||
// 'class'=>'uk-width-1-1 uk-form-large',
|
||||
// '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>';
|
||||
HTML::formTextarea(array(
|
||||
'name'=>'content',
|
||||
'value'=>$_Post->contentRaw(false),
|
||||
'class'=>'uk-width-1-1 uk-form-large',
|
||||
'placeholder'=>''
|
||||
));
|
||||
|
||||
// Form buttons
|
||||
echo '<div class="uk-form-row uk-margin-bottom">
|
||||
|
|
|
@ -23,16 +23,13 @@ echo '<div class="bl-publish-view uk-width-8-10">';
|
|||
'placeholder'=>$L->g('Title')
|
||||
));
|
||||
|
||||
echo '<div style="padding-top: 10px"></div>';
|
||||
|
||||
// Content input
|
||||
// HTML::formTextarea(array(
|
||||
// 'name'=>'content',
|
||||
// 'value'=>'',
|
||||
// 'class'=>'uk-width-1-1 uk-form-large',
|
||||
// 'placeholder'=>''
|
||||
// ));
|
||||
echo '<div id="jscontent" name="content" class="uk-width-1-1 uk-form-large" placeholder="" style="margin-bottom: 10px"></div>';
|
||||
HTML::formTextarea(array(
|
||||
'name'=>'content',
|
||||
'value'=>'',
|
||||
'class'=>'uk-width-1-1 uk-form-large',
|
||||
'placeholder'=>''
|
||||
));
|
||||
|
||||
// Form buttons
|
||||
echo '<div class="uk-form-row uk-margin-bottom">
|
||||
|
|
|
@ -23,16 +23,13 @@ echo '<div class="bl-publish-view uk-width-8-10">';
|
|||
'placeholder'=>$L->g('Title')
|
||||
));
|
||||
|
||||
echo '<div style="padding-top: 10px"></div>';
|
||||
|
||||
// Content input
|
||||
// HTML::formTextarea(array(
|
||||
// 'name'=>'content',
|
||||
// 'value'=>'',
|
||||
// 'class'=>'uk-width-1-1 uk-form-large',
|
||||
// 'placeholder'=>''
|
||||
// ));
|
||||
echo '<div id="jscontent" name="content" class="uk-width-1-1 uk-form-large" placeholder="" style="margin-bottom: 10px"></div>';
|
||||
HTML::formTextarea(array(
|
||||
'name'=>'content',
|
||||
'value'=>'',
|
||||
'class'=>'uk-width-1-1 uk-form-large',
|
||||
'placeholder'=>''
|
||||
));
|
||||
|
||||
// Form buttons
|
||||
echo '<div class="uk-form-row uk-margin-bottom">
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"plugin-data":
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue