NAME

Oak::Web::HTML::Input - An Input tag

HIERARCHY

Oak::Object

Oak::Persistent

Oak::Component

Oak::Web::Visual

Oak::Web::HTML::Input

PROPERTIES

The Oak::Web::HTML::Input object has the properties defined by W3C:

If the input is of the radio type, another properties are used: radiogroup: This property defines which radiogroup this radio belongs. label: The text after the input

If the input is of the file type, another property is used: filehandle: returns the filehandle to the uploaded file

EVENTS

ev_onChange: When the content of the input changes ev_onClick: When this input was used to submit (if type eq button, submit, reset, image) P.S.: When type eq image and the input was clicked, Oak automatically set x and y with the data coming from cgi (server side image map)

BUGS

Too early to determine. :)

COPYRIGHT

Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.