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=Tru

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 thi

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 G

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., {{=XML(personID.summarySelfDescription, sanitize=False)}} any ideas why others don't have to escape? is it safe to do that? thanks Alex -- Resources: - http://web

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 o

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: gov improvement   testing this text editor the db field that's used

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 > i

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

2014-04-07 Thread Marco Mansilla
El Mon, 7 Apr 2014 05:17:31 -0300 Marco Mansilla escribió: > El Tue, 25 Mar 2014 16:37:46 -0700 (PDT) > Tim Richardson 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 struggl

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 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 ckeditor plugin error,

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) -

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

2014-03-25 Thread Tim Richardson
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
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 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 : > Actually, I just came back here to ask you to try to ne