The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IWL::Textarea - a text area widget

INHERITANCE

IWL::Object -> IWL::Widget -> IWL::Input -> IWL::Textarea

DESCRIPTION

The text area is a multi-line text entry.

CONSTRUCTOR

IWL::Textarea->new ([%ARGS])

Where %ARGS is an optional hash parameter with with key-values.

readonly

Set to true if the textarea is read-only

METHODS

setReadonly (BOOL)

Sets whether the type of the textarea is read-only

Parameter: BOOL - a boolean value.

isReadonly

Returns true if the textarea is readonly

setText (TEXT)

Sets the default text of the textarea

Parameter: TEXT - the text.

getText

Returns the textarea text

extractState (STATE)

Update the IWL::Stash(3pm) STATE according to the input state.

applyState (STATE)

Update the input element according to the IWL::Stash(3pm) STATE object. The STATE will get modified, i.e. the "used" element will be shifted from the according slot (name attribute) of the state.

LICENCE AND COPYRIGHT

Copyright (c) 2006-2007 Viktor Kojouharov. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perldoc perlartistic.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 160:

You forgot a '=back' before '=head1'