Henning Nöth created TOBAGO-2495:
------------------------------------
Summary: Add mechanism to hide a dropdown form
Key: TOBAGO-2495
URL: https://issues.apache.org/jira/browse/TOBAGO-2495
Project: MyFaces Tobago
Issue Type: New Feature
Components: Core, JavaScript
Affects Versions: 6.10.0
Reporter: Henning Nöth
Dropdown forms can be created with
{code:xml}
<tc:button label="Form" omit="true">
<f:facet name="panel">
form-content...
<tc:button label="Close" omit="true"/>
</f:facet>
</tc:button>
{code}
But there is no mechansim to close the dropdown via a close-button inside the
form.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)