This topic is locked

CHANGE TAB FIELD ORDER

9/24/2012 8:30:40 AM
PHPRunner General questions
C
ckapote author

I have following fields that i need to set the tab order
1 length

2 width

3 height
i see following IN ASPRUNNER WHICH i want to use same in phprunner
http://www.asprunner.com/forums/topic/14719-how-to-change-tabfield-order/
my script on javascript onload on edit page:
document.getElementById('height').tabIndex="3";

document.getElementById('width').tabIndex="2";

document.getElementById('length').tabIndex="1";
can someone help?
thanks

C
cgphp 9/24/2012

Check the "Tabs/Folding sections" paragraph of this article: http://xlinesoft.com/phprunner/docs/fields_order_and_totals.htm

C
ckapote author 9/24/2012

Thanks Cristian
I did already but that is not working maybe because that list page i have customize it manually .
can you help with javascript code ?
thanks



Check the "Tabs/Folding sections" paragraph of this article: http://xlinesoft.com/phprunner/docs/fields_order_and_totals.htm

C
ckapote author 9/25/2012

SOMEONE that can really Help?