|
<% @ taglib uri = "/ WEB-INF / tld / FCKeditor.tld" prefix = "FCK"%>
....
<FCK: editor id = "content" basePath = "../../ FCKeditor /"
height = "450px" width = "100%"
toolbarSet = "Default" editorAreaCSS = "../../ xy_css / css.css"
skinPath = "../../ FCKeditor / editor / skins / silver /"
imageBrowserURL = "../ filemanager / browser / default / browser.html? Type = Image&Connector = connectors / jsp / connector"
linkBrowserURL = "../ filemanager / browser / default / browser.html? Connector = connectors / jsp / connector"
flashBrowserURL = "../ filemanager / browser / default / browser.html? Type = Flash&Connector = connectors / jsp / connector"
imageUploadURL = "../ filemanager / upload / simpleuploader? Type = Image"
linkUploadURL = "../ filemanager / upload / simpleuploader? Type = File"
flashUploadURL = "../ filemanager / upload / simpleuploader? Type = Flash">
Ranch
</ FCK: editor>
// Note: id is equivalent to property, set it to the field corresponding to your actionform.
// Modify other paths according to your situation.
// Check online for other usage and configuration issues, a lot. |
|