NAME

Krang::ElementClass::PoorText - WYSIWYG element


SYNOPSIS

   $class = pkg('ElementClass::PoorText')->new(
        name     => "poortext",
        type     => 'textarea',
        commands => 'all',
   );


DESCRIPTION

This element provides a WYSIWYG text editor for HTML by integrating with the PoorText WYSIWYG element


INTERFACE

All the normal Krang::ElementClass attributes are available, plus:


SEE ALSO

The PoorText source in htdocs/poortext/.