Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

Excluding text fields from tab Ordering

Avatar

Level 3

Hi,

How I can exclude labels from Tab Ordering?

2 Replies

Avatar

Level 10

If you set a text field to protected or readOnly it will be bypassed by the tab order.

Avatar

Level 10

Hi,

I think the underlying issue is that you may have used textField objects for labels. Is this the case?

If the labels relate to objects/fields, you should use the object's caption. You can set this in the Object > Layout palette. This way you will have one object that provides the caption/label and the value.

If the labels relate to headings or static text on the form then you should use a text object. Text objects are automatically excluded from the tab order.

Hope that helps,

Niall