Yves Agostini > Jifty-Plugin-WikiToolbar-0.9 > Jifty::Plugin::WikiToolbar

Download:
Jifty-Plugin-WikiToolbar-0.9.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.9   Source  

NAME ^

Jifty::Plugin::WikiToolbar - Jifty plugin to add a wiki toolbar to your textarea box

SYNOPSIS ^

In etc/config.yml

   Plugins:
     - WikiToolbar: {}

In your Model instead of

   render_as 'textarea';

use

  render_as 'Jifty::Plugin::WikiToolbar::Textarea';

or you can custom rows size with

 sub Jifty::Plugin::WikiToolbar::Textarea::rows { return 5; };

To custom the toolbar, copy wikitoolbar.js in your application, at the end of the file put your changes with addButton function.

DESCRIPTION ^

Add a toolbar to your textarea field. Default toolbar provide markdown markup syntax. http://daringfireball.net/projects/markdown/

METHOD ^

init

load wikitoolbar.js on startup

AUTHOR ^

Yves Agostini, <yvesago@cpan.org>

LICENSE ^

Copyright 2007-2009 Yves Agostini. All Rights Reserved.

This program is free software and may be modified and distributed under the same terms as Perl itself.