Search

You searched for the word(s):
< 1 second(s)
  • Re: Insert a A Link

    Ok. It works with: &nbsp; var editor1 = parent.document.getElementById('CE_Editor1_ID');&nbsp; &nbsp; &nbsp; When i Exec: &nbsp; editor1.ExecCommand(''insertlink'',false,''http://test.de''); I think it insert the Link But when i use&nbsp; the Function after this: &nbsp; Window_CloseDialog(window); &nbsp; The window ...
    Posted to Cute Editor for PHP (Forum) by ddanninger on July 29, 2008
  • Insert a A Link

    Hello, &nbsp; i add a Tab to the Link function, now my problem is, how can i insert the link? in the Editor? Because theres a Iframe , and is there a other way then editor.ExecCommand(''insertlink''....)?? &nbsp; When i try to get the Editor with: &nbsp; var editor = Window_GetDialogArguments(window);&nbsp; &nbsp; function ...
    Posted to Cute Editor for PHP (Forum) by ddanninger on July 29, 2008