You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2017/02/22 10:27:44 UTC

[jira] [Created] (TOBAGO-1704) Collapsible concept doesn't work inside a sheet

Henning Noeth created TOBAGO-1704:
-------------------------------------

             Summary: Collapsible concept doesn't work inside a sheet
                 Key: TOBAGO-1704
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1704
             Project: MyFaces Tobago
          Issue Type: Bug
            Reporter: Henning Noeth
            Priority: Minor


The following code work outside of a <tc:sheet> but not inside.
{code:xml}
<tc:buttons>
  <tc:button label="show" omit="true">
    <tc:operation name="show" for="panel"/>
  </tc:button>
  <tc:button label="hide" omit="true">
    <tc:operation name="hide" for="panel"/>
  </tc:button>
</tc:buttons>
<tc:panel id="panel" collapsedMode="hidden">
  <p>Hello world!</p>
</tc:panel>
{code}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)