The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
adding own styles to wysiwyg editor - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: adding own styles to wysiwyg editor (/showthread.php?tid=3111) |
adding own styles to wysiwyg editor - andyash - 2012-04-24 I want to add my own style markup to the WYSIWYG Editor so that it is available to me for usage on text and images while editing a page. In the WYSIWYG Editor advanced mode a STYLES drop down and FORMAT dropdown are available to us for styling paragraphs and text. I want to add my own styles here so I can just select my text, choose the style from the drop down menu and I'm done. How do I achieve this without touching any core files? adding own styles to wysiwyg editor - n00dles101 - 2012-04-24 Hii Andy, i think what your looking for is here: http://get-simple.info/wiki/how_to:editor_configuration_custom_files Mike. adding own styles to wysiwyg editor - andyash - 2012-04-25 n00dles101 Wrote:Hii Andy,This worked great. Thanks. adding own styles to wysiwyg editor - andyash - 2012-04-25 Ok. Another issue. I have added a WYSIWYG Editor through i18n_customfields. The styles section in this editor is blank now. How do I add my customised style to that? Also, I am unable to add images in the customfields wysiwyg editor. I have to input the image link in the URL field manually. Selecting from the editor still shows the URL field as blank. adding own styles to wysiwyg editor - Connie - 2012-04-25 this is a question to the plugindeveloper of the custom fields plugin-developer ;=) it always depends how the editor is integrated, if it is integrated referring to the general configuration or not Andyash, I suggest to ask this in the support thread of that plugin, because the problem with the images will affect all plugin-users adding own styles to wysiwyg editor - andyash - 2012-04-25 Thanks. Realised this and did it already. adding own styles to wysiwyg editor - andyash - 2012-05-06 define('GSEDITOROPTIONS',"stylesSet: 'default:http://www.yourdomain.de/getsimple-root/themes/ckeditorstyles.js'"); I have given up on the above as the styles drop down becomes blank in both Chrome and IE9. adding own styles to wysiwyg editor - Connie - 2012-05-06 "www.yourdomain.de/getsimple-root" <= did you replace that with the actual settings? adding own styles to wysiwyg editor - andyash - 2012-05-06 Connie Wrote:"www.yourdomain.de/getsimple-root" <= did you replace that with the actual settings?I did. adding own styles to wysiwyg editor - Connie - 2012-05-06 let us see you "ckeditorstyles.js" adding own styles to wysiwyg editor - andyash - 2012-05-10 Connie Wrote:let us see you "ckeditorstyles.js" |