Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

delete field from tab order

Avatar

Level 2

I have some fields that are read only that I want to remove from the tab order pallet but cannot find how to remove them from the order.  Help..

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi Tony,

Change the field access type to protected. They will be read only but also you can't tab to them. You can still set a value to the field though with script even when protected.

If you are scripting with them and you want to protect them again after opening the field use .access = "protected";

1486754_pastedImage_0.png

View solution in original post

3 Replies

Avatar

Correct answer by
Level 7

Hi Tony,

Change the field access type to protected. They will be read only but also you can't tab to them. You can still set a value to the field though with script even when protected.

If you are scripting with them and you want to protect them again after opening the field use .access = "protected";

1486754_pastedImage_0.png

Avatar

Level 2

Perfect, this fixed it!  Really support the assist!

Avatar

Level 2

Thanks, truly appreciate the support. That did the trick!

Tony