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 0b0bc76 tour-de-jewel: show ComboBoxTruncateText use
0b0bc76 is described below
commit 0b0bc763a077a2501bc44117b5e7b800a5ecf793
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Mar 3 16:01:56 2020 +0100
tour-de-jewel: show ComboBoxTruncateText use
---
.../TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git
a/examples/royale/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml
b/examples/royale/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml
index 1ed2c41..ea8581e 100644
--- a/examples/royale/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml
@@ -223,6 +223,19 @@ limitations under the License.
</j:HGroup>
</j:Card>
</j:GridCell>
+
+ <j:GridCell desktopNumerator="1" desktopDenominator="1"
tabletNumerator="1" tabletDenominator="1" phoneNumerator="1"
phoneDenominator="1">
+ <j:Card>
+ <html:H3 text="Jewel ComboBox
ComboBoxTrucatedText"/>
+
+ <j:ComboBox labelField="label"
dataProvider="{listModel.avengers}">
+ <j:beads>
+ <j:ComboBoxTruncateText/>
+ <j:ComboBoxTextPrompt
prompt="The internal text input truncate the text"/>
+ </j:beads>
+ </j:ComboBox>
+ </j:Card>
+ </j:GridCell>
</j:Grid>
<!-- <j:HGroup gap="3" itemsVerticalAlign="itemsCentered">