Search

You searched for the word(s):
< 1 second(s)
  • About Focus Document

    Adam, Use FocusDocument Method can setting input focus,but can only focus&nbsp;at the end of the Document. Can I focus&nbsp;a&nbsp;&nbsp;specifically position of the Document?
    Posted to Cute Editor for .NET (Forum) by kane on September 7, 2007
  • Trouble with Getting the Active Editor Selection

    adam,In help doc&nbsp;you said: ''In order to find the active editor selection, you would type: // get the&nbsp;active editor selection var sel = editor1.GetSelection();'' with that I can get the selection,but there is no any help told me about its methods or propertys. the selection is an object,but I need to get its html content,how ...
    Posted to Cute Editor for .NET (Forum) by kane on September 6, 2007
  • Re: trouble with links

    Thx,Now the links&nbsp;work correctly with&nbsp;&nbsp;the&nbsp;version 5.3 &nbsp; but the css still add in my code
    Posted to Cute Editor for .NET (Forum) by kane on November 16, 2006
  • trouble with links

    how can i stop&nbsp;the editor&nbsp;add any path&nbsp;on my links? &nbsp; example-- &nbsp; my Input: a href=''aa.htm'' then i saved the submit value, when reopen it and save, the editor will add the path as: /test/test/aa.htm &nbsp; I&nbsp;had set Editor.RemoveServerNamesFromUrl property to true and Editor.UseRelativeLinks property to ...
    Posted to Cute Editor for .NET (Forum) by kane on November 15, 2006
  • Re: Help! How can i get correct request value

    Now It's Ok,THX a lot
    Posted to Cute Editor for .NET (Forum) by kane on October 6, 2006
  • Help! How can i get correct request value

    When&nbsp;I&nbsp;create a dynamic Editor as: &nbsp; dim&nbsp;CE as new cuteeditor.editor CE.ID=objtable.rows(i).item(''Fields'') PlaceHolder1.Controls.Add(CE) &nbsp; Now The Editor Created in the Page &nbsp; But when i use request method to get the value like this: &nbsp; dim Str as ...
    Posted to Cute Editor for .NET (Forum) by kane on October 6, 2006