>
> 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.
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.
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
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
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