Henning Nöth created TOBAGO-2316:
------------------------------------

             Summary: Dropdown forms
                 Key: TOBAGO-2316
                 URL: https://issues.apache.org/jira/browse/TOBAGO-2316
             Project: MyFaces Tobago
          Issue Type: New Feature
          Components: Core, JavaScript
    Affects Versions: 6.4.0, 5.12.0
            Reporter: Henning Nöth


Implement dropdown forms. It's like a dropdown menu, but instead of a menu 
item, there is a panel which can contain any content.

https://getbootstrap.com/docs/5.3/components/dropdowns/?#forms

An implementation might be:

{code:xml}<tc:button label="Dropdown From" omit="true">
  <tc:panel>
    <p>my content</p>
  </tc:panel>
</tc:button>{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to