[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-08-01 Thread Brice Burgess
I wrote an app awhile back that asynchronously loads tinymce in a Klaus Hartl tab... and retains functionality. The code can be seen @; http://try.pommo.org/admin/mailings/mailings_start.php#tabs-remote-3 Of particular interest is the assignForm, bodySubmit, and tinyMCE.init functions. The above

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-08-01 Thread Diego A.
Well, it's not going to work without the plugin. So use the plugin and let's find the problem... On 31/07/07, Shaun Kester <[EMAIL PROTECTED]> wrote: > > I realize that. I've tried this dozens of different ways. When I use your > plugin I end up with a url of > http://sc1fs003/administration/?FCKe

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-31 Thread Shaun Kester
I realize that. I've tried this dozens of different ways. When I use your plugin I end up with a url of http://sc1fs003/administration/?FCKeditor1=%3Cp%3E%3Cstrong%3Etest%3C%2Fstrong%3E%3C%2Fp%3E&ItemSave=Save#and nothing in the post. Thank you very much for your help so far. On 7/31/07, Diego A.

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-31 Thread Diego A.
Shaun, You haven't used the plugin. The script wasn't loaded. So the 'ajaxSubmit' method wasn't intercepted. Please read installation instructions here: http://www.fyneworks.com/jquery/FCKEditor/ Cheers, Diego A. On 31/07/07, Shaun Kester <[EMAIL PROTECTED]> wrote: > > > I've got everything work

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-31 Thread Shaun Kester
I've got everything working except that it takes two submit for the data to make it to the server. Example: http://209.97.223.72/administration/ Username: admin Password: admin 1. Login with above info 2. Click the first link 'Site Content' 3. Click the first page 'Business' 4. Enter text, click

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Jean-Francois Hovinne
Thanks for promoting WYMeditor, Tane! Please note that the website is located at http://www.wymeditor.org/ Cheers ;) jf On 30 juil, 19:48, "Tane Piper" <[EMAIL PROTECTED]> wrote: > Shaun, > > You could also try out the jQuery based WYMeditor at www.wymeditor.com > - I've used it sucessfully with

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Tane Piper
Shaun, You could also try out the jQuery based WYMeditor at www.wymeditor.com - I've used it sucessfully with the form plugin. Its currently not as feature-rich as those other editors, but it plays very nicely with what your trying to do. On 27/07/07, Shaun Kester <[EMAIL PROTECTED]> wrote: >

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Shaun Kester
It is an intranet app, but I could probably figure something out. It works in FF, but not IE 6. If I load with ajax, then do a plain submit, it works. If I submit with the form plugin, I get just plain text with no formatting. I'm using fckeditor 2.4.3, latest jquery and form plugin. Thank you fo

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Diego A.
I can't understand why this would happen. The plugin doesn't tamper with the code at all. Do you have a URL? On 27/07/07, Shaun Kester <[EMAIL PROTECTED]> wrote: > > > Thanks for your help. I have this: > > //Start the editor >

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Shaun Kester
Thanks for your help. I have this: //Start the editor $(function(){ $.fck.start({ path:

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Diego A.
$(function(){ $.fck.start({ path: "/path/to/fck/", Height: "500px", ToolbarSet: "Default", Config: { CustomConfigurationsPath: '/path/to/fck/custom.js' /* and so on... */ } }); }); On Jul 27, 7:59 pm, Shaun Kester <[EMAIL PROTECTED]> wrote: > How do I set the FCK options like wi

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Shaun Kester
How do I set the FCK options like width, toolbar, etc? On Jul 27, 11:31 am, "Diego A." <[EMAIL PROTECTED]> wrote: > Try my plugin:http://www.fyneworks.com/jquery/FCKEditor/ > > On Jul 27, 6:53 pm, Shaun Kester <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > I'm having a heck of a time getting eith

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Diego A.
Try my plugin: http://www.fyneworks.com/jquery/FCKEditor/ On Jul 27, 6:53 pm, Shaun Kester <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm having a heck of a time getting either tinymce or fckeditor to > load via ajax and then be submitted with mikes awesome form plugin. > Anybody got these to succe