line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package HTML::Prototype::Controls;
|
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
16
|
use strict;
|
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
38
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
1;
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=head1 NAME
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
HTML::Prototype::Controls - script.aculo.us controls library, embedded in perl
|
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
our $controls = do { package HTML::Prototype::Controls; local $/; };
|
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
This is the script.aculo.us controls library embedded in a perl __DATA__
|
18
|
|
|
|
|
|
|
section, for easy inclusion in L.
|
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 SEE ALSO
|
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
L, L
|
23
|
|
|
|
|
|
|
L
|
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 AUTHOR
|
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Sebastian Riedel, C
|
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
controls.js by Thomas Fuchs
|
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 LICENSE
|
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
This library is free software. You can redistribute it and/or modify it under
|
34
|
|
|
|
|
|
|
the same terms as perl itself.
|
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=cut
|
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
__DATA__
|