Search

You searched for the word(s): document
Showing page 45 of 325 (3,244 total posts) < 1 second(s)
  • Re: Popup Window Height

    chillipeppa,   Please open CuteEditor_Files\Scripts\Constant.js and modify the following code:   // Default editorconstant ornaments for the gallery dialog editorconstant._galleryDialogFeature = ''status:0;dialogWidth:564px;dialogHeight:630px; scroll: 0; resizable: yes; help:0''; // Default editorconstant ornaments for the image ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 14, 2007
  • Re: Controls for slideshow?

    s1eddog,   Please try the following properties:   Gallery.MaxImageWidth Property The maximum width of the images. Default is 500.   Gallery.MaxImageHeight Property The maximum height of the images. Default is 500.   Gallery.SlideShowDelay Property This property is used to set or get ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on August 2, 2007
  • Re: Editor.customaddons from v5 to v6

    Shamsu,   Please Try the following code:    editor.CustomAddons = ''<img title=''''Using oncommand'''' class=''''CuteEditorButton'''' onmouseover=''''CuteEditor_ButtonCommandOver(this)'''' onmouseout=''''CuteEditor_ButtonCommandOut(this)'''' onmousedown=''''CuteEditor_ButtonCommandDown(this)'''' ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 5, 2007
  • Re: Javascipt attachevent lost on postback

    Scott,   Please try the following code:   <script language=''JavaScript'' type=''text/javascript'' >   var editor1=document.getElementById(''<%=Editor1.ClientID%>'');   if(editor1.IsReady)CuteEditor_OnInitialized(editor);   function ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 24, 2007
  • Re: Possible values of (editor1doc.selection).type?

    Rick,   Type:   Specifies whether the current selection object has one or more characters selected or is merely an insertion point.     Example   if (document.selection.type == ''Text'') {     ... }   Value: One of three constant values (as a string): None | Text | ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 23, 2007
  • Re: Need help with inserting links

    Rut,   >>I can't navigate anywhere other than the uploads folder.    It's controled by your setting.   Please check the following article:   Setting up the Document gallery path >>If I manually enter the url (/ministries.aspx) and a title (Ministries), the url itself appears on the page, not the ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 11, 2007
  • Re: JavaScript API?

    Please check the following links:   JavaScript API document:   http://cutesoft.net/developer+guide/JavaScript-API.htm   JavaScript API Example:   http://cutesoft.net/example/JavaScript-API.aspx   Client-side submit and reset example:   http://cutesoft.net/example/clientsidesubmit.aspx   Add custom ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 23, 2007
  • Re: pdf questions

    >>wouold prefer to open directly to a pdf browser so the document could be printed without being saved.  any ideas? This feature is not supported. The PDF file must be saved to your server first. You can create a temp PDF file and open it in your browser.   >>but would like to control where the page ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 9, 2007
  • Re: Make Page Properties stick - How?

    http://cutesoft.net/example/Edithtml.aspx Please set the following property to true if you want to use page properties.  Editor.EditCompleteDocument Property Specify whether a complete HTML document is being edited. [Visual Basic] Public Property EditCompleteDocument As Boolean [C#] ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 29, 2006
  • Re: Newbie: stream file open and file close

    Fred,   Can you explain how you use this online HTML Editor?   Are you using it to edit a local file?   Yes, Cute Editor doesn't have a file open toolbar.   But it provides the following methods:   LoadFile Loads the contents of a file into the CuteEditor control. ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 19, 2006
« First ... < Previous 43 44 45 46 47 Next > ... Last »