This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 1eef8d7b94c7e576d8ff56fbf2616dddd6cc6611
Author: Alex Harui <[email protected]>
AuthorDate: Fri Sep 21 15:21:45 2018 -0700

    use ICollectionView support
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css 
b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index 5431454..90617f0 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -53,6 +53,11 @@ Basic|MenuItemRenderer
        margin-top: 4px;
 }
 
+Basic|ComboBoxList
+{
+       IDataProviderItemRendererMapper: 
ClassReference("org.apache.royale.html.beads.DataItemRendererFactoryForCollectionView");
+}
+
 Button
 {
     IBeadModel: 
ClassReference("org.apache.royale.html.beads.models.ImageAndTextModel");

Reply via email to