1. Add editor-fckeditor.jsp to \roller-ui\authoring\editors, download
FCKeditor and copy it to /roller-ui/authoring/editors/FCKeditor/
2. edit-fckeditor.jsp's content is below:
<script type="text/javascript" language="JavaScript" src="<%=
request.getContextPath
()%>/roller-ui/authoring/editors/FCKeditor/fckeditor.js"></script>
<script type="text/javascript">
<!--
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'text' ) ;
oFCKeditor.BasePath =
"<%=request.getContextPath()%>/roller-ui/authoring/editors/FCKeditor/"
;
oFCKeditor.ToolbarSet="Admin";
oFCKeditor.Height="330px";
oFCKeditor.ReplaceTextarea() ;
}
</script>
2007/8/17, Nike Freeman <[EMAIL PROTECTED]>:
>
>
> I dont understand how should i do.
> If i need to write much code by my self with FCKeditor?
>
>
> Sutra Zhou wrote:
> >
> > You can add other editors too, such as FCKeditor.
> >
> > 2007/8/16, Richard Jones <[EMAIL PROTECTED]>:
> >>
> >> Try changing the text editor to just simple text (in Settings). Then
> >> you can include the tag or whatever HTML is needed.
> >>
> >> Cheers,
> >>
> >> Richard
> >>
> >>
> >>
> >> On 16/08/07, Nike Freeman <[EMAIL PROTECTED]> wrote:
> >> >
> >> > Hi all .
> >> > I'am in the trouble again.
> >> >
> >> > How can i use the Flash in weblog?
> >> > I can not find the button in the XINHA.
> >> > --
> >> > View this message in context:
> >>
> http://www.nabble.com/How-can-i-Post-the-flash-weblog---tf4278652s12275.html#a12178420
> >> > Sent from the Roller - User mailing list archive at Nabble.com.
> >> >
> >> >
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/How-can-i-Post-the-flash-weblog---tf4278652s12275.html#a12192132
> Sent from the Roller - User mailing list archive at Nabble.com.
>
>