Meh... That's what I was afraid of. Would it instead be possible to put a button on the same row there with the input field without much trouble? Instead of generating the slider arrow control, just putting a button there instead?
Thanks. Scott On Apr 24, 3:35 am, Remi Grumeau <[email protected]> wrote: > On Tue, Apr 24, 2012 at 9:34 AM, Mogens Beltoft <[email protected]> wrote: > > Looking at the example in FireBug reveals that the CSS for the arrow is: > > > .panel > ul > li a, .row > a > > > So the arrow is displayed when an <li> has a link in it, or when the row > > class is used and there is a link in the div. > > > I hope that helps. > > > /Mogens > > True. > > On Apr 21, 1:58 pm, Mogens Beltoft <[email protected]> > <[email protected]>wrote: > > > > > > > How about the normal arrow found here:http://demo.iui-js.org/ > > > /Mogens > > > On 21-04-2012 01:04, sblair wrote: > > > I'm looking for a way to create a slider arrow to a sub-page from a > > row in a field that is also a text field in a form. > > > From what I've seen I haven't found a way within a form to have a sub- > > > page slider. > > > Here's a pic of what I'm talking about: > >http://www.litespeeddesign.com/gallery/d/1847-2/IUI.PNG > > Where you see the "nudge" link I want that to actually be the slider > > arrow to take it to the sub-page form I have in IUI. > > > Below is a snippet of my current IUI code for that page if it helps. > > As you can see that row also functions as a textfield in the form. > > This is a very specific need you have, which can't be done without some CSS > & JS code. > Main idea is to hide your input, put a link to another page where a JS code > update the hidden input value when an item is selected, then slides back. > > Can be done in 10 to 15 lines of JS code, but it can't be without a few > knowledges in JS (not that much iUI, just javascript). > > Remi- Hide quoted text - > > - Show quoted text - -- 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.
