function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JoyDJoyD 

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?

sfdcfoxsfdcfox

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.