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 8a2aa8a tour-de-jewel: update all examples to use
itemsVerticalAlign="itemsCenter"
8a2aa8a is described below
commit 8a2aa8a421e4766fb9d2f19b2be92673588a23e3
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Mar 24 13:24:16 2020 +0100
tour-de-jewel: update all examples to use itemsVerticalAlign="itemsCenter"
---
.../src/main/royale/AdvancedListPlayGround.mxml | 2 +-
.../TourDeJewel/src/main/royale/ButtonPlayGround.mxml | 8 ++++----
.../src/main/royale/ComboBoxPlayGround.mxml | 16 ++++++++--------
.../src/main/royale/DataGridPlayGround.mxml | 2 +-
.../src/main/royale/DropDownListPlayGround.mxml | 18 +++++++++---------
.../TourDeJewel/src/main/royale/GridPlayGround.mxml | 4 ++--
.../TourDeJewel/src/main/royale/LayoutsPlayGround.mxml | 8 ++++----
.../TourDeJewel/src/main/royale/ListPlayGround.mxml | 4 ++--
.../src/main/royale/NumericStepperPlayGround.mxml | 8 ++++----
.../TourDeJewel/src/main/royale/TablePlayGround.mxml | 4 ++--
.../TourDeJewel/src/main/royale/WelcomeSection.mxml | 2 +-
.../TourDeJewel/src/main/royale/WizardPlayGround.mxml | 2 +-
.../src/main/royale/components/FormExample.mxml | 2 +-
.../itemRenderers/SimpleIconListItemRenderer.mxml | 2 +-
.../TabBarHorizontalIconItemRenderer.mxml | 2 +-
.../itemRenderers/TabBarVerticalIconItemRenderer.mxml | 2 +-
16 files changed, 43 insertions(+), 43 deletions(-)
diff --git
a/examples/jewel/TourDeJewel/src/main/royale/AdvancedListPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/AdvancedListPlayGround.mxml
index ab79cad..6e4cb33 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/AdvancedListPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/AdvancedListPlayGround.mxml
@@ -189,7 +189,7 @@ limitations under the License.
<j:GridCell desktopNumerator="1" desktopDenominator="1"
tabletNumerator="1" tabletDenominator="1" phoneNumerator="1"
phoneDenominator="1">
<j:Card>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:VGroup gap="3">
<html:H3 text="Jewel filter"/>
<j:List localId="list1"
width="200" height="300"
diff --git a/examples/jewel/TourDeJewel/src/main/royale/ButtonPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/ButtonPlayGround.mxml
index 42ca93a..09045af 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/ButtonPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/ButtonPlayGround.mxml
@@ -222,7 +222,7 @@ limitations under the License.
</j:icon>
</j:IconButton>
- <j:HGroup gap="3"
itemsHorizontalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:IconButton localId="ib_lor"
text="Do not disturb">
<j:icon>
<js:FontIcon
text="{MaterialIconType.DO_NOT_DISTURB}" material="true"/>
@@ -256,7 +256,7 @@ limitations under the License.
</j:icon>
</j:IconButton>
- <j:HGroup gap="3"
itemsHorizontalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:IconButton localId="ib_lor2"
text="Do not disturb" outlined="true">
<j:icon>
<js:FontIcon
text="{MaterialIconType.DO_NOT_DISTURB}" material="true"/>
@@ -290,7 +290,7 @@ limitations under the License.
</j:icon>
</j:IconButton>
- <j:HGroup gap="3"
itemsHorizontalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:IconButton localId="ib_lor3"
text="Do not disturb" unboxed="true">
<j:icon>
<js:FontIcon
text="{MaterialIconType.DO_NOT_DISTURB}" material="true"/>
@@ -371,7 +371,7 @@ limitations under the License.
<j:ToolTip
toolTip="show/hide FooterBar"/>
</j:beads>
</j:ToggleButton>
- <j:HGroup gap="3"
itemsHorizontalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:ToggleButton
localId="tb_lor" text="No Print" selectedText="Print">
<j:icon>
<js:ToggleFontIcon text="{MaterialIconType.PRINT_DISABLED}"
selectedText="{MaterialIconType.PRINT}" material="true"/>
diff --git a/examples/jewel/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml
index ee7fce0..1667c51 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/ComboBoxPlayGround.mxml
@@ -110,7 +110,7 @@ limitations under the License.
</j:ComboBox>
</j:CardPrimaryContent>
- <j:CardActions
itemsVerticalAlign="itemsCentered">
+ <j:CardActions itemsVerticalAlign="itemsCenter">
<j:BarSection>
<j:Label
localId="watchmenComboBoxResult"
html="{describeItem(watchmenComboBox.selectedItem)}"/>
</j:BarSection>
@@ -151,7 +151,7 @@ limitations under the License.
</j:ComboBox>
</j:CardPrimaryContent>
- <j:CardActions
itemsVerticalAlign="itemsCentered">
+ <j:CardActions itemsVerticalAlign="itemsCenter">
<j:BarSection>
<j:Label
localId="avengersComboBoxResult"
html="{describeItem(avengersComboBox.selectedItem)}"/>
</j:BarSection>
@@ -177,7 +177,7 @@ limitations under the License.
<j:ComboBox localId="cmb1"
labelField="label" dataProvider="{listModel.avengers}" selectedIndex="2"/>
</j:CardPrimaryContent>
- <j:CardActions
itemsVerticalAlign="itemsCentered">
+ <j:CardActions itemsVerticalAlign="itemsCenter">
<j:BarSection>
<j:Label text="selectedIndex:
{cmb1.selectedIndex}"/>
</j:BarSection>
@@ -201,7 +201,7 @@ limitations under the License.
<j:ComboBox localId="cmb2"
labelField="label" dataProvider="{listModel.avengers}"
selectedItem="{listModel.avengers.getItemAt(3)}" />
</j:CardPrimaryContent>
- <j:CardActions
itemsVerticalAlign="itemsCentered">
+ <j:CardActions itemsVerticalAlign="itemsCenter">
<j:BarSection>
<j:Label text="selectedItem:
{describeItem(cmb2.selectedItem)}"/>
</j:BarSection>
@@ -262,19 +262,19 @@ limitations under the License.
<j:ComboBox localId="cmb3"
labelField="label" dataProvider="{listModel.avengers}"/>
</j:CardPrimaryContent>
- <j:CardActions
itemsVerticalAlign="itemsCentered">
+ <j:CardActions itemsVerticalAlign="itemsCenter">
<j:beads>
<j:VerticalLayout gap="3"/>
</j:beads>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="width:
{cmb3.width}px"/>
<j:HSlider width="250"
value="200" minimum="100" maximum="400" valueChange="cmb3.width =
event.target.value;"/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="rowHeight:
{cmb3.rowHeight}"/>
<j:HSlider width="150"
value="34" minimum="34" maximum="52" valueChange="cmb3.rowHeight =
event.target.value;"/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="rowCount:
{cmb3.rowCount}"/>
<j:HSlider width="150"
value="5" minimum="3" maximum="8" valueChange="cmb3.rowCount =
event.target.value;"/>
</j:HGroup>
diff --git a/examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
index 09758c0..4c8b917 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
@@ -214,7 +214,7 @@ limitations under the License.
<j:GridCell desktopNumerator="1" desktopDenominator="2"
tabletNumerator="1" tabletDenominator="2" phoneNumerator="1"
phoneDenominator="1">
<j:Card localId="card2" height="400">
- <j:CardHeader
itemsVerticalAlign="itemsCentered">
+ <j:CardHeader itemsVerticalAlign="itemsCenter">
<j:BarSection>
<html:H3 text="Percentage Width
and Height" className="primary-normal"/>
</j:BarSection>
diff --git
a/examples/jewel/TourDeJewel/src/main/royale/DropDownListPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/DropDownListPlayGround.mxml
index d08bc20..e2111c8 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/DropDownListPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/DropDownListPlayGround.mxml
@@ -81,7 +81,7 @@ limitations under the License.
<j:DropDownList
localId="watchmenDropDownList_noPrompt" dataProvider="{listModel.watchmen}"/>
<j:Button text="deselect"
click="watchmenDropDownList_noPrompt.selectedIndex = -1" emphasis="primary"/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="Select Index: "/>
<j:NumericStepper
valueChange="watchmenDropDownList_noPrompt.selectedIndex = event.target.value"
minimum="0" maximum="5"/>
</j:HGroup>
@@ -99,7 +99,7 @@ limitations under the License.
<j:DropDownList
localId="avengersDropDownList_noPrompt" labelField="label"
dataProvider="{listModel.avengers}" />
<j:Button text="deselect"
click="avengersDropDownList_noPrompt.selectedIndex = -1" emphasis="primary"/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="Select Index: "/>
<j:NumericStepper
valueChange="avengersDropDownList_noPrompt.selectedIndex = event.target.value"
minimum="0" maximum="8"/>
</j:HGroup>
@@ -121,7 +121,7 @@ limitations under the License.
</j:DropDownList>
<j:Button text="deselect"
click="watchmenDropDownList.selectedIndex = -1" emphasis="primary"/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="Select Index: "/>
<j:NumericStepper
valueChange="watchmenDropDownList.selectedIndex = event.target.value"
minimum="0" maximum="5"/>
</j:HGroup>
@@ -144,7 +144,7 @@ limitations under the License.
</j:DropDownList>
<j:Button text="deselect"
click="avengersDropDownList.selectedIndex = -1" emphasis="primary"/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="Select Index: "/>
<j:NumericStepper
valueChange="avengersDropDownList.selectedIndex = event.target.value"
minimum="0" maximum="8"/>
</j:HGroup>
@@ -166,7 +166,7 @@ limitations under the License.
</j:DropDownList>
<j:Button text="deselect"
click="watchmenDropDownList_withSelectedIndex.selectedIndex = -1"
emphasis="primary"/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="Select Index: "/>
<j:NumericStepper
valueChange="watchmenDropDownList_withSelectedIndex.selectedIndex =
event.target.value" value="3" minimum="0" maximum="5"/>
</j:HGroup>
@@ -188,7 +188,7 @@ limitations under the License.
</j:DropDownList>
<j:Button text="deselect"
click="avengersDropDownList_withSelectedIndex.selectedIndex = -1"
emphasis="primary"/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="Select Index: "/>
<j:NumericStepper
valueChange="avengersDropDownList_withSelectedIndex.selectedIndex =
event.target.value" value="4" minimum="0" maximum="8"/>
</j:HGroup>
@@ -210,7 +210,7 @@ limitations under the License.
</j:DropDownList>
<j:Button text="deselect"
click="avengersDropDownList_withSelectedItem.selectedIndex = -1"
emphasis="primary"/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="Select Index: "/>
<j:NumericStepper
valueChange="avengersDropDownList_withSelectedItem.selectedIndex =
event.target.value" minimum="0" maximum="8"/>
</j:HGroup>
@@ -223,7 +223,7 @@ limitations under the License.
<j:Card>
<html:H3 text="Jewel DropDownList Disabled"/>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:DropDownList labelField="label"
dataProvider="{listModel.avengers}">
<j:beads>
<j:Disabled
disabled="{disable_ddl.selected}"/>
@@ -239,7 +239,7 @@ limitations under the License.
<j:Card>
<html:H3 text="Jewel DropDownList
requireSelection"/>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:DropDownList localId="rqddl"
labelField="label" dataProvider="{listModel.avengers}" selectedIndex="2">
<j:beads>
<j:DropDownListTextPrompt prompt="Required Selection..."/>
diff --git a/examples/jewel/TourDeJewel/src/main/royale/GridPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/GridPlayGround.mxml
index 11c224d..5eadb8b 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/GridPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/GridPlayGround.mxml
@@ -367,10 +367,10 @@ limitations under the License.
</j:Grid>
<j:GridCell desktopNumerator="1" desktopDenominator="1"
tabletNumerator="1" tabletDenominator="1" phoneNumerator="1"
phoneDenominator="1">
- <html:H4 text="itemsCentered"/>
+ <html:H4 text="itemsCenter"/>
</j:GridCell>
- <j:Grid gap="true" itemsVerticalAlign="itemsCentered">
+ <j:Grid gap="true" itemsVerticalAlign="itemsCenter">
<j:GridCell desktopNumerator="1"
desktopDenominator="3" tabletNumerator="1" tabletDenominator="3"
phoneNumerator="1" phoneDenominator="3">
<html:Div className="box" text="height:
100px" height="100"/>
</j:GridCell>
diff --git a/examples/jewel/TourDeJewel/src/main/royale/LayoutsPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/LayoutsPlayGround.mxml
index ae2465a..5469793 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/LayoutsPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/LayoutsPlayGround.mxml
@@ -221,9 +221,9 @@ limitations under the License.
<j:GridCell desktopNumerator="1" desktopDenominator="3"
tabletNumerator="1" tabletDenominator="3" phoneNumerator="1"
phoneDenominator="1">
<j:Card>
- <html:H3 text="Jewel VContainer
itemsVerticalAlign='itemsCentered'"/>
+ <html:H3 text="Jewel VContainer
itemsVerticalAlign='itemsCenter'"/>
- <j:VContainer width="300" height="300" gap="3"
itemsVerticalAlign="itemsCentered" className="wrapper">
+ <j:VContainer width="300" height="300" gap="3"
itemsVerticalAlign="itemsCenter" className="wrapper">
<j:Card width="50%" height="100">
<j:Label text="vert center"/>
</j:Card>
@@ -281,9 +281,9 @@ limitations under the License.
<j:GridCell desktopNumerator="1" desktopDenominator="3"
tabletNumerator="1" tabletDenominator="3" phoneNumerator="1"
phoneDenominator="1">
<j:Card>
- <html:H3 text="Jewel HContainer
itemsVerticalAlign='itemsCentered'"/>
+ <html:H3 text="Jewel HContainer
itemsVerticalAlign='itemsCenter'"/>
- <j:HContainer width="300" height="300" gap="3"
itemsVerticalAlign="itemsCentered" className="wrapper">
+ <j:HContainer width="300" height="300" gap="3"
itemsVerticalAlign="itemsCenter" className="wrapper">
<j:Card width="100" height="50%">
<j:Label text="vert centered"/>
</j:Card>
diff --git a/examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml
index 4a1127c..c67b152 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml
@@ -158,11 +158,11 @@ limitations under the License.
</j:beads>
</j:TextInput>
<j:Label localId="selected"
html="{describeItem(list.selectedItem)}"/>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="Select list by index: "/>
<j:NumericStepper
valueChange="list.selectedIndex = event.target.value" minimum="0" maximum="11"/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="Select list by item: "/>
<j:NumericStepper
valueChange="list.selectedItem =
list.dataProvider.getItemAt(event.target.value)" minimum="0" maximum="11"/>
</j:HGroup>
diff --git
a/examples/jewel/TourDeJewel/src/main/royale/NumericStepperPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/NumericStepperPlayGround.mxml
index ba3940c..37ab299 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/NumericStepperPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/NumericStepperPlayGround.mxml
@@ -46,22 +46,22 @@ limitations under the License.
<j:Card>
<html:H3 text="Jewel NumericStepper"/>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:NumericStepper id="numericStepper"
valueChange="valueChangeHandler(event)"/>
<j:Label id="result" text="Default
NumericStepper: "/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:NumericStepper value="30"/>
<j:Label text="NumericStepper
value='30'"/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:NumericStepper minimum="10"
maximum="100"/>
<j:Label text="NumericStepper
minimum='10' and maximum='100'" multiline="true" width="300"/>
</j:HGroup>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:NumericStepper stepSize="2"/>
<j:Label text="NumericStepper
stepSize='2'"/>
</j:HGroup>
diff --git a/examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml
index adcaf77..a3c85a7 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml
@@ -214,11 +214,11 @@ limitations under the License.
<j:Button text="Remove first
row (item)" click="removeItemAt()"/>
<j:Button text="Update first
row (item)" click="updateFirstItem()"/>
<j:Button text="Remove all
data" click="removeAllData()"/>
- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="Select
table cell by index: "/>
<j:NumericStepper
valueChange="table.selectedIndex = event.target.value" minimum="0"/>
</j:HGroup>
- <!-- <j:HGroup gap="3"
itemsVerticalAlign="itemsCentered">
+ <!-- <j:HGroup gap="3"
itemsVerticalAlign="itemsCenter">
<j:Label text="Select
table by item: "/>
<j:NumericStepper
valueChange="table.selectedItemProperty =
table.dataProvider.getItemAt(event.target.value)" minimum="0"/>
</j:HGroup> -->
diff --git a/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
b/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
index eb833db..384171a 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/WelcomeSection.mxml
@@ -75,7 +75,7 @@ limitations under the License.
</html:beads>
</html:H1>
- <j:VGroup gap="3" itemsHorizontalAlign="itemsCentered">
+ <j:VGroup gap="3" itemsVerticalAlign="itemsCenter">
<j:Label text="Choose your Jewel Theme:"/>
<j:Form>
diff --git a/examples/jewel/TourDeJewel/src/main/royale/WizardPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/WizardPlayGround.mxml
index 14bc057..79e2222 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/WizardPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/WizardPlayGround.mxml
@@ -189,7 +189,7 @@ limitations under the License.
<j:ScrollingViewport/>
</j:beads>
- <j:VGroup
itemsVerticalAlign="itemsCentered" width="250">
+ <j:VGroup
itemsVerticalAlign="itemsCenter" width="250">
<html:H3
innerHTML="<strong>This Content is centered and has scroll. The scroll bar
apears near the right border.</strong><br><br>"/>
<j:Label
multiline="true" html="Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Mauris finibus blandit risus sed elementum. Nulla consectetur vestibulum
fringilla. Pellentesque id facilisis tortor. Fusce neque velit, placerat sit
amet nibh at, interdum fringilla lectus. Pellentesque eget porta nulla. Aenean
eu nisi eros. Sed consequat convallis neque vel iaculis. Aliquam ut varius
nunc. Fusce sit amet mattis nisl. Nunc nibh diam, dictum sit amet lacus nec,
mollis aliquam [...]
<j:Button text="Hi!"
emphasis="primary" width="180"/>
diff --git
a/examples/jewel/TourDeJewel/src/main/royale/components/FormExample.mxml
b/examples/jewel/TourDeJewel/src/main/royale/components/FormExample.mxml
index 845fef9..752cf96 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/components/FormExample.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/components/FormExample.mxml
@@ -99,7 +99,7 @@ limitations under the License.
<j:FormItem label="Verification code: {randomCode}" required="true">
<j:beads>
- <j:HorizontalLayout gap="2" itemsVerticalAlign="itemsCentered"/>
+ <j:HorizontalLayout gap="2" itemsVerticalAlign="itemsCenter"/>
</j:beads>
<j:TextInput>
<j:beads>
diff --git
a/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/SimpleIconListItemRenderer.mxml
b/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/SimpleIconListItemRenderer.mxml
index 5006a59..b0613b1 100644
---
a/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/SimpleIconListItemRenderer.mxml
+++
b/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/SimpleIconListItemRenderer.mxml
@@ -38,7 +38,7 @@ limitations under the License.
<js:ItemRendererDataBinding />
</j:beads>
- <j:HGroup gap="6" itemsVerticalAlign="itemsCentered">
+ <j:HGroup gap="6" itemsVerticalAlign="itemsCenter">
<js:FontIcon text="{iconList.icon}" material="true"
visible="{iconList.icon != null}"/>
<j:Label html="{text}"/>
</j:HGroup>
diff --git
a/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/TabBarHorizontalIconItemRenderer.mxml
b/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/TabBarHorizontalIconItemRenderer.mxml
index 0d37d24..a7f92f4 100644
---
a/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/TabBarHorizontalIconItemRenderer.mxml
+++
b/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/TabBarHorizontalIconItemRenderer.mxml
@@ -39,7 +39,7 @@ limitations under the License.
<js:ItemRendererDataBinding />
</j:beads>
- <j:HGroup gap="4" itemsHorizontalAlign="itemsCentered">
+ <j:HGroup gap="4" itemsVerticalAlign="itemsCenter">
<js:FontIcon text="{tabButton ? tabButton.icon : ''}" material="true"
visible="{tabButton ? tabButton.icon != null : false}"/>
<html:Span text="{tabButton ? tabButton.label : ''}"/>
diff --git
a/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml
b/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml
index 8c8e370..6e727e5 100644
---
a/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml
+++
b/examples/jewel/TourDeJewel/src/main/royale/itemRenderers/TabBarVerticalIconItemRenderer.mxml
@@ -39,7 +39,7 @@ limitations under the License.
<js:ItemRendererDataBinding />
</j:beads>
- <j:VGroup itemsHorizontalAlign="itemsCentered">
+ <j:VGroup itemsVerticalAlign="itemsCenter">
<js:FontIcon text="{tabButton ? tabButton.icon : ''}" material="true"
visible="{tabButton ? tabButton.icon != null : false}"/>
<html:Span text="{tabButton ? tabButton.label : ''}"/>