Search

You searched for the word(s):
Showing page 8 of 8 (80 total posts) < 1 second(s)
  • How to change or retain mode on page PostBack?

    For example i changed mode from normal to html&#160;in cute editor now when the page is posted back the cute editor&#160;is in html mode i want that cute editor should remain in normal mode when ever the page is posted back. Thanks. &#160;
    Posted to Cute Editor for .NET (Forum) by gurpreet on April 22, 2005
  • How to make inserted image as a backgroud image ?

    &#160;when we insert an image in cute soft editor , how can we make that inserted&#160;image to be a background image? &#160;Actually we want to insert an image icon on that inserted image...&#160;&#160;
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 30, 2005
  • HTML is changed after it is pasted in cute soft editor

    when i use following code to paste the html&#160;, when the drop down is selected - foreach(FileSystemInfo info in fsi) {sFilePath = sFileLoc + info.Name;string sText = this.GetFileText(sFilePath); dropdown.Items.Add(info.Name,sText.ToString());} dropdown.Attributes[''onchange'']=''[CuteEditor_DropDownCommand(this,'PasteHTML')]''; I&#160;want ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 29, 2005
  • How to clear text area of editor before pasting html?

    i had made a dropdown in toolbar of cutesoft editor and i am using following code to paste the HTML in text area of cute soft editor. dropdown.Attributes[''onchange'']=''[CuteEditor_DropDownCommand(this,'PasteHTML')]'';&#160;but before this text should be pasted in editor, i want to delete all HTML or text , present in the text area&#160;of the ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 29, 2005
  • Re: How to get "SRC" or URL of selected image.

    Thanks Adam.. it works ..I really appreciate your help..&#160;
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 29, 2005
  • How to get "SRC" or URL of selected image.

    i am using following code .. and not able to get the ''SRC'' or URL of the seleted image .. var editor1 = document.getElementById('&lt;%=Editor1.ClientID%&gt;&lt;%=Editor1.ClientID%&gt;&lt;%=Editor1.ClientID%&gt;'); var editdoc = editor1.GetDocument();&#160; if(editdoc.selection.type=='Control') { ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 29, 2005
  • Not able to Create a selection range, i am using following code.

    function createRange() {&#160; &#160;&#160;&#160; var editor = document.getElementById('CE_Editor1_ID_Frame');&#160; &#160;&#160;&#160; editor.focus();&#160; &#160;&#160;&#160; var sel = editor.document.selection.createRange().text; } CE:Editor id=''Editor1'' runat=''server'' input type='button'&#160;Value='Customize' id='selCustomize' ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 28, 2005
  • how to get file id of selected image?

    According to the code below i have to pass the file path to get the file id of the selected image .. public override string GetFileUrl(string filepath) { &#160;&#160;&#160;filepath=CalcPath(VirtualRoot,filepath); &#160;&#160;&#160;// try putting your code here...&#160;&#160;&#160;return downfile+''?fileid=''+GetItemId(filepath); } Now if there ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 28, 2005
  • How to get file id of selected image.

    According to the code below i have to pass the file path to get the file id of the selected image .. public override string GetFileUrl(string filepath) { &#160;&#160;&#160;filepath=CalcPath(VirtualRoot,filepath); &#160;&#160;&#160;// try putting your code here...&#160;&#160;&#160;return downfile+''?fileid=''+GetItemId(filepath); } Now if there ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 28, 2005
  • How to get identity of selected image.

    I am able to store the information of the uploaded image in the database.But do help me in doing this &#8211; I have uploaded few images in the cute soft editor and when I select any one of those image,a new .aspx window should be opened on pressing the customized button, and the name or the image id of that selected image should be passed to that ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 25, 2005
« First ... < Previous 4 5 6 7 8