template::plugin::javascript(3pm) debian man page | unix.com

Man Page: template::plugin::javascript

Operating Environment: debian

Section: 3pm

Template::Plugin::JavaScript(3pm)			User Contributed Perl Documentation			 Template::Plugin::JavaScript(3pm)

NAME
Template::Plugin::JavaScript - Encodes text to be safe in JavaScript
SYNOPSIS
[% USE JavaScript %] <script type="text/javascript"> document.write("[% sometext | js %]"); </script>
DESCRIPTION
Template::Plugin::JavaScript is a TT filter that filters text so it can be safely used in JavaScript quotes. [% USE JavaScript %] document.write("[% FILTER js %] Here's some text going on. [% END %]"); will become: document.write(" Here's some text going on. ");
AUTHOR
The original idea comes from Movable Type's "encode_js" global filter. Tatsuhiko Miyagawa <miyagawa@bulknews.net> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Apache::JavaScript::DocumentWrite perl v5.10.1 2010-12-15 Template::Plugin::JavaScript(3pm)
Related Man Pages
javascript::beautifier(3pm) - debian
javascript::minifier::xs(3pm) - debian
javascript::packer(3pm) - debian
jifty::plugin::cssquery(3pm) - debian
jifty::view::declare::baseclass(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Introduction
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections