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 2019/12/18 12:47:13 UTC

[royale-asjs] branch develop updated: tourdejewel: update buttonbar new examples

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 dd9e3aa  tourdejewel: update buttonbar new examples
dd9e3aa is described below

commit dd9e3aa3825f5ff6d31b54cd0f8defd881b4ebc2
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Dec 18 13:47:01 2019 +0100

    tourdejewel: update buttonbar new examples
---
 .../royale/TourDeJewel/src/main/royale/ButtonBarPlayGround.mxml  | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/examples/royale/TourDeJewel/src/main/royale/ButtonBarPlayGround.mxml b/examples/royale/TourDeJewel/src/main/royale/ButtonBarPlayGround.mxml
index 0ce57cd..00c67bc 100644
--- a/examples/royale/TourDeJewel/src/main/royale/ButtonBarPlayGround.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/ButtonBarPlayGround.mxml
@@ -113,7 +113,8 @@ limitations under the License.
 			<j:Card>
 				<html:H3 text="Jewel IconButtonBar"/>
 
-				<j:Label html="Is a ButtonBar. Use icons in the buttons. At Application level CSS you need to specify the icon class with a declaration for &lt;strong>&lt;i>j|IconButtonBar&lt;i>&lt;/strong> like this: &lt;strong>&lt;i>iconClass: ClassReference('org.apache.royale.icons.FontIcon')&lt;/i>&lt;/strong>"/>
+				<j:Label html="Is a ButtonBar with IconButtons as item renderers. At Application level CSS you need to specify the icon class with a declaration for &lt;strong>j|IconButtonBar&lt;/strong> like this: &lt;strong>iconClass: ClassReference('org.apache.royale.icons.FontIcon')&lt;/strong>"
+				 		multiline="true"/>
 
 				<html:H4 text="Width 100% and emphasized color"/>
 
@@ -137,9 +138,9 @@ limitations under the License.
 			<j:Card>
 				<html:H3 text="Jewel ToggleButtonBar"/>
 
-				<j:Label html="Is a IconButtonBar"/>
+				<j:Label html="Is a IconButtonBar with ToggleButtons as item renderers"/>
 
-				<html:H4 text="Width 100% and emphasized color, selectedIndex=2"/>
+				<html:H4 text="Width 100% and emphasized color, selectedIndex is 2"/>
 
 				<j:ToggleButtonBar localId="tbb" 
 					change="tbbChangeHandler(event)"
@@ -147,7 +148,7 @@ limitations under the License.
 					emphasis="primary" width="100%" material="true"
 					dataProvider="{listModel.iconButtonData}"/>
 				
-				<html:H4 text="No Width and icons to the right"/>
+				<html:H4 text="No Width and icons to the right, selectedIndex is 0"/>
 
 				<j:ToggleButtonBar localId="tbb2" 
 					change="tbbChangeHandler(event)"