
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Relate
|
|
|
|
This issue is related to:
|
|
SAK-12440
Editor toolbar doesn't fit into Site Info options page
|
|
|
|
|
|
|
| 2.6.x Status: |
None
|
| 2.5.x Status: |
Merge
|
| 2.4.x Status: |
None
|
|
The FCKEditor in velocity tools is only passed one parameter - the id of the textarea that it is replacing
Would be more flexible if it at least 4 parameters would be passed to it:
1 - id of textarea
2 - height
3 - width
4 - toolbar set
Regarding 4 - we can use the FCK defaults or create new ones specifically for Sakai. What would these look like?
|
|
Description
|
The FCKEditor in velocity tools is only passed one parameter - the id of the textarea that it is replacing
Would be more flexible if it at least 4 parameters would be passed to it:
1 - id of textarea
2 - height
3 - width
4 - toolbar set
Regarding 4 - we can use the FCK defaults or create new ones specifically for Sakai. What would these look like? |
Show » |
|
Velocity tools can now call the FCKEditor with a new macro with parameters:
#chef_setupformattedtextareaparams("id-of-textarea" "height" "width "toolbarconfiguration")
for example:
#chef_setupformattedtextareaparams("description" "300" "380" "largecompressed")
the possible toolbar configurations are
large
largecompressed (for small spaces, full functionality)
medium
small
plus the standard FCK:
Attachments
Basic
Default