Query: template::plugin::javascript
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Template::Plugin::JavaScript(3pm) User Contributed Perl Documentation Template::Plugin::JavaScript(3pm)NAMETemplate::Plugin::JavaScript - Encodes text to be safe in JavaScriptSYNOPSIS[% USE JavaScript %] <script type="text/javascript"> document.write("[% sometext | js %]"); </script>DESCRIPTIONTemplate::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. ");AUTHORThe 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 ALSOApache::JavaScript::DocumentWrite perl v5.10.1 2010-12-15 Template::Plugin::JavaScript(3pm)