[
https://issues.apache.org/jira/browse/TOBAGO-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15176134#comment-15176134
]
Hudson commented on TOBAGO-1537:
--------------------------------
SUCCESS: Integrated in Tobago 3.0.x #253 (See
[https://builds.apache.org/job/Tobago%203.0.x/253/])
TOBAGO-1537: "size" attribute for number of shown elements in
<tc:selectOneListbox>, <tc:selectManyListbox> and <tc:selectManyShuffle>
* change name "rows" to "size"
* use at least size="2" in listbox (<select>-Tag), because otherwise the
browser will render a popup (and not a flat area) (lofwyr:
[http://svn.apache.org/viewvc/?view=rev&rev=1733342])
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SelectManyListboxTagDeclaration.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SelectManyShuttleTagDeclaration.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SelectOneListboxTagDeclaration.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TextareaTagDeclaration.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TreeListboxTagDeclaration.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRows.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasSize.java
*
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/SelectManyListboxRenderer.java
*
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/SelectManyShuttleRenderer.java
*
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/SelectOneListboxRenderer.java
*
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/TreeListboxRenderer.java
> "size" attribute for number of shown elements in <tc:selectOneListbox>,
> <tc:selectManyListbox>, <tc:selectManyShuffle> and <tc:treeListbox>
> -------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: TOBAGO-1537
> URL: https://issues.apache.org/jira/browse/TOBAGO-1537
> Project: MyFaces Tobago
> Issue Type: Improvement
> Reporter: Udo Schnurpfeil
> Assignee: Udo Schnurpfeil
> Priority: Minor
>
> This attribute will usually set the "size" attribte in HTML.
> (This was not needed in Tobago 2.0.x, because there the height of the list
> came from the layout manager.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)