POD Coverage for Event, SQLReport, Survey, Navigation, Article, and Form/HTMLArea
This commit is contained in:
parent
17cd847378
commit
4a5d907d77
6 changed files with 125 additions and 3 deletions
|
|
@ -132,6 +132,14 @@ sub getValue {
|
|||
return WebGUI::HTML::cleanSegment($self->SUPER::getValue(@_));
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getValueAsHtml ( )
|
||||
|
||||
Calls getValueAsHtml from WebGUI::Form::Control
|
||||
|
||||
=cut
|
||||
|
||||
sub getValueAsHtml {
|
||||
my $self = shift;
|
||||
return $self->WebGUI::Form::Control::getValueAsHtml(@_);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue