Forum OpenACS Development: Re: AjaxHelper seems to not working on Internet Explorer

Collapse
Posted by Amruta Lakade on
Hello ,
Following is my code wriiten for displaying Right-Click menu.

menulist_folder is a list of operations which i need to display in Right Click.

set menu_folder_id "document.getElementsByName('folder')"

ah::yui::contextmenu \
-varname "ContextMenuFolder" \
-id "contextmenu_folder" \
-menulist $menulist_folder \
-triggerel $menu_folder_id

Please let me know if I am mistaking in using the Apis.
Best Regards,
Amruta

Collapse
Posted by Hamilton Chua on
Amruta,

I think you'll need to give me a little more to work on.

This looks like the tcl side of your code. What does the adp file look like ?

Are you using openacs 5.4 with template::head ?
Does IE return a javascript error ?

It would be great if there's a page I can visit somewhere where you are experiencing this problem.

Thanks,

Hamilton