I am trying to create a list similar to XCode storyboard static cells concept. I was going to use a FieldSet, but it is missing two main parts I need:1) Disclosure icon2) Click eventScreen Shot 2012-03-21 at 9.26.48 PM.pngIs there a way to add a click event and disclosure icon to the Form Field?If not is there a way to set up a list to do this similar to XCode?ThanksDes
I set the Field to readonly and add a focus event. Not sure if this is the best event, but at least it fires when I click on the item. Now I just need a disclosure icon ;-)