forked from GNUsocial/gnu-social
TinyMCE: Switch default 'simple' layout for customized advanced layout: bold/italic/strikethrough undo/redo link/unlink/image
This commit is contained in:
parent
34baeb4d77
commit
e3bc7ed4bf
@ -63,7 +63,7 @@ class TinyMCEPlugin extends Plugin
|
|||||||
|
|
||||||
function onEndShowStyles($action)
|
function onEndShowStyles($action)
|
||||||
{
|
{
|
||||||
$action->style('span#notice_data-text_container { float: left }');
|
$action->style('span#notice_data-text_container, span#notice_data-text_parent { float: left }');
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -136,7 +136,10 @@ class TinyMCEPlugin extends Plugin
|
|||||||
$('textarea#notice_data-text').tinymce({
|
$('textarea#notice_data-text').tinymce({
|
||||||
script_url : '{$path}',
|
script_url : '{$path}',
|
||||||
// General options
|
// General options
|
||||||
theme : "simple",
|
theme : "advanced",
|
||||||
|
theme_advanced_buttons1 : "bold,italic,strikethrough,|,undo,redo,|,link,unlink,image",
|
||||||
|
theme_advanced_buttons2 : "",
|
||||||
|
theme_advanced_buttons3 : "",
|
||||||
add_form_submit_trigger : false
|
add_form_submit_trigger : false
|
||||||
});
|
});
|
||||||
$('#notice_action-submit').click(function() {
|
$('#notice_action-submit').click(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user