Re: Preview Html

2006-03-12 Thread Dmitry Gusev
> > However, I am unsure as to whether a Insert component > will actually render html tags. Use raw=true attribute. If false (the default), then HTML characters in the value are escaped. If true, then value is emitted exactly as is.

Re: Preview Html

2006-03-12 Thread spamsucks
This is a feature stitches provides out of the box. It is already integrated with the FCKeditor and provides a preview tab for your content. http://stitches.authsum.org Izak Wessels wrote: Hi, The app that I am currently working on has the need for some basic html e-mailing capabilities.

Re: Preview Html

2006-03-12 Thread Izak Wessels
Looks awesome, thanks for the link On 3/12/06, Wayland Chan <[EMAIL PROTECTED]> wrote: > Take a look at http://tinymce.moxiecode.com/ > It might be what you're looking for. > > > > On 3/12/06, Izak Wessels <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > The app that I am currently working on has th

Re: Preview Html

2006-03-12 Thread Wayland Chan
Take a look at http://tinymce.moxiecode.com/ It might be what you're looking for. On 3/12/06, Izak Wessels <[EMAIL PROTECTED]> wrote: > > Hi, > > The app that I am currently working on has the need for some basic > html e-mailing capabilities. The user can enter the body of the htm > e-mail in a

Preview Html

2006-03-12 Thread Izak Wessels
Hi, The app that I am currently working on has the need for some basic html e-mailing capabilities. The user can enter the body of the htm e-mail in a textarea component, after which I would like them to be able to click a "Preview" button, that renders the contents of the textarea. In order to ac