Search

You searched for the word(s): javascript
Showing page 193 of 408 (4,076 total posts) < 1 second(s)
  • Re: Editor1ClientState = ToggleBorder=b:true in FireFox & Safari

    The issue has to do with multiple instances of Cute Editor on the same page being called with Yahoo UI JavaScript Library. The basics of what I am trying to do is to provide three buttons and each button opens a dialog window that contains a form with a CuteEditor inside of it. Here is a link to the example. There are three buttons: Edit Section, ...
    Posted to Cute Editor for PHP (Forum) by jeremym on September 3, 2008
  • Re: Problems with IE7 when using latest version as Image Selector

    Thanks for your quick response Adam.   window.top.close() worked fine so thanks for that.   I cant use the exact code you provided for my 1st problem as my project has many CE controls that are dynamically rendered to the screen hence my modifed version which uses a hidden CE as an image selector and provided the image to the ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on August 19, 2008
  • Re: Adding Link to highlighted text makes text dissapear in firefox 3

    Adam,   I doesn't seem to be deleting the highlighted text anymore. I tested with different amounts of text and different variations of text/html. I'm not sure if I just didn't run into it while testing since the problem is random.  I did however notice that when highlighting over a certain amount of text (usually a larger amount) and ...
    Posted to Cute Editor for ASP (Forum) by gzangirolami on July 8, 2008
  • Re: Cute editor's setHtml function works after alert

    This time I done following things    while(editorEdit==null || editorEdit.innerHTML.length==0)                 editorEdit = document.getElementById('<%= ...
    Posted to Cute Editor for .NET (Forum) by lastactionhero on June 26, 2008
  • How to change default editor of Vivvo to Cute Editor?

    How to change default editor of Vivvo to Cute Editor?   Step 1: Open admin/include.php file and in the bottom of this file,  set $wysiwyg_editor = ''cute'';   Step 2: Create a new file, name it to article_add_cute.tpl. Copy the content of article_add_tiny.tpl into it.  Then delete tinyMCE javascript ...
    Posted to Cute Editor for PHP (Forum) by Adam on October 3, 2007
  • Re: Problem with form controls in editor

    Adam,   If you add the HTML snippet from my original post to this example (under Windows XP or Vista and IE7), you should see the issue. Just to be clear, I'm referring to behavior of the dropdown list in the Normal pane, not the Preview pane. Also, if you click it twice in rapid succession, the list will stay down. But this ...
    Posted to Cute Editor for .NET (Forum) by solventus on August 1, 2007
  • ContextMenu on Right-Click on a TreeNode in a TreeView

    Hello,   I am working on a TreeView Project using all the Microsoft Atlas Tools. I am now stuck on the final step that of getting a Right-Click ContextMenu on every TreeNode in the tree. I need to complete my project in a couple of days, hence it is a bit urgent   Can you please help me this?   Default.aspx: ...
    Posted to Cute Editor for .NET (Forum) by karamchand on July 13, 2007
  • Re: Code behind the scene

    I'm using v 5.1.  It does not have the popup javascript example.   What I'm I trying to do?  Well, I need to create a customer popup that does the same thing as the eximage.gif (windows xp blue).  I need a button that says, ''Insert Image'' ( ihave this button made already), I just need to code to make the custom button load ...
    Posted to Cute Editor for ASP (Forum) by epicweb on August 9, 2006
  • Re: Technical Question: Is it possible to run without viewstate?

    I got it.   The problem was that cuteeditor refuses to render (either a textbox only or a nonfunctioning editor with javascript errors), when not being put into a server form. Nothing can be done to avoid this problem from my position. Since my project uses userdefined forms (the classical way without postbacks and viewstates) i did ...
    Posted to Cute Editor for .NET (Forum) by trux on August 3, 2006
  • Re: Create Popup on Icon (image) Click

    Thank you for the response, but that solution doesn't work very well for me.  I am dynamically inserting controls into my page (form), so when I use <%= xx %> strings, .NET gives me errors saying that I can't dynamically add/change controls in a form that uses those string types.  Any ideas?  Error I am getting when trying to ...
    Posted to Cute Editor for .NET (Forum) by JonE on July 14, 2006