New Post: Links Toolbar icon not working
Well by default it should load the default en.js language file where the portalUrl string is defined. Of course one solution would be to replace var urlTitle = editor.config.filebrowserBrowseUrl ?...
View ArticleNew Post: Context Menu for tables missing in Firefox
NumberCrunchy wrote: I'm using:FireFox 38.05.05DNN 7.4.1CKEditor Provider 2.1.1 no JavaScript Errors I have a reduced tool bar configurated. Previous Versions of CKEditor worked well with right context...
View ArticleNew Post: Context Menu for tables missing in Firefox
NumberCrunchy wrote: No, please send me again. Thx. thewatcher AT watchersnet.de
View ArticleNew Post: Links Toolbar icon not working
No worries - as the last thing just wanted to confirm that ckeditor for dnn has been tested to work with other than en.js as the default language for a portal in dnn - as my default/primary language...
View ArticleNew Post: Links Toolbar icon not working
Sorry but default language is probably the wrong word. Which language files are available for a plugin are defined in the plugin.js So in my portal the language is de-de and de is defined in the plugin...
View ArticleNew Post: Links Toolbar icon not working
Thanks very much Watcha. Much appreciated. I am happy to help out with any further testing or feedback if that helps you in trying to reproduce/resolve issue.
View ArticleCreated Unassigned: toolbar config file? [8010]
hello - this is not an issue/bug, but I cannot find anything in the documentation regarding the toolbar config file. Where can I find this file to change the configs manually and apply to multiple...
View ArticleCommented Unassigned: toolbar config file? [8010]
hello - this is not an issue/bug, but I cannot find anything in the documentation regarding the toolbar config file. Where can I find this file to change the configs manually and apply to multiple...
View ArticleNew Post: Adding Custom Template fails
I was having same problem, using chrome on a website with caching. finally - started "developer mode" disallowed cache and refreshed/reloaded page. Now it works. It seem like a very heavily cached file...
View ArticleNew Post: Editor Area CSS
It seems so easy that I can't understand why I can't get it working. I want the editor and plevisualization area to show the same styles as the web site. I've copied the skin.css file to my portals/0...
View ArticleNew Post: Responsive images
What, if anything, is the best way to include "responsive" coding when inserting images
View ArticleNew Post: Responsive images
Remove the width and height when inserting the image. I do it from the image dialog box. After selecting the image and it populates the width and height, just remove both. If your skin is responsive it...
View ArticleNew Post: Responsive images
Yes, I appreciate that. What I want is for the CKEditor to do this work for me. This site is managed by somewhat non-technical users, so I don't want them to have to be editing HTML. I need to modify...
View ArticleNew Post: Responsive images
I agree. I would love to see this as an option in settings.
View ArticleNew Post: Editor Area CSS
Take a look at this guidehttp://dnnckeditor.codeplex.com/wikipage?title=Add%20Custom%20Styles&referringTitle=Documentation
View ArticleNew Post: Editor Area CSS
I've followed that guide ;-) I copied the skin.css into my portals/0 folder, and pointed the Editor Area CSS to the copied file. But I can't see my portal style neither in the edition area nor in the...
View ArticleNew Post: Customize default target = "_blank" in the link button
It's possible to set de default target to "_Blank" via javascript or xml? I try to made it in this way:http://handsomedogstudio.com/ckeditor-set-default-target-blank but not work :( Can you help me?
View ArticleNew Post: How to set http://prefix in the iframe button
Many users uses the iframe button without specifying "http://" prefix in the url address. The url saved in this way not works fine in the blog module. It's possible to set automatically the value of...
View ArticleNew Post: Customize default target = "_blank" in the link button
Sure. Create a custom js file and paste the js code from the web site in CKEDITOR.on('dialogDefinition', function(ev) { try { /* this just gets the name of the dialog */var dialogName = ev.data.name;...
View Article