HTMLAREA_FLAVOUR — selects rich text editor flavour
Interchange 5.9.0:
Source: code/Widget/htmlarea.widget
Line 155 (context shows lines 145-159)
{CONFIG?}{CONFIG}({NAME}FCKeditor);{/CONFIG?}
{NAME}FCKeditor.ReplaceTextarea() ;
});
</script>
|,
area => qq|<textarea id="{NAME}" rows="{HEIGHT}" cols="{WIDTH}" \
name="{NAME}">{VALUE}</textarea>|,
post => ''
});
my $flavour = $opt->{flavour} || $::Variable->{HTMLAREA_FLAVOUR} || 'htmlarea';
my $fname = $opt->{form_name} || 'editor';
my $callpage = $opt->{append} || 'special/kupu';