On Nov 14, 7:08 am, ∞ | millenomi <[EMAIL PROTECTED]> wrote: > The alarm clock does not use a <select> tag because it's an native > application, not a web application. >
It may be (or may not be) a native app, but it seems likely that the module handling the selection wheel is the same one provided by the browser. Namely, the two controls have identical look, functionality and behavior, except for the number of parallel wheels available. Hence, the most plausible mechanism used by the alarm clock (which looks like a typical widget) is some undocumented -webkit- style selector (or perhaps a tag attribute) which specifies melding of multiple <select> tags into a single multi-wheel control. I was hoping that someone familiar with Apple's widget APIs may be able to guess or already knows the "secret" keyword involved. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
