I have a "fix" for anyone who does not want a dependency on Ext.ux.ManagedIframe (probably because of it's licencing).
[...]
Works great. I had a big problem with treePanel when I included Ext.ux.ManagedIframe.
Treenodes didn't collapse correctly. The nodes got hidden when collapsing but there was still space left between the former expanded node and the next node.
With your "fix" all works fine.
My Tinymce with Ext.ux.TinyMCE not render correctly in Window Wizard Card in first render, but, if I show Window Wizard Card again, the tinyMCE render correctly.
Text entered in the TinyMCE 'box' not being submitted.
Text entered in the TinyMCE 'box' not being submitted.
Hi
I can see / edit and use this plugin, but whenever I submit my form, (xtype: 'tinymce') is in a fieldset on a formpanel, the value/info I typed is not submitted.
Still searching the forums if there's a fix but after an hour reading and googling I figure I may as well post here.
I can see / edit and use this plugin, but whenever I submit my form, (xtype: 'tinymce') is in a fieldset on a formpanel, the value/info I typed is not submitted.
Still searching the forums if there's a fix but after an hour reading and googling I figure I may as well post here.
I can see / edit and use this plugin, but whenever I submit my form, (xtype: 'tinymce') is in a fieldset on a formpanel, the value/info I typed is not submitted.
Still searching the forums if there's a fix but after an hour reading and googling I figure I may as well post here.
Thanks.
WTB triggerSave().
Adding that to the submit event fixed this... I thought it was in there but I guess I had a bad copy / paste experience.
That being said, what's the difference between triggerSave() and syncValues()?
Very awesome component, started using it for the webapp I have been working on, works like a charm. Always liked TinyMCE using PHP by itself, nice to see it integrated into Ext so I can mess with it while working in J2EE.
About to start doing some crazy stuff with it so I will be putting it through the ringer.
Just wanted to say, your work is very appreciated!
i use this inside Ext.Editor. When the Ext.Editor is shown, the TinyMCE-Editor will be rendered but the resize event comes to early. So the positioning is wrong. So i need a an event when the TinyMCE-Editor is full layouted to fire then the resize event.