HTML Editor |
5/20/2005 4:04:03 PM |
ASPRunnerPro General questions | |
Recently came accross a new open source editor at FCKEditor ( see FCKeditor ). It is a significant improvement over the current one installed with ASPRunner Pro and Net. Can you tell me how to replace your editor with this one? Or where are the calls for the existing editor placed that I have to examine? |
|
![]() |
Sergey Kornilov admin 5/24/2005 |
Richard, if UseRTE(sFieldName) then sDefault = RTESafe(sDefault) BuildEditControl = "<script language=""JavaScript"" type=""text/javascript"">" & vbcrlf & "writeRichText('" & sFieldName & "', '" & sDefault & "', 520, 200, true, false);" & vbcrlf & "</script>" else
|