oulan / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Would like to use #divID&myAdditionalParam=xxx #226

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I use iUI in an OpenNTF project that shows how iUI can be used in IBM Lotus
Domino XPages http://www.openntf.org/blogs/openntf.nsf/d6plinks/NHEF-8378AX

In Domino we call lists of entries views and full entries documents. You
can open the full documents from views. In order to do this I have one
generic <div id="document" ... where the opened documents should be put in.
In order to open a specific documents I store a doc id in a JS var so that
I own the actual document instance to open and then call
window.iui.showPage(document.getElementById('document'));

This works but I loose the ability to bookmark this page.

It would be great if the mapping would not only be between <div
id="document" ... and ... #document. Rather I want to be able to use
#document&docId=xxx to pass in the doc instance id by using the same
generic <div id="document"

Thanks
Niklas

Original issue reported on code.google.com by supp...@openntf.org on 3 Mar 2010 at 8:05