Jifty::Plugin::Yullio::View.3pm

Langue: en

Autres versions - même langue

Version: 2007-12-26 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Jifty::Plugin::Yullio::View - Yullio layout bundles

SYNOPSIS

   use Jifty::Plugin::Yullio::View;
   template 'index2.html' => page {
     with ( width => 'doc2', column_template => 'yui-t6' ),
     yullio
      { outs('This is main content') }
      sub { outs('This is something on the side') } };
 
 

DESCRIPTION

"Jifty::Plugin::Yullio::View" provides an alternative "page" temlpate constructor that makes use of yui grid layouts.

yullio CODE CODE

Clkao owes docs