Ciao Giuliano, you could also style the <li> (if selected add a background with the check on the right).
a presto, G On Sep 2, 8:10 pm, Tim Romano <[email protected]> wrote: > Do I understand you correctly that the Modello list depends on the Marca > choice, and the Tipo list depends on the Modello choice? > > Whether you should make AJAX calls after each choice, to (re)populate the > dependent lists, or make just one call when the form is opened and > subsequently filter the list client-side, will depend on the number of rows > in your Marca/Modello/Tipo dataset. Without a Year component (year - make - > model - type) the dataset probably won't be very large and single database > call with client-side filtering would probably suffice. > > On Thu, Sep 2, 2010 at 1:15 PM, Remi Grumeau <[email protected]>wrote: > > > > > Hi, > > > - Brand row as a link to a page with those choices > > - add an hidden input value with the name "brand" > > - add class selected using JQuery code style (ex: > > $(this).addClass('selected') ) and change hidden input value to the one > > chosen + blue text value > > - add a toolbar w/ a back button in the brand choice page to get back to > > your form > > > Good luck :) > > If you're ok w/ JQuery, this should be a dozen minutes work > > > R. > > > Le 2 sept. 2010 à 18:51, giuliano a écrit : > > > > Hi, > > > > I am developing my first iPhone web application, with the help of > > > jQTouch. > > > > I am in the middle of the making of form and i have some questions > > > about styling. > > > > The user have to choice a brand of car, and I thought to let him > > > choose it like this: > > > >http://dl.dropbox.com/u/453750/form-a.png > > >http://dl.dropbox.com/u/453750/form-b.png > > > > Do you think is the right good way to handle this type of task? > > > If yes, how can I transform the default radio button style of the > > > iPhone in more native-like look shown in my png? > > > > Thanks you very much > > > Giuliano > > > > -- > > > 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]<iphonewebdev%2bunsubscr...@google > > groups.com> > > . > > > For more options, visit this group at > >http://groups.google.com/group/iphonewebdev?hl=en. > > > -- > > 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]<iphonewebdev%2bunsubscr...@google > > groups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/iphonewebdev?hl=en. -- 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.
