
HTML::ForumCode::Cookbook - Some common recipes

The HTML::ForumCode cookbook is a series of recipes to demonstrate common ways to use HTML::ForumCode.

These recipes provide information on how to utilise HTML::ForumCode in your own (Catalyst) application.
Method(s) to add to your own controller to ForumCodify some text and return the marked up HTML in a JSON response.
This is useful as part of a solution to provide in-page edit-preview toggling (via YUI).
The HTML and JavaScript required for taking a textarea and showing a preview of the marked up HTML. Also includes sample CSS for the preview overlay.
This is the next step in providing in-page edit-preview toggling.

Chisel Wright <chiselwright@users.berlios.de>

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.