Ok, I've looked around for this, and I can't quite figure it out.
I've made many plugins for this that my users need to use, and many of them will have to do this from the source view.
Now, I know that I can have them active in the source view by passing true in the source parameter when creating the FCKToolbarButton, but unfortunately the plugin doesn't work in source view.
In firefox, the dialog doesn't go away, and nothing happens. In IE, I get the following error:
Line: 111
Character: 2
Error: Object doesn't support this property or method
Code: 0
URL: blahblahblah/fckdialog.html
I looked at the code there, but I know very little about javascript, so can't really know what to do here.
Any suggestions?
I've made many plugins for this that my users need to use, and many of them will have to do this from the source view.
Now, I know that I can have them active in the source view by passing true in the source parameter when creating the FCKToolbarButton, but unfortunately the plugin doesn't work in source view.
In firefox, the dialog doesn't go away, and nothing happens. In IE, I get the following error:
Line: 111
Character: 2
Error: Object doesn't support this property or method
Code: 0
URL: blahblahblah/fckdialog.html
I looked at the code there, but I know very little about javascript, so can't really know what to do here.
Any suggestions?

RE: Plugins Active From Source View
Still looking for some help on this. Considering that it's possible to make it visible in source view, there HAS to be a way to make it work.