// Adding some style to tinymce
This commit is contained in:
+5
-1
@@ -32,7 +32,11 @@ function tinySetup(config)
|
||||
file_browser_callback : "ajaxfilemanager",
|
||||
entity_encoding: "raw",
|
||||
convert_urls : false,
|
||||
language : iso
|
||||
language : iso,
|
||||
style_formats : [
|
||||
{title : 'Bold text', inline : 'b'},
|
||||
{title : 'header', block : 'h1'},
|
||||
]
|
||||
}
|
||||
|
||||
$.each(default_config, function(index, el)
|
||||
|
||||
Reference in New Issue
Block a user