Tag or Attrribut support for readonly inheritance to its children
-----------------------------------------------------------------

                 Key: TOBAGO-547
                 URL: https://issues.apache.org/jira/browse/TOBAGO-547
             Project: MyFaces Tobago
          Issue Type: Improvement
          Components: Core
            Reporter: Rainer Rohloff


It would be nice, if a panel could inherit its readonly attribut to child 
components

a)
<tc:panel readonly="true">
   <tx:in ... /> -> renders as readonly
</tc:panel>

b)
<tc:panel readonly="false">
   <tx:in ... /> -> renders not readonly 
</tc:panel>

c)
<tc:panel readonly="true">
   <tx:in ...  readonly="false" /> -> renders as readonly
</tc:panel>

d)
<tc:panel readonly="false">
   <tx:in ...  readonly="true" /> -> renders as readonly
</tc:panel>



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to