PDA

View Full Version : Disable HTMLEditor (it shows false)



janixams
9 Jun 2008, 7:48 AM
Hello again,
this problem takes my time since some days ago, help me please.
I have a Form with a HTMLEditor but I can't write anything in there.
Here is the code:
[PHP]
var editor = new Ext.form.HtmlEditor({
id:'curric',
fieldLabel:'Curr

willgillen
9 Jun 2008, 8:49 AM
Since this is posted in the 1.x forum, I assume you are trying to create an HTMLEditor field using ExtJS 1.x Well, from what I can remember, the HTMLEditor is only available in ExtJS 2.x

-- W.G.

janixams
9 Jun 2008, 10:35 AM
Thanks for replay.
Yes, I use Ext 1.1. But... If HTMLEditor is only aviable for EXT 2.x, Why it has been included in EXT 1.1 API documentation?
This component is used in the examples and work fine there. I need to underestand this.

Please, anybody help me.
Thanks for your help in advance.

willgillen
4 Jul 2008, 8:04 AM
hmmm... I'm not sure then. I don't use Ext 1.1 anymore, so it is possible that an initial releae was available in 1.1.

You could try to upgrade to 2.0.1 or 2.1 (if you don't mind the GPL)...