Search

You searched for the word(s): document
Showing page 44 of 325 (3,244 total posts) < 1 second(s)
  • Re: Templating progress bar and buttons?

    Hi,   There are some properties on the control that can help you customize the buildin progress bar.   If you want to customize it completely , you need use script to write your own progress bar.   For example   <script> function ...
    Posted to Ajax Uploader (Forum) by cutechat on October 16, 2008
  • Re: html saved differently editing in IE and Firefox

    Please set the following property to true:   Editor.EditCompleteDocument Property Specifies whether a complete HTML document is being edited. [Visual Basic] Public Property EditCompleteDocument As Boolean [C#] public bool EditCompleteDocument {get; set;}   Remarks If ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 4, 2008
  • Re: License for CMS

    CuteEditor for PHP doesn't have free trial program like CuteEditor .net. Many customers purchase a domain license to try out then upgrade to desired license type with price difference. CuteEditor PHP requires PHP v5 to run. If you are concerned how to embed CuteEditor into your own PHP pages, here comes the sample code Example Code ...
    Posted to Purchase / License FAQ (Forum) by Karen on August 5, 2008
  • Re: Flash Integration

    You can use the following method to detect the agent is online or not.   CuteChat.ChatWebUtility.HasReadyAgents()   For example, in the file CuteSoft_Client\CuteChat\Support-Image-Button.js.aspx:   function WriteLiveSupportButton() {  var ImageURL='<%= ...
    Posted to Cute Live Support (Forum) by Adam on May 26, 2008
  • Re: Upload folder column in gridview

    mlc962,   You need to use the followng code:   2: Programmatically specify the Document gallery path: C# Example: //use the app-based path Editor1.Setting[''security:FilesGalleryPath'']= ''~/uploads''; //use the absolute path Editor1.Setting[''security:FilesGalleryPath'']= ''/uploads''; //use the physical path ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 20, 2008
  • Re: Changing the default font size in editor

    EditorBodyStyle can only change the style of the document body.   For table, please add the following code into your style sheet file and use .EditorWysiwygModeCss Property to apply it to editor.   td,th {  font-family: Arial, Helvetica, sans-serif;  font-size: 12px; }   .EditorWysiwygModeCss Property ...
    Posted to Cute Editor for PHP (Forum) by Adam on March 3, 2008
  • Re: Make the html tag pointing to Root directory

    rayashraf,   Document:   http://cutesoft.net/developer+guide/scr/Absolute-and-Relative-Paths.htm   Absolute and Relative Paths - Using URLs Effectively When you're creating links to documents and images on the Web, you need to think about how you're going to link to them. CuteEditor supports three standard ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 27, 2008
  • Re: Mozilla FireFox and Editor/Image upload

    >>However, in Mozilla FireFox (1.0.7) I can not click on the edit window.  Thanks for pointing out this issue. We've fixed it. Please download the control again and updated the file:   CuteSoft_Client\CuteEditor\Scripts\Gecko_Implementation\CuteEditorImplementation.js     >> when the editor starts it ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 8, 2008
  • Re: Set the value of a dropdown using Javascript?

    Okay, I now have worked out how to change the innerHTML but the control remains the same ... is there a way to redraw / refresh it? Here is the code so far.   lp = document.getElementById('CE_ctl00_ctl01_bcr_PostForm___PostBody___Editor_IDfontname'); if(lp)     {         ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on December 21, 2007
  • Re: Windows Authentication for Operator Windows App ...

    Adam,    I think I found a work-around by authenticating Support Operators using DirectoryServices in the SupportLogin() method of the Global.asax.   However, I also need to auto-register operators in a particular Active Directory Group (without going through the process in the video).  I that Support ...
    Posted to Cute Live Support (Forum) by jcurran on September 7, 2007
« First ... < Previous 42 43 44 45 46 Next > ... Last »