Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 1.2
-
Component/s: None
-
Labels:None
Description
Currently in GrailsUI there is no support for using the 'Editor' class instead of SimpleEditor
It is trivial to check for the existence of a flag and then Use the Editor class.
The dependencies do not change.
The default should default to SimpleEditor but if a flag such as useFullEditor="TRUE"
Then the Editor class should be used.
The Editor is more heavyweight but it provides some really nice features for link management and image editing.
Are there any work-arounds for this bug?