hello,every body!
i want to attach a event in the editor's textfield tag.my mainpage code:
<FCK:editor id="EditorDefault" basePath="../FCKeditor/" height="650"
imageBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors"
linkBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors"
flashBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Flash&Connector=connectors"
imageUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Image"
linkUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=File"
flashUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Flash">
</FCK:editor>
when i construct a new textfield,i want to attach a onmouseover event on it.the event's function is change the selected textfield's bgcolor when move mouse over it!
pls anybody who know what to do give me some ideas!
thank you ,i came from china ,my english is poor! sorry! i wish you can understand me.
i want to attach a event in the editor's textfield tag.my mainpage code:
<FCK:editor id="EditorDefault" basePath="../FCKeditor/" height="650"
imageBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors"
linkBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors"
flashBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Flash&Connector=connectors"
imageUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Image"
linkUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=File"
flashUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Flash">
</FCK:editor>
when i construct a new textfield,i want to attach a onmouseover event on it.the event's function is change the selected textfield's bgcolor when move mouse over it!
pls anybody who know what to do give me some ideas!
thank you ,i came from china ,my english is poor! sorry! i wish you can understand me.