Search

You searched for the word(s):
< 1 second(s)
  • Re: Issue with modalDialog in Firefox

    Hi Adam, I'm opening the dialog with: WebControl ctrl = Editor1.CreateCommandButton(''MyButton2'', ''Insert.gif'', ''Insert pic''); ctrl.Attributes[''onclick''] = ''ShowMyDialog(this)''; string picDialogScript = ''function ShowMyDialog(button){\n\t//use CuteEditor_GetEditor(elementinsidetheEditor) to get the cute editor ...
    Posted to Cute Editor for .NET (Forum) by Gib on March 9, 2009
  • Issue with modalDialog in Firefox

    I have a custom button on the CuteEditor that opens a modalDialog which I use to add images to the editor. As I have several hundred images these are split into directories, managed by a tree view. The problem i'm having with Firefox is the dialogArguments, this being what I use to send the image back to the editor, being set to null when I ...
    Posted to Cute Editor for .NET (Forum) by Gib on March 9, 2009