I typically do not develop client-side (in this case, mobile) code, so my apologies in advance for what is most likely a “101” type of question.
I have the following dojox.mobile type hierarchy in my html page… ScrollableView > EdgeToEdgeList > multiple ListItems each w the “moveTo” value populated. The complete app looks and flows exactly as I had hoped, however I cannot figure out how to populate the ListItem rightText of the “parent” (the one that invokes the moveTo transition action) w the selected text value from the ListItem Label of the “child”.
In other words, I’m trying to simulate the behavior of the iPhone Settings > WiFi ListItem that shows the name of the router that you choose from the Wi-Fi Networks child page.
I have to believe that I’m overlooking some existing property or event that handles this behavior since this is a somewhat widely used visual design paradigm.
Thank you in advance for your time.
You must write a little bit of JavaScript code for this:
That should do it.