Author: richter
Date: Mon Apr 24 23:15:31 2006
New Revision: 396781
URL: http://svn.apache.org/viewcvs?rev=396781&view=rev
Log:
docs update
Modified:
perl/embperl/trunk/Embperl/Form/Control.pm
Modified: perl/embperl/trunk/Embperl/Form/Control.pm
URL:
http://svn.apache.org/viewcvs/perl/embperl/trunk/Embperl/Form/Control.pm?rev=396781&r1=396780&r2=396781&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl/Form/Control.pm (original)
+++ perl/embperl/trunk/Embperl/Form/Control.pm Mon Apr 24 23:15:31 2006
@@ -93,7 +93,7 @@
# ---------------------------------------------------------------------------
#
-# show - output the control
+# show - output the whole control including the label
#
sub show
@@ -194,7 +194,7 @@
[# ---------------------------------------------------------------------------
#
-# show - output the control
+# show - output the label
#]
[$ sub show_label ($self) $][+ $self->{text} || $self->{name} +][$endsub$]
@@ -232,7 +232,7 @@
[# ---------------------------------------------------------------------------
#
-# show_control - output the control
+# show_control - output the control itself
#]
[$ sub show_control ($self) $][+ $self->{value} +][$endsub$]
@@ -303,45 +303,49 @@
=head2 show
-output the control
+Output the control
=head2 get_on_show_code
-returns JavaScript code that should be executed when the form becomes visible
+Returns JavaScript code that should be executed when the form becomes visible
+
+=head2 get_active_id
+
+Get the id of the value which is currently active
=head2 form
-return the form object of this control
+Return the form object of this control
=head2 show_sub_begin
-output begin of sub form
+Output begin of sub form
=head2 show_sub_end
-output end of sub form
+Output end of sub form
=head2 show_label
-output the label of the control
+Output the label of the control
=head2 show_label_icon
-output the icon after the label
+Output the icon after the label
=head2 show_label_cell
-output the table cell in which the label will be displayed
+Output the table cell in which the label will be displayed
Must return the columns it spans (default: 1)
=head2 show_control
-output the control itself
+Output the control itself
=head2 show_control_cell
-output the table cell in which the control will be displayed
+Output the table cell in which the control will be displayed
Gets the x position as argument
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]