Solstice::View::FormInput::FileUpload::Multiple - A view of an html file upload element


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::View::FormInput::FileUpload::Multiple - A view of an html file upload element

SYNOPSIS

Top

    use Solstice::View::FormInput::FileUpload::Multiple;

    my $view = Solstice::View::FormInput::FileUpload::Multiple->new();

DESCRIPTION

Top

Superclass

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

Export

No symbols exported.

Methods

setStartCount($int)
getStartCount()
setMaxCount($int)
getMaxCount()
setUploadURL($url)
getUploadURL()
addOnChangeEvent($str)
getOnChangeEvents()
addOnUploadEvent($str)
getOnUploadEvents()
addOnFormUpdateEvent($str)
getOnFormUpdateEvents()
setIsDisabled($bool)
getIsDisabled()
setLabels(\%params)

Set a hashref of custom labels. Valid keys are:

add_label, another_label, remove_label

getLabels()
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.