NAME
HTML::ForumCode::Cookbook - Some common recipes
DESCRIPTION
The HTML::ForumCode cookbook is a series of recipes to demonstrate common ways to use HTML::ForumCode.
RECIPES
Getting Started
These recipes provide information on how to utilise HTML::ForumCode in your own (Catalyst) application.
- HTML::ForumCode::Cookbook::Recipe1 - Catalyst Controller
-
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).
- HTML::ForumCode::Cookbook::Recipe2 - HTML, JavaScript and CSS
-
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.
AUTHOR
Chisel Wright <chiselwright@users.berlios.de>
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.