Widgets: ListBox: A listBox with selectionMode = singleRow is rendered as a
comboBox.
-------------------------------------------------------------------------------------
Key: XAP-49
URL: http://issues.apache.org/jira/browse/XAP-49
Project: XAP
Issue Type: Bug
Components: Widgets
Reporter: Trevor Oldak
For both listBox and comboBox, the same HTML SELECT element is used. When the
size attribute is more than 1, the browser displays a listBox. With size 1, it
displays a omboBox.
The singleRow versus multiRow issue in SELECT elements can be done with the
'multiple' attribute.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira