Hi All,
I'm quite new to FCKEditor. I am using FCKeditor_2.5.1 version. My problem is, i am unable to access a function from custom.js file which i have imported to my html page. Actually, through Flex-AJAX bridge, i'm getting value of a variable in a javascript. I have written the function in a .js file. Now in FCKEditor, i want to show that variable in the ContextMenu . Whenever , user will do a rightclick on editor area ,he/she should see the variable in the context menu,along with cut,copy and paste. I'm able to create my own context menu. When ever i'm hard coding my context menu items, its working fine.
Can anyone help me, how to dynamically set the context menu item names and their values?
I'm quite new to FCKEditor. I am using FCKeditor_2.5.1 version. My problem is, i am unable to access a function from custom.js file which i have imported to my html page. Actually, through Flex-AJAX bridge, i'm getting value of a variable in a javascript. I have written the function in a .js file. Now in FCKEditor, i want to show that variable in the ContextMenu . Whenever , user will do a rightclick on editor area ,he/she should see the variable in the context menu,along with cut,copy and paste. I'm able to create my own context menu. When ever i'm hard coding my context menu items, its working fine.
Can anyone help me, how to dynamically set the context menu item names and their values?