Search

You searched for the word(s):
Showing page 2 of 2 (16 total posts) < 1 second(s)
  • Links Path

    Quick question ...&nbsp;I can set the ImageGalleryPath, MediaGalleryPath, FlashGalleryPath, TemplateGalleryPath and FilesGalleryPath in the PHP but is there anyway to set the path for the links dialog? (Eg clicking the 'Insert Hyperlink' button ... then the 'Browse' button) At the moment it defauts to the uploads folder. -g
    Posted to Cute Editor for PHP (Forum) by gman on July 1, 2009
  • Re: javascript initialize editor

    Cool.&nbsp; I'm already doing something like that but I was really hoping to just cache/store the editor on the client side and only send html pages to load into the editor. Again, I pretty much have this working - just wanted to know for 'completeness' if I could re-initialize the editor via javascript.&nbsp;Thanks Adam.
    Posted to Cute Editor for PHP (Forum) by gman on June 16, 2009
  • javascript initialize editor

    I'm using the editor by downloading an empty editor via ajax - then downloading html pages also via ajax and loading it into the editor with javascript (editor.setHTML()) I pretty much have everything working fine but I'd like to know if there is a way to re-initialize the editor with javascript before I load new html pages?&nbsp;I've looked ...
    Posted to Cute Editor for PHP (Forum) by gman on June 16, 2009
  • Re: CustomAddon dropdown possible?

    Sort of. I want a dropdown menu like the toolbar choice but on the actual editor, like the CSS Class, Inline Style, Normal etc... dropdowns.&nbsp;I want to create something like the CSS Class menu but with PHP/CustomAddon ... is that possible?
    Posted to Cute Editor for PHP (Forum) by gman on April 28, 2009
  • Re: CustomAddon dropdown possible?

    UPDATE:&nbsp;I also tried mirroring what gets spat out in the source code for the editors built in css style dropdown... &nbsp;$editor-&gt;CustomAddons = &nbsp;&nbsp; &nbsp;''&lt;br clear='both'/&gt; &nbsp;&nbsp; &nbsp;&lt;table class='CuteEditorGroupMenu' cellSpacing='0' cellPadding='0' border='0'&gt; &nbsp;&nbsp; &nbsp;&lt;tr&gt;&lt;td ...
    Posted to Cute Editor for PHP (Forum) by gman on April 10, 2009
  • CustomAddon dropdown possible?

    I've just started using the editor. &nbsp;Does anyone know if it is possible to create a dropdown that can POST back its selection programmably using CustomAddons with PHP?$editor-&gt;CustomAddons = ?? &nbsp;I've looked at the button demo and how the dropdowns are done in the config files but I'm not sure where to start. &nbsp;I did try something ...
    Posted to Cute Editor for PHP (Forum) by gman on April 10, 2009