
Project: XPages Extension Library (Managed by Philippe Riand, Niklas Heidloff, Dave Delay, Akihiro Kosugi, Maire Kehoe, Tony McGuckin, John Piermarini, Martin Donnelly, James Quill, Darin Egan, Padraic Edwards, Andrejus Chaliapinas, Lorcan McDonald, Simon McLoughlin, Paul Hannan)
 | 

 |  |
| Subject | Re: How to get the name/unid/key of the cliked row item in Mobile controls? |
| Created | 10/26/2011 05:57 AM by Lorcan McDonald. |
| Modified | <none> by Niklas Heidloff/Germany/IBM. |
If the item is coming from a non-Domino source you will have to pass the identifier into the xe:djxmLineItem's moveTo parameter. The format is similar to a URL query string, in that it's an ampersand (&) delimited list of key value pairs separated by an equals sign. The only difference is that the first item is taken to be the appPage you're interested in.
Therefore:
http://example.com/ex.nsf/mobile.xsp#docView&documentId=1234
Would show the appPage named docView and pass it 1234 as the documentId.
|
Feedback
Check out other projects