element" />

Solstice::View::FormInput::TextInput - A view of an html element


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::View::FormInput::TextInput - A view of an html <input type="text"> element

SYNOPSIS

Top

    use Solstice::View::FormInput::TextInput;

    my $content = 'A string containing <i>content</i>.';

    my $view = Solstice::View::FormInput::TextInput->new($content);
    $view->setName('mytextbox');
    $view->setWidth('90%');  # a percentage or an integer representing pixels
    $view->setIsResizable(1);

DESCRIPTION

Top

Superclass

Solstice::View::FormInput (Solstice::View::FormInput)

Export

No symbols exported.

Methods

setWidth($int)
getWidth()
setCharLimit($int)
getCharLimit()
generateParams()

Modules Used

Solstice::View.

AUTHOR

Top

Solstice Group, <catalyst@u.washington.edu>

VERSION

Top

$Revision: 63 $

SEE ALSO

Top

perl.

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.