Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Adding fields to a form using Catalyst/TT

by chargrill (Parson)
on Oct 13, 2006 at 18:30 UTC ( [id://578200]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Catalyst qw/-Debug ConfigLoader Static::Simple
                    Prototype /;
    
  2. or download this
    <head>
    [% c.prototype.define_javascript_functions %]
    </head>
    
  3. or download this
      <table border="1" style="border: 1px;">
        <tr>
    ...
           }
         ) %]
      </table>
    
  4. or download this
        [% task_name        = 'Project Name' %]
        [% task_input_name  = 'project'      %]
        [% task_output_name = 'project'      %]
        [% task_input_id    = 'project_id'   %]
        [% INCLUDE taskrow.tt               %]
    
  5. or download this
    sub newrow : Local {
      my( $self, $c ) = @_;
    ...
      return $html;
    }
    
  6. or download this
    s**lil*;  $*=join'',sort split q**;  s;.*;grr; &&s+(.(.)).+$2$1+; $; =
    qq-$_-;s,.*,ahc,;$,.=chop for split q,,,reverse;print for($,,$;,$*,$/)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://578200]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-29 13:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found