As a hobby thing, I am trying to create Internet Explorer Add-on using this article Creating Add-ons for Internet Explorer: Customizing Menus.
The above links describes two approaches:
- Using javascript
- Using DLL
I am trying to use Javascript for my project. Specifically, jqueryui for all the ui rendering. The problem I am facing is that I don't know how to include/use jqueryui in my add-on.
ADD
With jqueryui i am mostly interested in the dialog boxes and modal forms, activated from the context menu. Is it possible to do this?
Any direction, suggestion or code snippet is welcomed.
Thanks.