My plugin, which is very simple, used to use FCKDialog.Show() which has been removed. So now I am doing it this way:
FCKDialog.OpenDialog( 'LTDocLink', 'Doc Link', '/assets/htmled/links.html', 500, 480, '', '', 1 );
That brings up my dialog, but it just sits there with the progress bar (squares) and never shows the url contents.
FCKDialog.OpenDialog( 'LTDocLink', 'Doc Link', '/assets/htmled/links.html', 500, 480, '', '', 1 );
That brings up my dialog, but it just sits there with the progress bar (squares) and never shows the url contents.
Re: FCKDialog.OpenDialog never shows content
Re: FCKDialog.OpenDialog never shows content
from where? from inside the loaded html? it says, that 'dialog' is undefined
Re: FCKDialog.OpenDialog never shows content
Indeed from the loaded html / plugin window and just do
first
Re: FCKDialog.OpenDialog never shows content
Doesn't work for me. I get:
Error: dialog.InnerDialogLoaded is not a function.
I don't understand where this is supposed to be called.
Re: FCKDialog.OpenDialog never shows content