Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2015-03-20 Thread Gael Princivalle
Hello all. Someone have an experience about how applying css files to CKeditor contents? I've tried to understand this document without success: http://docs.ckeditor.com/#!/api/CKEDITOR.dom.document Thanks. Il giorno giovedì 5 marzo 2015 20:09:48 UTC+1, Alex Glaros ha scritto: sanitize=True

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2015-03-05 Thread Alex Glaros
can someone tell me how to install the plugin? assume I've never installed a plugin, don't know what directory to put it in, and don't know basic plugin concepts. Have tried downloading and inserting everywhere but need info gaps filled. thanks Alex Glaros -- Resources: - http://web2py.com

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2015-03-05 Thread Willoughby
Have you reviewed the chapter on plugins? http://web2py.com/books/default/chapter/29/12#Plugins On Thursday, March 5, 2015 at 12:17:04 PM UTC-5, Alex Glaros wrote: can someone tell me how to install the plugin? assume I've never installed a plugin, don't know what directory to put it in,

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2015-03-05 Thread Alex Glaros
somehow I missed the simplicity of installation - it's installed now but resulting web page displays the HTML code instead of implementing them how to make create the the HTML action and not display the HTML code? looks like: pgov improvement/p pnbsp;/p pstrongtesting this text

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2015-03-05 Thread Willoughby
Did you import and initialize it? https://github.com/timrichardson/web2py_ckeditor4#introduction On Thursday, March 5, 2015 at 1:26:14 PM UTC-5, Alex Glaros wrote: somehow I missed the simplicity of installation - it's installed now but resulting web page displays the HTML code instead of

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2015-03-05 Thread Alex Glaros
yes, I imported as stated on slices and github the only way to get it to display correctly is if escape out, in the view, e.g., P{{=XML(personID.summarySelfDescription, sanitize=False)}}/p any ideas why others don't have to escape? is it safe to do that? thanks Alex -- Resources: -

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2015-03-05 Thread Alex Glaros
sanitize=TRUE works, don't need FALSE -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2015-03-05 Thread Alex Glaros
sanitize=True doesn't work on all styles/sizes/fonts. sanitize=False works consistently -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2014-04-07 Thread Marco Mansilla
El Tue, 25 Mar 2014 16:37:46 -0700 (PDT) Tim Richardson t...@growthpath.com.au escribió: try this https://github.com/timrichardson/web2py_ckeditor4/releases/download/R-0.3/web2py.plugin.ckeditor.w2p Hi, I'm having a really hard struggle with this, and so far I am really sure that is not a

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2014-04-07 Thread Marco Mansilla
El Mon, 7 Apr 2014 05:17:31 -0300 Marco Mansilla thebigsho...@gmail.com escribió: El Tue, 25 Mar 2014 16:37:46 -0700 (PDT) Tim Richardson t...@growthpath.com.au escribió: try this https://github.com/timrichardson/web2py_ckeditor4/releases/download/R-0.3/web2py.plugin.ckeditor.w2p

[web2py] Re: Ckeditor plugin - Update ckeditor

2014-03-25 Thread Tim Richardson
Actually, I just came back here to ask you to try to new release. I commented out that javascript, it seems to work now but you may need to reload your browser cache -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2014-03-25 Thread Gael Princivalle
Well I've tried now on another computer with Chrome/IE/Firefox and the problem still the same, a lot of plugins are not displayed: [image: Immagine in linea 1] For example the text color picker. 2014-03-25 9:37 GMT+01:00 Tim Richardson t...@growthpath.com.au: Actually, I just came back here

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2014-03-25 Thread Tim Richardson
Hi, did you get the .w2p file from github? https://github.com/timrichardson/web2py_ckeditor4/releases/download/R-0.2/web2py.plugin.ckeditor.w2p I just a second ago updated web2py slices with the new version. On Tuesday, 25 March 2014 20:45:07 UTC+11, Gael Princivalle wrote: Well I've tried

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2014-03-25 Thread Tim Richardson
https://lh4.googleusercontent.com/-lF6haCCyKqc/UzILWnjLqCI/ATg/5_xzfod7-7w/s1600/Screen+Shot+2014-03-26+at+10.02.51.png I think I am seeing all plugins ... that's my screen shot above (although I had to delete my browser cache before it would display properly). That's with the full

Re: [web2py] Re: Ckeditor plugin - Update ckeditor

2014-03-25 Thread Tim Richardson
try this https://github.com/timrichardson/web2py_ckeditor4/releases/download/R-0.3/web2py.plugin.ckeditor.w2p -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues)

[web2py] Re: Ckeditor plugin - Update ckeditor

2014-03-24 Thread Gael Princivalle
With a new version of ckeditor, it miss this js file plugin, that have to be in the ckeditor root: ckeip.js I've take it from the Bruno Rocha Github. Anyway adding plugin still a problem. What I want to have for example is adding this plugin: http://ckeditor.com/addon/oembed It have these

[web2py] Re: Ckeditor plugin - Update ckeditor

2014-03-24 Thread Gael Princivalle
Hi again. I've saw that you've comment this config.js definition in plugin_ckeditor.py: function ckeditor_config() { return { contentsCss: %(contents_css)s, filebrowserUploadUrl: '%(upload_url)s',

[web2py] Re: Ckeditor plugin - Update ckeditor

2014-03-23 Thread Tim Richardson
On Monday, 24 March 2014 07:04:36 UTC+11, Gael Princivalle wrote: Thank you Tim. This new version works well. What I don't understand is how can I update the CKeditor version. In the release notes I've saw that To upgrade to a newer version of ckeditor, replace the directory

[web2py] Re: Ckeditor plugin - Update ckeditor

2014-03-23 Thread Tim Richardson
Oh, would be great if you can test the image upload functionality (ie when using ckeditor to place an image, you should be able to upload images). On Monday, 24 March 2014 07:04:36 UTC+11, Gael Princivalle wrote: Thank you Tim. This new version works well What I don't understand is how

[web2py] Re: Ckeditor plugin - Update ckeditor

2014-03-04 Thread Tim Richardson
I've cloned the ckeditor plugin and updated it to the latest version of ckeditor and fixed a couple of other problems. It's working for me in an app. I'll finish the plugin in a few days, I need to merge my changes back and add some testing code. I've removed the inline edit capability since it

[web2py] Re: Ckeditor plugin - Update ckeditor

2014-03-04 Thread Gael Princivalle
That's a really good news. Can you give also a little documentation for updating/changing the ckeditor version ? Thank's a lot Tim. Il giorno martedì 4 marzo 2014 20:19:50 UTC+1, Tim Richardson ha scritto: I've cloned the ckeditor plugin and updated it to the latest version of ckeditor and

[web2py] Re: Ckeditor plugin - Update ckeditor

2014-03-04 Thread Tim Richardson
Have a look here:( The plugin can be found on releases; download it and then upload it via the admin app. I'll move it to web2py slices once I get some feedback and do some more testing myself) https://github.com/timrichardson/web2py_ckeditor4/releases Let me know if it works ok. It's the

[web2py] Re: Ckeditor plugin - Update ckeditor

2014-02-27 Thread Gael Princivalle
Hi Tim, thank you for your answer. Do you refer to a plugin downloaded from web2py slices? Yes. For example if if want to use a recent CKeditor plugin for media embedding I cannot do it because they are not available for versions released before 4.0. Do you know how I can update CKeditor in