Search

You searched for the word(s): document
Showing page 78 of 325 (3,244 total posts) < 1 second(s)
  • Custom addons

    I come back with my proble of two addons. This is my code:   When I clic the button, MyCmd2 works but for MyCmd1 I get the following error message: Command 'MyCmd1' is not supported or is not implemented.       editor.CustomAddons = '' <img title=''''Using oncommand'''' class=''''CuteEditorButton'''' ...
    Posted to Cute Editor for ASP (Forum) by Mvu on January 26, 2009
  • Re: trap paste command --urgent

    Please check the following code....its not working...saying ''element is not defined''   function CuteEditor_OnCommand(editor,command,ui,value {     var editor1=document.getElementById(''<%=Editor2.ClientID%>'');     if(command==''Paste'')     { ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on January 23, 2009
  • 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
« First ... < Previous 76 77 78 79 80 Next > ... Last »