debian man page for jifty::plugin::iefixes

Query: jifty::plugin::iefixes

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Jifty::Plugin::IEFixes(3pm)				User Contributed Perl Documentation			       Jifty::Plugin::IEFixes(3pm)

NAME
Jifty::Plugin::IEFixes - Add javascript files for IE
SYNOPSIS
# In your jifty config.yml under the framework section: Plugins: - IEFixes: use_external_ie7js: 1 js: - IE7 - IE8 - ie7-recalc - ie7-squish cdn: 'http://yourcdn.for.static.prefix/' In your app, if you want to add more IE-specific js: my ($ief) = Jifty->find_plugin('Jifty::Plugin::IEFixes') $ief->add_javascript( qw(file.js) );
METHODS
init Outputs IE-specific "conditional comments" in the "<head>" of each response which include more javascript. add_javascript FILE Can be called during application initialization (at startup time) to add more javascript which should only be included in IE browsers. See also "add_javascript" in Jifty::Web. perl v5.14.2 2010-12-08 Jifty::Plugin::IEFixes(3pm)
Related Man Pages
jifty::plugin::authentication::facebook(3pm) - debian
jifty::plugin::chart(3pm) - debian
jifty::plugin::comment::notification::commentpublished(3pm) - debian
jifty::plugin::user::mixin::model::user(3pm) - debian
jifty::web::session::none(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Introduction
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?