Search

You searched for the word(s): document
Showing page 120 of 325 (3,244 total posts) < 1 second(s)
  • Re: div metatag description for templates...

    neilyoung, http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/unselectable.asp UNSELECTABLE Attribute Internet Development IndexSpecifies that an element cannot be selected.SyntaxHTML<ELEMENT UNSELECTABLE=bUnselectable ... > ScriptingN/APossible ValuesbUnselectableSpecifies whether ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 6, 2005
  • Re: Databse Image Selection

    Supported browsers: Cute Editor for .NET 4.0 supports all Internet Explorer versions from 5.0 up on Windows, and Netscape 7.1 , Mozilla 1.4 or any other browser with an equivalent gecko layout engine on any platform where these browsers are available. This includes Macintosh and Linux. Keep in mind that you don't need a supported browser to see ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 16, 2004
  • Re: Product upgrade

    OK -- latest status.  The have switched my host to v1.1 and the cuteditor for .net is working very well.  Three questions:   1) The document download fails with an ''Object reference not set to an instance of an object''.  Your demo on this site also develops this same error.  The Demo for CuteEdit for ASP on this ...
    Posted to Cute Editor for ASP (Forum) by Phil on August 8, 2004
  • Re: newbie needing help

    Jeff,   There are no  sample_cs.aspx or sample_vb.aspx in the version 2.2 any more. The document is not update. Sorry for the inconvenience.   Please following the below step by step guide:   Step 1.   Fetch the CuteEditor. zip file from Download tab. Unzip the file in the any ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 1, 2004
  • Re: How do I apply CCS styles to the StyleDropDown...

      BruceD,   Below is a example of showing how to apply the CSS styles to the styledropdownlist. You can also find the example code in the download package.  If you still have problem, please let me know.   <script runat=''server''> void Page_Load(object sender, System.EventArgs e) {     ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 25, 2004
  • Any known database issues?

    I am currently shopping for a rich text editor for my company to replace the one that we have and would like to know if there has been any known issues with saving the content to a SQL  2000 database (2003 server)? I only ask this because of some issues that we have had with someone cutting and pasting from a word document that when they try ...
    Posted to FAQ (Forum) by theladycoder on October 31, 2003
  • Re: Error uploading a long-name file: The specified path, file name, or both are too long.

    Hi,   By default, it will use your system temp folder "C:\Windows\Temp". You can set property "TempDirectory" to change the temp folder for the uploader controk, more detail please refer to http://www.ajaxuploader.com/document/scr/html/BeforeYouBegin.htm   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on March 26, 2014
  • Re: Flash: the upload task is interrupted! http 504

    Ajax Uploader doesn’t use TCP/IP.  To fix this issue, please make sure you are using the latest build of ajax uploader. http://ajaxuploader.com/download/Ajax-Uploader.zip   Then create a temp file location, http://ajaxuploader.com/document/index.htm#page=BeforeYouBegin.htm   Keep me posted
    Posted to Ajax Uploader (Forum) by Adam on September 27, 2010
  • Re: editor.ExecCommand in javascript to load html

    conradprogrammer,   To load HTML from a file, you need to use the server side method instead of client side code.   Editor.LoadHtml Method  Loads the contents of a HTML file into the CuteEditor control. Parameters _filename The html file to load into CuteEditor Example ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 14, 2009
  • Re: TemplateUrl Issue

    Cab,   If you want to load the content into the editor, please use the Editor.LoadHtml Method.Editor.LoadHtml Method - Loads the contents of a HTML file into the CuteEditor control. Example: Editor1.LoadHtml(''document.htm'');   Hope it helps.   Let me know if you have any further questions.    
    Posted to Cute Editor for .NET (Forum) by Adam on November 15, 2005