mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-18 20:05:16 +00:00
Improved Sceditor integration
This commit is contained in:
@ -118,10 +118,11 @@ ComunicWeb.components.posts.edit = {
|
||||
height: "200px",
|
||||
width: "100%",
|
||||
icons: "material",
|
||||
style: ComunicWeb.components.posts.form.sceditor_stylsheet,
|
||||
toolbarExclude: "youtube,image,size,link,print,mail,emoticon,maximize"
|
||||
});
|
||||
|
||||
ApplySceditorStyle(editorTextarea);
|
||||
|
||||
//Create function to close modal
|
||||
var closeModal = function(){
|
||||
$(modal).modal('hide');
|
||||
|
@ -6,11 +6,6 @@
|
||||
|
||||
ComunicWeb.components.posts.form = {
|
||||
|
||||
/**
|
||||
* SCEDITOR common options
|
||||
*/
|
||||
sceditor_stylsheet: "data:text/css;raw, body {font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;font-size: 14px;line-height: 1.42857143;}",
|
||||
|
||||
/**
|
||||
* Display post creation form
|
||||
*
|
||||
@ -69,11 +64,12 @@ ComunicWeb.components.posts.form = {
|
||||
'bulletlist,orderedlist,table,code,quote,source',
|
||||
emoticonsEnabled: false,
|
||||
icons: "material",
|
||||
//Hack : style a little iframe
|
||||
style: this.sceditor_stylsheet,
|
||||
toolbarContainer: inputMessageToolbarTarget
|
||||
});
|
||||
|
||||
//Apply all stylesheets to the editor iframe
|
||||
ApplySceditorStyle(inputMessageTextarea);
|
||||
|
||||
//Enable emojies picker
|
||||
ComunicWeb.components.emoji.picker.addDetachedPicker(newPostMessageContener, function(emojie){
|
||||
|
||||
|
Reference in New Issue
Block a user