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 2018/02/07 13:54:00 UTC

[jira] [Created] (TOBAGO-1851) Create markup to make tc:box and tc:panel scrollable

Henning Noeth created TOBAGO-1851:
-------------------------------------

             Summary: Create markup to make tc:box and tc:panel scrollable
                 Key: TOBAGO-1851
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1851
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 4.0.0
            Reporter: Henning Noeth


Currently a <tc:box> can be made scrollable with:
{code:xml}<tc:box label="Scrollable box">
  <tc:style customClass="scrollableBox"/>
  <tc:style overflowY="scroll" height="100px" selector=".scrollableBox .card-body"/>
...{code}

We should implement a markup for this behavior.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)