xpages - ExtLib, iNotes List View: how can I access data selected in the view from the outside? -


Using firebug, I found that the iNotes list view object is called "getSelectedData ()", a function that is distributed like an array of selected entries (see item specific row data such as the "ext" element described by each polyster In this way, using one of the internal events of the list view (like "oncontumentman menu"), I can recover the selected data and I can keep them somewhere else. That's just great!

But, as I have never got the content, I now use the outside (like using a button) object of the list view To reach the selected data collection in the same or similar way. But whatever I try, I do not seem to get the right thing outside the list view. dojo.byId ("# {id: listView1}")

is giving me an object, but without those specific methods Which i need

Any hint?

Greetings, Lothar

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -