Jump to content

AtkTinyMceAttribute: Difference between revisions

From NusaATK
No edit summary
Line 1: Line 1:
=== Description ===
=== Description ===
The atkTinyMceAttribute is a [[WYSIWYG]] editor based on TinyMCE. This attribute is only available of the [[atkTinyMce module]] is installed.
The atkTinyMceAttribute is a [[WYSIWYG]] editor based on TinyMCE. This attribute is only available if the [[atkTinyMce module]] is installed.


=== Params ===
=== Params ===

Revision as of 13:43, 27 December 2006

Description

The atkTinyMceAttribute is a WYSIWYG editor based on TinyMCE. This attribute is only available if the atkTinyMce module is installed.

Params

todo


Examples

(in a node constructor):

$this->add(new atkTinyMceAttribute("description"));