I am building a Proof Of Concept for a component that was earlier built in vb6. Since the component has complex UI elements, I am not really sure how far i can reproduce the same thing with Lotus Notes UI elements. What I am now currently looking to do is the following.
- Create a Button in an exist LN form.
- When the button is clicked it invokes a javascript which will create a template (or load the htm dynamically) htm page with the necessary interface elements.
- Use jQuery or Dojo to Ajaxify the interface and the http requests.
- Once users click on a button on the htm page, return the select values to the form.
- Unload the htm template and twiddle thumbs as if nothing happened.
First off, I am not sure if this possible, so is it possible ? If yes then can you guys give me any links to samples or samples which definitely will be helpful.
Btw this LN application on which i am building this component is not web enabled and is purely a LN desktop application.
Any help on this would appreciated.