HTML::Prototype

HTML::Prototype is a Perl module to generate HTML and Javascript for the Prototype library.
Download

HTML::Prototype Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Sascha Kiefer, Sebastian Riedel and Marcus Ramberg
  • Publisher web site:
  • http://search.cpan.org/~esskar/

HTML::Prototype Tags


HTML::Prototype Description

HTML::Prototype is a Perl module to generate HTML and Javascript for the Prototype library. HTML::Prototype is a Perl module to generate HTML and Javascript for the Prototype library.SYNOPSIS use HTML::Prototype; my $prototype = HTML::Prototype->new; print $prototype->auto_complete_field(...); print $prototype->auto_complete_result(...); print $prototype->auto_complete_stylesheet(...); print $prototype->content_tag(...); print $prototype->define_javascript_functions; print $prototype->draggable_element(...); print $prototype->drop_receiving_element(...); print $prototype->evaluate_remote_response(...); print $prototype->form_remote_tag(...); print $prototype->in_place_editor(...); print $prototype->in_place_editor_field(...); print $prototype->in_place_editor_stylesheet(...); print $prototype->javascript_tag(...); print $prototype->link_to_function(...); print $prototype->link_to_remote(...); print $prototype->observe_field(...); print $prototype->observe_form(...); print $prototype->periodically_call_remote(...); print $prototype->sortable_element(...); print $prototype->submit_to_remote(...); print $prototype->tag(...); print $prototype->text_field_with_auto_complete(...); print $prototype->update_element_function(...); print $prototype->visual_effect(...); Requirements: · Perl


HTML::Prototype Related Software