You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/10/05 11:00:52 UTC

[royale-asjs] branch develop updated: jewel-combobox: add dataProvider as [DefaultProperty]

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new ced92f5  jewel-combobox: add dataProvider as [DefaultProperty]
ced92f5 is described below

commit ced92f50179f4bacb42f3981a9f304b2bc488b25
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Oct 5 13:00:43 2020 +0200

    jewel-combobox: add dataProvider as [DefaultProperty]
---
 .../Jewel/src/main/royale/org/apache/royale/jewel/ComboBox.as       | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ComboBox.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ComboBox.as
index beced70..ca36472 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ComboBox.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ComboBox.as
@@ -62,6 +62,12 @@ package org.apache.royale.jewel
 	[Event(name="popUpClosed", type="org.apache.royale.events.Event")]
 
 	/**
+	 * The default property uses when additional MXML content appears within an element's
+	 * definition in an MXML file.
+	 */
+	[DefaultProperty("dataProvider")]
+
+	/**
 	 *  The ComboBox class is a component that displays an input field and
 	 *  pop-up List with selections. Selecting an item from the pop-up List
 	 *  places that item into the input field of the ComboBox. The ComboBox