Name

HTMLAREA_FLAVOUR — selects rich text editor flavour

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

HTMLAREA_FLAVOUR is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

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';

AUTHORS

Interchange Development Group

SEE ALSO

htmlarea(7ic)

DocBook! Interchange!