AtkTinyMceAttribute: Difference between revisions
Appearance
No edit summary |
|||
| 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"));