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
Re: FCKDialog.OpenDialog never shows content
Indeed from the loaded html / plugin window and just do
first
Re: FCKDialog.OpenDialog never shows content
Re: FCKDialog.OpenDialog never shows content