Details of my extensions here, which include the fix - which may or may not be worth including into the main iUI... http://masochismtango.com/2009/08/03/mobile-webapps-iui-framework-extensions/
On Aug 3, 4:11 am, Bill Kirtley <[email protected]> wrote: > I've been wrestling with a big select list. Thanks, Tom, for pointing > out the right UI pattern to follow. > > (Subtle difference: You describe it as selecting and returning to the > previous. I'm seeing that the checkbox moves, but you stay on the > fieldset until you tap the "back" button, then the label on the field > changes.) > > Now, to implement it. > > Perhaps one would have a page to drill down into, where each element > in an UL has an onclick that (a) clears a "checked" style from all of > its siblings, (b) applies a "checked" style to itself, and (c) puts > its value into the controlled form field. > > Anyone have hints for doing this? (Perhaps with iUI?) Pointers to > publicly visible examples to follow or not-follow? > > On Jul 23, 2009, at 1:52 PM, Tom wrote: > > > > > Hi, > > > I'm wondering if there's currently an easy way to create a (form) > > panel which presents a list of radio options wrapped in a fieldset, > > where clicking on an option selects it and returns to the previous > > screen (which would need to be updated with this new value, but it's > > fine to do that by hand). The currently selected option would need a > > tick next to it (where the > normally goes for a menu item). > > > A few examples on my iPod Touch Settings app are: > > Music > Audiobook Speed (list of 3 options) > > Video > Start Playing (list of 2 options) > > Safari > Accept Cookies > > > etc. > > > If this doesn't yet exist and isn't on any roadmap, I guess I'll code > > it as I need it! In which case, I'd have some implementation > > questions (eg. replacing select+option tags vs. a seperate screen with > > radio inputs)... > > > Best regards, > > > Tom Godber, Masabi. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
