Wolfgang
4 Aug 2007, 9:21 AM
Hello,
using EXT 1.1R1, when using an htmleditor in a form or standalone, it decreases(IE) or increases(FF) the textinput field everytime you toggle source/html view. (Need to toggle about 10+ times to see it).
I was not able to reproduce this in the Ext examples though. Maybe it has something to do with container, forms or content.
Here the code i used:
frmBuchung.container({width: 510},
new Ext.form.HtmlEditor({
id: 'kommentar',
fieldLabel: 'Kommentar',
width: 510,
height: 155
})
);
P.S: I found a demo of a custom htmlEditor here in the forum, so i use this as an example.
Although it is a custom implementation, it reflects the behavoir i noticed using the Ext htmlEditor.
http://ux.designism.nl/ux/noneditable/
Regards
Wolfgang
using EXT 1.1R1, when using an htmleditor in a form or standalone, it decreases(IE) or increases(FF) the textinput field everytime you toggle source/html view. (Need to toggle about 10+ times to see it).
I was not able to reproduce this in the Ext examples though. Maybe it has something to do with container, forms or content.
Here the code i used:
frmBuchung.container({width: 510},
new Ext.form.HtmlEditor({
id: 'kommentar',
fieldLabel: 'Kommentar',
width: 510,
height: 155
})
);
P.S: I found a demo of a custom htmlEditor here in the forum, so i use this as an example.
Although it is a custom implementation, it reflects the behavoir i noticed using the Ext htmlEditor.
http://ux.designism.nl/ux/noneditable/
Regards
Wolfgang