I have a _javascript_ library for rich text editor, i want to use it to create my own small customized FormComponent/TextComponent . What do i do or how do i use it
I have these 3 _javascript_ Lines to inject for the Rich text Component to render
<script language="_javascript_" type="text/_javascript_" src="">
initRTE(imagesPath, includesPath, cssFile)
writeRichText(fieldname, value, width, height, buttons, readOnly)
thanks