More POD fixes for Form controls.
This commit is contained in:
parent
1fa562d4c7
commit
1b965c9459
2 changed files with 4 additions and 4 deletions
|
|
@ -24,11 +24,11 @@ Package WebGUI::Form::HexSlider
|
|||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Creates a slider control that controls hex values, as in the red, gree, blue values for HTML colors.
|
||||
Creates a slider control that controls hex values, as in the red, green, blue values for HTML colors.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
This is a subclass of WebGUI::Form::Control.
|
||||
This is a subclass of WebGUI::Form::Slider.
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ use WebGUI::International;
|
|||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::Form::HexSlider
|
||||
Package WebGUI::Form::SelectSlider
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ Creates a slider control that controls hex values, as in the red, gree, blue val
|
|||
|
||||
=head1 SEE ALSO
|
||||
|
||||
This is a subclass of WebGUI::Form::Control.
|
||||
This is a subclass of WebGUI::Form::Slider.
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue