Search

You searched for the word(s): document
Showing page 201 of 325 (3,244 total posts) < 1 second(s)
  • Re: Is there any JSML documentation?

    Hi gll1559,   We have not the document for JSML online for now. You can send your requirement to Support@CuteSoft.net, the development team will shows you the full steps to achieve it.    Regards,   Ken 
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on July 15, 2013
  • Re: font-size px instead of pt

    Dear ibizard,   Yes, CuteEditor can be configured to use px for font-size instead of pt.   The detail information can be found in http://phphtmledit.com/document/scr/FontSize_dropdown_Customization.htm   Thank you for asking Eric@cutesoft.net
    Posted to Cute Editor for PHP (Forum) by Eric on December 5, 2010
  • Re: Detect Selected Image

    You need to get the selection and range object first then play with it.   Here is the code which works for IE.   if (document.selection.createRange().parentElement().tagName == 'IMAGE') {    alert(''This is an image!''); }
    Posted to Cute Editor for .NET (Forum) by Adam on March 2, 2009
  • Re: ImagePath

    Ed_NC,   You need to set the Image Gallery Path dynamically.   2: Programmatically specify the Image gallery path Example: //Programmatically specify the Image gallery path editor.ImageGalleryPath = ''/Uploads''   http://phphtmledit.com/document/scr/Specifying-images-path.htm  
    Posted to Cute Editor for PHP (Forum) by Adam on May 12, 2008
  • Re: Is there a 6.0 vs. 5.3 document?

    Nilzor,   Please check the following link:   http://cutesoft.net/forums/thread/28273.aspx    
    Posted to Cute Editor for .NET (Forum) by Adam on May 9, 2007
  • Re: Using IFrame

    I used your demo. The code use the page multiple-files-upload.aspx as a source for the iframe.  just add a web page test.aspx and copy paste to the body this code:   <html xmlns=''http://www.w3.org/1999/xhtml'' > <head runat=''server''>  <title>Untitled ...
    Posted to Ajax Uploader (Forum) by tirza on March 18, 2011
  • Re: Drop-down menus display

    Here is one example... <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration> <codeviewToolbars> <item type=''g_start'' /> <item type=''image'' name=''Print'' /> <item type=''image'' name=''Find'' /> <item type=''image'' name=''ToFullPage'' command=''FullPage'' imagename=''fit'' ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on January 15, 2009
  • Re: Question about cross-domain support

    greggcz: After further investigation, I found that the crossdomain script is calling a wrong url:      22         False    +4.040 s             0.079 s      GET     ...
    Posted to Cute Live Support (Forum) by greggcz on February 15, 2008
  • Re: Some icons have become readonly. Working in firefox but not in IE6.0/7.0

    Thanks for your reply. i think i did same way. Please see my config files.   <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration> <codeviewToolbars> <item type=''g_start'' /> <item type=''image'' name=''Save'' postback=''True'' Visible=''false'' /> <item type=''image'' name=''Print'' ...
    Posted to Cute Editor for .NET (Forum) by Mehek on August 30, 2007
  • Re: Some icons have become readonly. Working in firefox but not in IE6.0/7.0

    Thanks for your reply. i think i did same way. Please see my config files.   <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration> <codeviewToolbars> <item type=''g_start'' /> <item type=''image'' name=''Save'' postback=''True'' Visible=''false'' /> <item type=''image'' name=''Print'' ...
    Posted to Cute Editor for .NET (Forum) by Mehek on August 30, 2007