Search

You searched for the word(s): document
Showing page 39 of 169 (1,685 total posts) < 1 second(s)
  • Downloadable files dialog unusable in current version

    If the documents folder contains a few Word documents, CSS files or Excel files, the Downloadable files dialog takes far too long to open. This appears to be caused by the dialog inserting the contents of certain files (pdf,doc,xls and probably others) into the source of the page so they can be previewed. This is obviously a bad idea ...
    Posted to Cute Editor for .NET (Forum) by is250x on December 14, 2008
  • Inserted Image is misplaced

    Hi, i am evaluating cute editor for my web site requirements and i came up with this issue. i tried this with your online demo.  Cleared the document by pressing New Document button Pressed the Insert Templated button and selected template1.htm Placed the cursor just after PIPPO on the template header Pressed the Insert ...
    Posted to Cute Editor for .NET (Forum) by kosgia on December 14, 2008
  • Re: How can I control focus on multiple editors?

    function initializeEditor(editor) {                         var iFrameObject = document.getElementById(editor.id + ''_Frame'');                 iFrameObject.onfocus ...
    Posted to Cute Editor for .NET (Forum) by aydinmesut on December 11, 2008
  • Using CuteEditor as a FLASH selector

    Hello everyone,   I've been using CuteEditor .Net for a month and I can only say it's a very powerful ans usefull tool to have on a website.   I've use the editor as IMAGE selector, DOCUMENT selector and of course for text editing needs.   Now, I would like to be able to use it as a FLASH selector.  In the page I am ...
    Posted to Cute Editor for .NET (Forum) by lanec on October 24, 2008
  • Microsoft JScript runtime error: Object expected

    could you help me please I am getting this error Microsoft JScript runtime error: Object expected whenver textbox changed its value .I got this exeception every time i use .js file this is my code given below function Validate() { if(document.getElementById(''<%=txtTax.ClientID%>'').value.length<3) { alert(''Tax ...
    Posted to Cute Editor for .NET (Forum) by HaiDivya on July 28, 2008
  • Re: Editor Underline Style

    enertia: Long-story-short we strip all styles from our docs to keep content editors from junking them up. We use id and class selectors in our CSS and we do not use inline styles.   I guess I could create a custom button and paste in the tags? Got a tutorial on how to put tags around some pre-selected text?   ~ Jason ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 25, 2008
  • Failed to load Viewstate Error occurs when using Cute Editor

    I am trying out CuteEditor to see if I can use it on my websites. I first fill a gridview with data from a Sql Table. I then select a detailsview of the item I am interested in. But, when I when I click on the Edit button, it returns to the gridview instead of entering the edit mode of the detailsview. If I then click the select button on the ...
    Posted to Cute Editor for .NET (Forum) by tavogardo on May 2, 2008
  • Re: Want to access PlainText property at clien side in javascript function

    hello Adam or others Your code is working, but when we check by this function that editor is blank or not function checkEditorBlankValue() { var editorId = document.getElementById('<% = Editor1.ClientID%>'); var content = editorId.GetDocument(); var textofeditor=innerText(content.body); if(trim(textofeditor)=='''') { var ...
    Posted to Cute Editor for .NET (Forum) by mtrvikas on April 30, 2008
  • Re: Accessing files outside the application folder

    minson,   >>it is possible to acces folders and files outside the application folder using a document manager.   Please set up virtual directories.   >>Also, if I insert a document using ''Downloadable files'' I can't find out how to delete documents.   Have you set AllowDelete to true?   If so, you ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 16, 2008
  • Re: Preview Option

    function SetActiveTab() { var editor1 = document.getElementById('<%=Editor1.ClientID%>');   editor1.SetActiveTab('Preview'); } function ExecCommand() { var editor1 = document.getElementById('<%=Editor1.ClientID%>'); var cmd = ''preview''; var val = ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 5, 2008
« First ... < Previous 37 38 39 40 41 Next > ... Last »