Missing POD for Textarea, SelectRichEditor
This commit is contained in:
parent
b8ba4e2118
commit
83e7163f31
2 changed files with 9 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ sub isDynamicCompatible {
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
=head2 new
|
=head2 getOptions
|
||||||
|
|
||||||
Create a new WebGUI::Form::SelectRichEditor object and populate it with all
|
Create a new WebGUI::Form::SelectRichEditor object and populate it with all
|
||||||
the available Rich Text Editor assets.
|
the available Rich Text Editor assets.
|
||||||
|
|
|
||||||
|
|
@ -195,6 +195,14 @@ sub toHtml {
|
||||||
return $out;
|
return $out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
|
=head2 getValueAsHtml
|
||||||
|
|
||||||
|
Returns the form value as text, encoding HTML entities.
|
||||||
|
|
||||||
|
=cut
|
||||||
|
|
||||||
sub getValueAsHtml {
|
sub getValueAsHtml {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $value = $self->SUPER::getValueAsHtml(@_);
|
my $value = $self->SUPER::getValueAsHtml(@_);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue