OpenNTF.org - XPages Extension Library

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   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)
Actions:


Response
SubjectRe: 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.
Body


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.