I am trying to get a inputtext area and a submit button attached just to the right of it. Ideally, the two together will use 100% of the width and
input
submit
the way I solved this problem was to float the input box next to the button, then have pagebeforeshow set the size of the input box to window width minus the size of the button.