You need to sign in to do that
Don't have an account?

Vertical instead of Horizontal tabbing in pageBlockSection?
There's nothing in the VisualForce Developer's Guide about this, but how do I match the functionality of a regular page layout with my VF? I want to be tabbing DOWN the pageBlockSection, not ACROSS how it defaults. I see no switch for this?
You can't change the order. The default UI sets a tabindex attribute that is strangely absent from Visualforce. You could work around it by making virtual controls and/or using a onload script to set the tab indexes programmatically.