You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Rainer Rohloff (JIRA)" <de...@myfaces.apache.org> on 2007/11/19 16:08:44 UTC

[jira] Created: (TOBAGO-547) Tag or Attrribut support for readonly inheritance to its children

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.


[jira] Commented: (TOBAGO-547) Tag or Attrribut support for readonly inheritance to its children

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730355#action_12730355 ] 

Bernd Bohmann commented on TOBAGO-547:
--------------------------------------

I would prefer for the case c) 

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


> 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.