Query: jifty::plugin::wikitoolbar
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Jifty::Plugin::WikiToolbar(3pm) User Contributed Perl Documentation Jifty::Plugin::WikiToolbar(3pm)NAMEJifty::Plugin::WikiToolbar - Jifty plugin to add a wiki toolbar to your textarea boxSYNOPSISIn etc/config.yml Plugins: - WikiToolbar: {} In your Model instead of render_as 'textarea'; use is WikiToolbar; or you can custom rows size with sub Jifty::Plugin::WikiToolbar::Textarea::rows { return 15; }; To custom the toolbar, copy wikitoolbar.js in your application, at the end of the file put your changes with addButton function.DESCRIPTIONAdd a toolbar to your textarea field. Default toolbar provide markdown markup syntax. http://daringfireball.net/projects/markdown/METHODinit load wikitoolbar.js on startupAUTHORYves Agostini, <yvesago@cpan.org>LICENSECopyright 2007-2010, Yves Agostini This program is free software and may be modified and distributed under the same terms as Perl itself. perl v5.12.4 2010-01-17 Jifty::Plugin::WikiToolbar(3pm)
Similar Topics in the Unix Linux Community |
---|
Introduction |
Detecting unused variables... |
Find columns in a file based on header and print to new file |
Weird 'find' results |