I found out that I had caused my own problem. This plugin now works
as expected on IE7, IE8 and firefox. (I had modified the toolbar to
add a few items and remove the scayt_autostartup. I left a comma after
the toolbar's closing bracket ], Firefox was ok with this, but IE
wasnt')
- Tom
On Sep 3
Hi,
Does plugin_ckeditor work with internet explorer? It works great with
firefox, but I have problems using it with IE.
When I call up the application with IE8 like this:
http://server:8000/application/default/editthis
The text area doesn't load the ckeditor
Surprisingly, when I call it like
You must be using Python 2.5. I think tomt was the first to report this
problem. The problem is coming from this code:
self.settings.table_upload = self.db.define_table(upload_name,
Field('title', length=255),
Field('filename', length=255),
Field('lengt
sorry to disturb but cant get it to work.
now this error
Traceback (most recent call last):
File "gluon/restricted.py", line 192, in restricted
File "D:/web2py198_2/web2py/applications/Demo1/models/table.py", line 83, in
File "gluon/custom_import.py", line 276, in __call__
File "gluon/custom_imp
Are you trying to initialize the plugin in db.py? If so, then the problem is
that db.py is being read before plugin_ckeditor.py (web2py loads models in
alphabetical order). So what I usually do is make a tables.py model where I
define my tables. You can initialize the plugin in this file, as it
I did this """
download the model, the controller, the view, and the static plugin_ckeditor
folder to your project.
"""
and when i browse to default/index i get this error
Traceback (most recent call last):
File "gluon/restricted.py", line 192, in restricted
File "D:/web2py198_2/web2py/applicat
Those two lines need to be exchanged since the syntax is only
supported in 2.7 and later.
On Aug 26, 8:24 pm, tomt wrote:
> FYI: I ran into a problem using plugin_ckeditor when running web2py
> on python 2.5.2. It generates an error associated with modules/
> plugin_ckeditor.py at line 44:
>
>
FYI: I ran into a problem using plugin_ckeditor when running web2py
on python 2.5.2. It generates an error associated with modules/
plugin_ckeditor.py at line 44:
43 *self.settings.extra_fields.get(upload_name, []),
44 migrate = migrate,
When I upgraded python to 2.7.2 everything worked as de
Sorry for not responding sooner. I was on vacation last week. I'll check
into Bruno's patch as soon as possible.
Is it stable? Is that patch mentioned before already applied?
Regards,
Tito
On Sun, Aug 7, 2011 at 7:17 AM, Marin Pranjic wrote:
> https://bitbucket.org/PhreeStyle/web2py_ckeditor
>
> 2011/8/7 António Ramos :
> > Where can i download this pluging from?
> >
> > It is not in the plugin area of we
https://bitbucket.org/PhreeStyle/web2py_ckeditor
2011/8/7 António Ramos :
> Where can i download this pluging from?
>
> It is not in the plugin area of web2py
> Thank you
> António
> 2011/8/6 tomt
>>
>> Hi,
>>
>> I was having trouble editing existing data with web2py_ckeditor until
>> I applied B
Where can i download this pluging from?
It is not in the plugin area of web2py
Thank you
António
2011/8/6 tomt
> Hi,
>
> I was having trouble editing existing data with web2py_ckeditor until
> I applied Bruno's patch.
>
> Before applying this patch, the plugin could save new data, but it
> wo
Hi,
I was having trouble editing existing data with web2py_ckeditor until
I applied Bruno's patch.
Before applying this patch, the plugin could save new data, but it
wouldn't edit existing data. It always started with an empty
textarea. Now it works as I would expect. (I'm using web2py Version
Thanks! I was able to install it!
I'm not sure why but flash player doesn't work for me... I've uploaded
planets.flv (available on Massimo plugin page) and it didn't work... anybody
able to put flash videos to work using ckeditor?
Regards,
tito
On Fri, Jul 15, 2011 at 8:41 AM, Ross Peoples wrot
>From BitBucket, download the model, the controller, the view, and the static
plugin_ckeditor folder to your project.
How to install it?
Regards,
Tito
On Sat, Jul 9, 2011 at 3:35 PM, cjrh wrote:
> Very nice. I'm thinking how this is going to be immediately useful in a
> blog context for non-technical authors.
--
Linux User #387870
.
_/_õ|__|
..º[ .-.___.-._| . . . .
.__( o)__( o).:_
Very nice. I'm thinking how this is going to be immediately useful in a blog
context for non-technical authors.
I think this is awesome and really like the "double-click & edit"
feature! I'm sure this will be of great use to many.
Good on you!
Mart :)
On Jul 8, 12:00 pm, Ross Peoples wrote:
> This will be my second public plugin release. I will put it up on BitBucket
> soon, but for now, I thought I woul
This looks great. I would certainly find it useful. Thanks for contributing.
Anthony
19 matches
Mail list logo