6/3/2011 3:23:12 AM
Title:
how to scroll the page through tab
Hi,
I have a form, which has lot of fields. Problem is if i move to one feild to another filed, it is not scrolling. How to implement scrolling. Please help me.
With Regards,
Venkat
6/5/2011 9:41:05 AM
You can place your form components inside some container and set the height of container. If the height of the form elements will exceed that of container scrollbars will appear automatically
6/7/2011 8:27:42 AM
flash form will not scroll the HTML scrollbar. You can instead create a scrollbar inside flash . other solution could be to write a JavaScript function and call that function from flash to scroll the HTML page . When ever a form field gets focus it should call the JavaScript passing its y position. And JavaScript function will move the page scrollbar to that y position.