cancel
Showing results for 
Search instead for 
Did you mean: 

Child elements of TransparentContainer doesn't inherit disable property!

Former Member
0 Kudos

Hi all,

we're using J2EE SP07.

We found out, that if disabling a transparent container, the containing elements don't inherit the enabled property.

Is there a way of disabling only the container and all child will automatically be disabled too?

Best regards,

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

When you disable a UI element container, its children are not disabled. This is a design decision.

Only for certain UI elements like a toolbar, the toolbar items are disabled when the containing toolbar is disabled.

If you want to disable all children in a container, bind the property "enabled" of the container and its children to the same boolean context attribute and set the value of this attribute accordingly.

Armin