Groovy Documentation

taglib
Class FckEditorTagLib

java.lang.Object
  taglib.FckEditorTagLib

class FckEditorTagLib

A tag for the FCK editor, derived from Grails' UITagLib in version 0.5.6.

author:
Graeme Rocher
since:
24-March-2006


Property Summary
def richTextEditor

A Rich Text Editor component that by default uses fckeditor with a basepath of /fckeditor.

 
Constructor Summary
FckEditorTagLib()

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

richTextEditor

def richTextEditor
A Rich Text Editor component that by default uses fckeditor with a basepath of /fckeditor. Example:


 
Constructor Detail

FckEditorTagLib

FckEditorTagLib()


 

Groovy Documentation