Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/jifty-plugin-wyzzeditor
https://github.com/bestpractical/jifty-plugin-wyzzeditor
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/jifty-plugin-wyzzeditor
- Owner: bestpractical
- License: other
- Created: 2009-12-10T18:16:40.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-12-11T05:30:47.000Z (about 15 years ago)
- Last Synced: 2024-11-11T14:50:27.274Z (2 months ago)
- Language: JavaScript
- Homepage: http://search.cpan.org/dist/jifty-plugin-wyzzeditor
- Size: 125 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
NAME
Jifty::Plugin::WyzzEditor - Simple WYSIWYG online editor for Jifty
textareaSYNOPSIS
In etc/config.ymlPlugins:
- WyzzEditor: {}In your Model instead of
render_as 'teaxterea';
use
render_as 'Jifty::Plugin::WyzzEditor::Textarea';
In your View
Jifty->web->link(
label => _("Save"),
onclick => [
{ beforeclick =>
"updateTextArea('".$action->form_field('myfield')->element_id."');" },
{ args => .... }
]
);DESCRIPTION
Wyzz, simple WYSIWYG online editor usable in fragmentsMETHOD
init
load wyzz.js on startupAUTHOR
Yves Agostini,COPYRIGHT AND LICENSES
Copyright 2007-2008 Yves Agostini. All Rights Reserved.This program is free software and may be modified and distributed under
the same terms as Perl itself.wyzz.js is Copyright (c) 2007 The Mouse Whisperer
Contains code Copyright (c) 2006 openWebWare.com
wyzz.js is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version.