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 7d5eb1b tour-de-jewel: add text prompt to virtual combobox example
7d5eb1b is described below
commit 7d5eb1be76879670e527e7898a8cd0b50307be23
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Feb 28 18:20:46 2020 +0100
tour-de-jewel: add text prompt to virtual combobox example
---
.../TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git
a/examples/royale/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
b/examples/royale/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
index a19c9fd..8c2c84f 100644
--- a/examples/royale/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
@@ -153,9 +153,12 @@ limitations under the License.
<html:H3 text="Jewel VirtualComboBox"/>
<j:VirtualComboBox localId="virtualIconCmb"
-
className="cmbSimpleiIconListItemRenderer" labelField="label"
-
dataProvider="{listModel.bigIconListVOData}" rowCount="4" rowHeight="52"
- />
+
className="cmbSimpleiIconListItemRenderer" labelField="label"
+
dataProvider="{listModel.bigIconListVOData}" rowCount="4" rowHeight="52">
+ <j:beads>
+ <j:ComboBoxTextPrompt
prompt="Some text here..."/>
+ </j:beads>
+ </j:VirtualComboBox>
</j:Card>
</j:GridCell>
</j:Grid>