richtexteditor

richtexteditor

DESCRIPTION

DESCRIPTION

$Description: Displays an editor for long text input. Based on config settings unless in toggle mode which will display a basic html text area$

ATTRIBUTES

ATTRIBUTES

-> [textareaname]: textarea id; default body. -> [fieldLabel]: textarea label

CONFIGURATION

CONFIGURATION

The rich text editor is set in the ADMIN >> CONFIG >> General settings by using the supported editors name in RICHTEXTEDITOR option.

  • none (no editor specified; tinyMCE in simple mode)

  • tinyMCE (advanced mode)

  • soEditorPro (commercial version)

  • soEditor (lite version)

  • eWebEditPro

  • textarea (standard HTML textarea ie. no editor)

  • htmlArea (defunct; supported but editor development has stopped)

  • fckEditor

  • eopro

  • eoPro4

Additional editors can be added by submitting the relevant changes to this tag to the farcry_core code base. Non committers should post suggested changes to the bug database.