Hello all,
Has anyone had any luck with TinyMCE? Any hints or tricks to get it working would be greatly appreciated. I am using Squeak 3.10.2-7179 and the TinyMCE 3.2.1 version. FWIW I can't get protoGrowl to work either but that one does work in VWNC7.6. I have also scoured the archives looking for clues so my apologies if this has been discussed before. Thanks John McKeon _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2008/11/23 John M <[hidden email]>:
> Hello all, > Has anyone had any luck with TinyMCE? > Any hints or tricks to get it working would be greatly appreciated. I am > using Squeak 3.10.2-7179 and the TinyMCE 3.2.1 version. Use Firebug. Seriously. > FWIW I can't get protoGrowl to work either but that one does work in > VWNC7.6. Later versions of Prototype break it. There doesn't seem to be any upstream development. Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by John McKeon
Hi John,
you might want to have a look at seaBreeze. We use the TinyMCE there. We had create a custom FileLibrary that handles all the folders of files. seaBreeze is available either from seabreeze.heeg.de or from the Cincom Public repository. Kind Regards Karsten John M wrote: > Hello all, > Has anyone had any luck with TinyMCE? > Any hints or tricks to get it working would be greatly appreciated. I > am using Squeak 3.10.2-7179 and the TinyMCE 3.2.1 version. > FWIW I can't get protoGrowl to work either but that one does work in > VWNC7.6. > I have also scoured the archives looking for clues so my apologies if > this has been discussed before. > > Thanks > John McKeon > ------------------------------------------------------------------------ > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > -- Karsten Kusche - Dipl.Inf. - [hidden email] Tel: +49 3496 21 43 29 Georg Heeg eK - Köthen Handelsregister: Amtsgericht Dortmund A 12812 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Thanks Karsten!
I had been meaning to download SeaBreeze especially after hearing the Smalltalk Daily podcast the other day ;). This should work quite well for me.
John
On Sun, Nov 23, 2008 at 2:58 PM, Karsten <[hidden email]> wrote: Hi John, _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by John McKeon
Hi John,
I've used TinyMCE for a clients site. Unfortunately I can't show you as it's a private site. It was pretty simple to use, a subclass of WAFileLibrary for the TinyMCE files, and the text area(s) which use TinyMCE just receive a string with html tags, so when displaying remember to use #html: and not #text: (but do be careful of XSS :) and added the initializing JS to the documents #onLoad:. Regards, John. John M wrote: > Hello all, > Has anyone had any luck with TinyMCE? > Any hints or tricks to get it working would be greatly appreciated. I > am using Squeak 3.10.2-7179 and the TinyMCE 3.2.1 version. > FWIW I can't get protoGrowl to work either but that one does work in > VWNC7.6. > I have also scoured the archives looking for clues so my apologies if > this has been discussed before. > > Thanks > John McKeon > > > Click here > <https://www.mailcontrol.com/sr/wQw0zmjPoHdJTZGyOCrrhg==> > to report this email as spam. > > ------------------------------------------------------------------------ > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > Consider your responsibility to the environment - think before you print! ****************************************************************************************************************************************** This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. ******************************************************************************************************************************************* Pinesoft Limited are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |