Search

You searched for the word(s):
< 1 second(s)
  • Re: Javascript Get Toolbar Height

    Hi, Thanks for the response.. I couldnt get that to work, however I using that id I was able to sucessfully separate the toolbar from the editable area (a better solution to my problem) without delving into the code.. &nbsp; var ...
    Posted to Cute Editor for PHP (Forum) by splendidbob on February 6, 2009
  • Javascript Get Toolbar Height

    Hi, is there any way via javascript to get the height of the toolbar, as in the top bit above the edit box :) &nbsp; Also, is there any way to separate the toolbar from the editable area? or any plans to enable this feature. &nbsp; cheers Rob
    Posted to Cute Editor for PHP (Forum) by splendidbob on February 1, 2009
  • Re: Source Code Font Size & Popup Window

    Cool, thx Adam :)
    Posted to Cute Editor for PHP (Forum) by splendidbob on September 29, 2008
  • Source Code Font Size & Popup Window

    Hi, couple of quick questions.. &nbsp; 1)In the code view editor area, is it possible to change the font and font size? Also are there any plans in future versions to add any code colouring here? (not a biggie but might be a nice feature) &nbsp; 2)Popup windows, I am slightly torn over this one, but because the fake popups run slowly ...
    Posted to Cute Editor for PHP (Forum) by splendidbob on September 29, 2008
  • Re: Cant get basic SetHTML to work

    ok, ignore this, I have it working.. needed to call stuff from &nbsp; function CuteEditor_OnInitialized(editor) { } &nbsp; cheers Bob
    Posted to Cute Editor for PHP (Forum) by splendidbob on September 26, 2008
  • Cant get basic SetHTML to work

    Hi, I am trying to use Javascript to set the contents of the editor using: &lt;script language=''Javascript'' type=''text/javascript''&gt; var editor1 = document.getElementById('CE_Editor1_ID'); editor1.setHTML('Hello World'); &lt;/script&gt; Nothing happens, I must be missing something ...
    Posted to Cute Editor for PHP (Forum) by splendidbob on September 26, 2008
  • Upper case in tags being converted to lower

    Hi, I am using upper case tags to easily make them unique under certain circumstances. Unfortunately the editor is converting to lower case, I have tried &nbsp; $editor-&gt;ConvertHTMLTagstoLowercase=false; &nbsp; but this has the effect of converting all tags to upper case ;) &nbsp; cheers Bob
    Posted to Cute Editor for PHP (Forum) by splendidbob on September 17, 2008
  • Insert Image Issues

    Hi, I am having some strange issues in internet explorer when inserting images.. 1)The preview area sometimes isnt previewing the image, this seems to be a path issue.. but the main prob is 2)Upon inserting the image, it isnt being placed where the cursor last was (its placed either at the top of the document or in a different area) &nbsp; ...
    Posted to Cute Editor for PHP (Forum) by splendidbob on September 14, 2008
  • UNSELECTABLE="ON" contenteditable="false" in Firefox

    Hi, just a quick note, switching from another editor, cute looks very nice so far.. &nbsp; One issue I found was that UNSELECTABLE=''ON'' contenteditable=''false'' doesnt work in Firefox, however a solution may be to add&nbsp; style=''-moz-user-select: none; So far this seems to prevent the user selecting and editing the text. &nbsp; I ...
    Posted to Cute Editor for PHP (Forum) by splendidbob on July 31, 2008