EDITOR_RICH_TEXT

[[EDITOR_RICH_TEXT:name|contentvar|height|bgcolor|skincolor|version]]

Creates editable rich text area.  Use in place of editbox for html editing.

 

Parameters:

name (string)

content (string) text content to be edited.

height (integer)

bgcolor  six digit hex rgb value following hash tag. ex: #ffffff means white.

skincolor (string) six digit hex rgb value following hash tag. ex: #666666 means dark grey.

version (possible values are : ck_basic, ck_standard, and ck_full.)

Code Sample:

[[INITIALIZE:content|"qwertyuiop"]
 [[PRINT:content]]
 [[EDITOR_RICH_TEXT:editor|[[=content]]|400|#ffffff|#666666|ck_basic]]

ck_basic

See also: EDITBOX

Leave a Reply