AtkTinyMceAttribute: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=== Description === | === Description === | ||
The atkTinyMceAttribute is a [[WYSIWYG]] editor based on TinyMCE. This attribute is only available | The atkTinyMceAttribute is a [[WYSIWYG]] editor based on TinyMCE. This attribute is only available if the [[atkTinyMce module]] is installed. | ||
=== Params === | === Params === | ||
| Line 10: | Line 10: | ||
$this->add(new atkTinyMceAttribute("description")); | $this->add(new atkTinyMceAttribute("description")); | ||
[[Category:Attributes]] | |||
Latest revision as of 10:25, 28 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"));