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 065fcf5 tour-de-jewel: added checkbox sizes, not sure if this work
for IE11
065fcf5 is described below
commit 065fcf55e533ae015ff6de556c266647f38a2007
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Jan 31 21:00:18 2020 +0100
tour-de-jewel: added checkbox sizes, not sure if this work for IE11
---
.../TourDeJewel/src/main/royale/CheckBoxPlayGround.mxml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git
a/examples/royale/TourDeJewel/src/main/royale/CheckBoxPlayGround.mxml
b/examples/royale/TourDeJewel/src/main/royale/CheckBoxPlayGround.mxml
index 99ce146..0849a20 100644
--- a/examples/royale/TourDeJewel/src/main/royale/CheckBoxPlayGround.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/CheckBoxPlayGround.mxml
@@ -45,6 +45,21 @@ limitations under the License.
</j:CheckBox>
</j:Card>
</j:GridCell>
+
+ <j:GridCell desktopNumerator="1" desktopDenominator="1"
tabletNumerator="1" tabletDenominator="1" phoneNumerator="1"
phoneDenominator="1">
+ <j:Card>
+ <html:H3 text="Jewel CheckBox Sizing"/>
+
+ <j:CheckBox text="No size"/>
+ <j:CheckBox text="CheckWidth and checkHeight to
120" checkWidth="120" checkHeight="120"/>
+ <j:CheckBox text="Only checkWidth to 45"
checkWidth="45"/>
+ <j:CheckBox text="Only checkHeight to 60 and
disabled" checkHeight="60">
+ <j:beads>
+ <j:Disabled id="opt3disable"
disabled="false"/>
+ </j:beads>
+ </j:CheckBox>
+ </j:Card>
+ </j:GridCell>
</j:Grid>
</c:ExampleAndSourceCodeTabbedSectionContent>