How to replace textareas in an iframe, but use ext windows instead of popups
How to replace textareas in an iframe, but use ext windows instead of popups
How do I simply replace textareas in an iframe, but use ext windows instead of popups. I'm very new to using this plugin. I'm not wanting to use it in a panel.
How do I simply replace textareas in an iframe, but use ext windows instead of popups. I'm very new to using this plugin. I'm not wanting to use it in a panel.
My component currently doesn't support binding to an existing element (textarea). So you can only use TinyMCE itself with window manager from Ext.ux.TinyMCE. Look at the source code it should be pretty simply adapt the code for your needs.
Andrew Mayorov (blog) BYTE-force
We can provide paid remote consultancy on ExtJS or our components.
I have the editor working in a popup window. When I click on buttons that activate various dialogs, I _sometimes_ get broken dialogs that look something like this (see attached) insert image dialog. Sometimes it shows the right dialog, see 2nd attachment.
It seems to get in a funky state. Click "insert image" button, and it shows weirdness like in the 1st attachment. But it seems to cycle between the various dialog templates - sometimes it's the insert link dialog (but screwed up) and sometimes it's one of the others. Then it seems to get it right and gets it right from that point on. If I bring up the editor again, it's right from that point on, too.
What I'm doing is just clicking on the insert image button, seeing the bad dialog, closing that, clicking on insert image button again...
TinyMCE version 3.0.7
Ext version 2.1
Ext.ux.TinyMCE version 0.5
Firefox 3 release
You hear the one about the fella who died, went to the pearly gates? St. Peter lets him in. Sees a guy in a suit making a closing argument. Says 'Who's that?' St. Peter says, 'Oh, that's God. Thinks he's Denny Crane.
I'm not able to reproduce it on my box, but it looks like that browser sometimes can't get some file (possible script related to localization) from server. Please try to monitor the process with firebug. I've tried opening image insert dialog several times in a line and every time there were 9 files downloaded from server (according to "net" tab of firebug). If my idea is right, then sometimes you should be getting errors for some files.
It could happen if, for example, you have your site served by IIS on XP and you open it from another box (i.t. not local request). In this case IIS allocates very limited number of worker threads and some requests got blocked.
Andrew Mayorov (blog) BYTE-force
We can provide paid remote consultancy on ExtJS or our components.
Hi,
this is really a nice extension. But I have a problem with the "collapsible" function of Ext.
If I collapse the panel and reopen it the textarea and all buttons arent't editable or clickable.
And in firebug I get the Error:
I'm not able to reproduce it on my box, but it looks like that browser sometimes can't get some file (possible script related to localization) from server. Please try to monitor the process with firebug. I've tried opening image insert dialog several times in a line and every time there were 9 files downloaded from server (according to "net" tab of firebug). If my idea is right, then sometimes you should be getting errors for some files.
It could happen if, for example, you have your site served by IIS on XP and you open it from another box (i.t. not local request). In this case IIS allocates very limited number of worker threads and some requests got blocked.
GET en.js 200 OK
GET editor_template.js 200 OK
22x GET editor_template.js 200OK
GET en.js 200 OK
And still have the problem.
The site is served by Apache on Ubuntu 8.04 linux.
You hear the one about the fella who died, went to the pearly gates? St. Peter lets him in. Sees a guy in a suit making a closing argument. Says 'Who's that?' St. Peter says, 'Oh, that's God. Thinks he's Denny Crane.