Search

You searched for the word(s): document
Showing page 170 of 325 (3,244 total posts) < 1 second(s)
  • Re: No Style option for link

    Hi vinsr27 , Please refer to ''How To Control the Context Menu in CuteEditor?'' http://www.cutesoft.net/asp/document/scr/Context-menu-customization.htm Also, if you want to clean the style, please try ''Remove Format'' button. Regards, Ken 
    Posted to Cute Editor for ASP (Forum) by Kenneth on November 17, 2010
  • Re: Cannot enable button

    Hi,   The onclick event of the browse button is overrided by the uploader script.   You need use the uploader javascript API to implement your request:   http://ajaxuploader.com/document/scr/JavaScript-API.htm   check the OnSelect event.   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on July 24, 2009
  • Re: Save file location - source demo

    If you mean save the HTML files, please check the editHtml.aspx file.   public void Submit(object sender, System.EventArgs e) {   Editor1.SaveFile(''document.htm'');   textbox1.Text = Editor1.Text;   }   Keep me posted    
    Posted to Cute Editor for .NET (Forum) by Adam on January 20, 2006
  • Re: Problem with JS API

    I will try that when I get back to work monday.   However, I fail to see the difference between: var editor = document.getElementById(''CE_Editor_ID'') and var editor = document.getElementById(''<%=Editor1.ClientID%>'')   since the latter returns the same ID used in the former.
    Posted to Cute Editor for .NET (Forum) by mireigi on November 15, 2008
  • Re: During upload is in progress i need to change text of InserButton to "Uploading...."

    Hi Ken, Actually on the  page there could be more than 1 Ajaxuploader at a time , no of Ajaxuploader are decide at runtime, so   var btnUpload = document.getElementById("<%= btnUpload.ClientID%>");  it will not get the actual btnupload   client id   example belows ...
    Posted to Ajax Uploader (Forum) by krajiv23 on March 11, 2013
  • Re: Drop down list

    Hi AndyFel, Please use DropDownList control <%@ Page Language=''VB'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 19, 2011
  • Re: CuteEditor webpage integration

    Thank you for the response. Rite now I have a data base setup with a table called ''News''.  In this table I have 10 or so columns that I will eventually tie into each post.  Currentely I am only concerned with the Columns ''ID'' and ''Post''. I have the ''ID'' Column set in SQL Server managment studio to ''int'' and ''primary ...
    Posted to Cute Editor for .NET (Forum) by Sternzy on January 18, 2010
  • Re: Windows Authentication + Firefox : Browser hangs when selecting files

    Hi, I've sent you a private message, we don't want to share a public Url. did you receive it? Two more notes about this issue: - using Basic Authentication with Firefox->same problem: after clicking the 'Browse' button, it asks for credentials. - The problem occours also using IE when implementing these event handlers ...
    Posted to Ajax Uploader (Forum) by simone-Tera on October 7, 2009
  • Re: File Manager Window

    I believe you are using this code   var links = editdoc.getElementsByTagName(''a''); if(links.length>0&&links[links.length-1].href!='''') { document.getElementById(''docFld'').value = links[links.length-1].href; }   to get the url link and display it on ''docFld'' text box, whcih TagName do we have to use to get ...
    Posted to Cute Editor for ASP (Forum) by MuraliC on January 26, 2009
  • Re: Clicking on the Upload button gives 'Object Expected' error

    Hi,   Your example demos are working fine.   From the download package I have tken the sample page and included in our application. Is there anything wrong in my web.config? Or anything more I have to include in my bin folder or something? Your deployment document tells only two steps and I have done more than that? Is it ...
    Posted to Ajax Uploader (Forum) by elantra on December 3, 2008