[
https://issues.apache.org/jira/browse/TOBAGO-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15714758#comment-15714758
]
Hudson commented on TOBAGO-1627:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago 3.0.x #660 (See
[https://builds.apache.org/job/Tobago%203.0.x/660/])
TOBAGO-1627: Make activation/deactivation of collapsible concept possible
* implement the collapsibleMode 'none', which is now default for tc:box,
tc:panel and tc:section; With collapsibleMode=none, the hidden inputfield for
the collapsible feature is not rendered
[developed by hnoeth] (lofwyr:
[http://svn.apache.org/viewvc/?view=rev&rev=1772314])
* (edit)
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/BoxRenderer.java
* (edit)
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/PanelRenderer.java
* (edit)
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/PopupRenderer.java
* (edit)
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/SectionRenderer.java
* (edit)
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/PopupTagDeclaration.java
* (edit)
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasCollapsedMode.java
* (edit)
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/CollapseMode.java
* (edit)
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.test.js
* (edit)
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml
* (edit)
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.test.js
* (edit)
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml
* (edit)
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.test.js
* (edit)
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml
> Make activation/deactivation of collapsible concept possible
> ------------------------------------------------------------
>
> Key: TOBAGO-1627
> URL: https://issues.apache.org/jira/browse/TOBAGO-1627
> Project: MyFaces Tobago
> Issue Type: Improvement
> Components: Core, Demo, Themes
> Affects Versions: 3.0.0-alpha-7
> Reporter: Henning Noeth
> Assignee: Henning Noeth
> Fix For: 3.0.0-beta-1, 3.0.0
>
>
> Currently for every panel, box, section and popup a hidden inputfield is
> rendered. This field is only needed for the collapsible concept feature.
> Define a mechanism to activate/deactivate the collapsible concept by the user.
> Two approaches
> - new attribute 'collapsible' - false means deactivated
> - add new collapsedMode 'none'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)