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

Re: Tag libs for Template Toolkit

by Your Mother (Archbishop)
on Sep 15, 2004 at 05:22 UTC ( [id://391080]=note: print w/replies, xml ) Need Help??


in reply to Tag libs for Template Toolkit

I'd say the CGI plugin is better than something like this too: <html:text property="user"/> b/c the attributes match up better; property? "What HTML attribute is that?" one might ask. Here's the CGI TT2 for it.

[% USE CGI # goes anywhere %] [% CGI.textfield( name => 'user' ) %]
Another advantage being you can embed all the attr you want.
[% CGI.textfield( name => 'user', onmouseover => 'this.focus()', style => 'width:12em;', default => user_obj.user || CGI.param('user') ) %]

Also, check out how to do WRAPPERs, INCLUDEs, and define your own FILTERs. TT2 is *extremely* powerful for what it will let you do in those regards. In fact this got me a bit excited to spark up more sharing of this stuff. I'll try to post a handful of the TT2 snippets/wrappers I use in a day or two.

Log In?
Username:
Password:

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

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

    No recent polls found