Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Maypole: customising forms

by matthewb (Curate)
on Mar 06, 2005 at 12:21 UTC ( [id://437030]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    'resourcetext' => bless( {
    
    ...
      '_tag' => 'input',
      'type' => 'text'     # I'm expecting 'textarea'
    }, 'HTML::Element' ),
    
  2. or download this
    # Right, have some of this!
    eval "package $class; Class::DBI::Plugin::Type->import()";
    ...
      if $type
        and $type =~ /^(TEXT|BLOB)$/i;
    return $self->_to_textfield($field);
    
  3. or download this
    print My::ClassName->column_type('resourceText'), $/;
    
  4. or download this
    #if ($caller->isa("Class::DBI::mysql") and $caller->can("column_type")
    +) {
    #  return; # My work here is done
    #}
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://437030]
Approved by Corion
Front-paged by davidj
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-24 19:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found