Search

You searched for the word(s):
< 1 second(s)
  • editor1.GetSelection() return type

    In my efforts to create a custom dialog I now find myself wondering what type of object is returned by editor.GetSelection() What I am trying to do is select an IMG in the Editor then click My custom dialog button , open my dialog, when the dialog opens it has access the the selected Item and can get the HTML or Properties of the item. First to ...
    Posted to Cute Editor for ASP (Forum) by timbuck on September 25, 2008
  • Re: custom dialog initialization problem

    Thanks Adam that does work.&nbsp; I just added something like this into the sample dialog &nbsp;var editor1 function body_onload() { editor1=Window_GetDialogArguments(window); .... &nbsp; However it doesn't do exactly what I hoped. I will post a different question since the subject has changed.
    Posted to Cute Editor for ASP (Forum) by timbuck on September 25, 2008
  • Re: custom dialog initialization problem

    I will try the code but where does it go ? in the dialog ? it does not work in my_custom_text.html. what is editor1 &nbsp; Thanks for any help &nbsp; &nbsp; Tim &nbsp;
    Posted to Cute Editor for ASP (Forum) by timbuck on September 24, 2008
  • custom dialog initialization problem

    When creating a custom dialog it is clear by the demo how one can pasteHTML. I would like to know how to get a handle for the currently selected ITEM in the EDITOR so that the dialog can open with the html of the selected item.
    Posted to Cute Editor for ASP (Forum) by timbuck on September 23, 2008