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.



 <!-- *** NEW SCREEN *********** -->
<!-- *** IMAGE PRO INPUT SETTINGS *** -->

<form id="inputs" name="inputs" method="post" title="Inputs"
class="panel" selected="false">
<fieldset>

<!--  Brightness -->
        <div class="row">
        <label>Brightness</label>
        <input name="textImageProInputBrightness" type="number"
min="-100.0" max="1000.0" step="1" value="<!--FUNCTIONCALL
WebIProInputBrightness -->"  size="6" maxlength="6" align="right" />
          </div>

<!--  Contrast -->
        <div class="row">
        <label>Contrast</label>
        <input name="textImageProInputContrast" type="number"
min="-100.0" max="1000.0" step="1" value="<!--FUNCTIONCALL
WebIProInputContrast -->"  size="6" maxlength="6" align="right" />
          </div>

<!--  Input Horizontal Active  -->
         <div class="row">
        <label>Horiz Active</label>
        <br>
        <input name="textImageProInputHorizActive" type="number"
min="-100.0" max="1000.0" step="1" value="<!--FUNCTIONCALL
WebIProInputHorizActive -->"  size="6" maxlength="6" align="right" />
                <a href="#inputactive">Nudge</a>
          </div>

<!--  Input Vertical Active  -->
        <div class="row">
        <label>Vertical Active</label>
        <br>
        <input name="textImageProInputVerticalActive" type="number"
min="-100.0" max="1000.0" step="1" value="<!--FUNCTIONCALL
WebIProInputVerticalActive -->"  size="6" maxlength="6" align="right" /
>
                <a href="#inputactive">Nudge</a>
          </div>

<!--  Input Horizontal Position  -->
         <div class="row">
        <label>Horiz Position</label>
        <br>
        <input name="textImageProInputHorizPosition" type="number"
min="-100.0" max="1000.0" step="1" value="<!--FUNCTIONCALL
WebIProInputHorizPosition -->"  size="6" maxlength="6" align="right" /
>
                <a href="#inputposition">Nudge</a>
          </div>
<!--  Input Vertical Position  -->
        <div class="row">
        <label>Vertical Position</label>
        <br>
        <input name="textImageProInputVerticalPosition" type="number"
min="-100.0" max="1000.0" step="1" value="<!--FUNCTIONCALL
WebIProInputVerticalPosition -->"  size="6" maxlength="6"
align="right" />
                <a href="#inputposition">Nudge</a>
          </div>

 </fieldset>
 <a class="whiteButton" type="submit" onclick="(function(event)
{return true;})()">Send</a>


 <a class="whiteButton" href="javascript:reloadpage()">Refresh</a>

</form>

-- 
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.

Reply via email to