This is an automated email from the ASF dual-hosted git repository.
hiedra 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 69be14a Cleanup incomplete example TriStateCheckBox in TDJ
69be14a is described below
commit 69be14aa6ea80fc12f1315c0d4909a3381c1fb21
Author: Maria José Esteve <[email protected]>
AuthorDate: Wed Dec 8 01:57:18 2021 +0100
Cleanup incomplete example TriStateCheckBox in TDJ
---
.../src/main/royale/CheckBoxPlayGround.mxml | 48 ----------------------
1 file changed, 48 deletions(-)
diff --git a/examples/jewel/TourDeJewel/src/main/royale/CheckBoxPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/CheckBoxPlayGround.mxml
index c002a65..3fa1f31 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/CheckBoxPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/CheckBoxPlayGround.mxml
@@ -93,54 +93,6 @@ limitations under the License.
</j:CardPrimaryContent>
</j:Card>
</j:GridCell>
-
-
-
- <j:GridCell desktopNumerator="1" desktopDenominator="2"
tabletNumerator="1" tabletDenominator="2" phoneNumerator="1"
phoneDenominator="1">
- <j:Card>
- <j:CardHeader>
- <j:CardTitle text="Three CheckBox -
States" className="primary-normal"/>
- </j:CardHeader>
- <j:CardPrimaryContent>
-
- <j:Label multiline="true">
- <j:html><![CDATA[<p>A
<strong>ThreeCheckBox</strong> can have the following six
states.</p>]]></j:html>
- </j:Label>
-<!--
- <j:ThreeCheckBox text="Not Checked
(with ReadOnly bead)"/>
-
- <j:ThreeCheckBox text="Checked"
selected="true"/>
-
- <j:ThreeCheckBox text="Indeterminated"
indeterminated="true"/>
-
- <j:ThreeCheckBox text="Disabled">
- <j:beads>
- <j:Disabled/>
- </j:beads>
- </j:ThreeCheckBox>
-
- <j:ThreeCheckBox text="Checked And
Disabled" selected="true">
- <j:beads>
- <j:Disabled/>
- </j:beads>
- </j:ThreeCheckBox>
-
- <j:ThreeCheckBox text="Indeterminated
And Disabled" indeterminated="true">
- <j:beads>
- <j:Disabled/>
- </j:beads>
- </j:ThreeCheckBox>
--->
-
- <j:ThreeCheckBox indeterminated="true"
rejectedVersion="true" emphasis="secondary">
- <j:beads>
- <j:ThreeCheckBoxLabelState checkedText="Checked..."
uncheckedText="Unchecked..." indeterminatedText="Indeterminate..."/>
- </j:beads>
- </j:ThreeCheckBox>
- </j:CardPrimaryContent>
- </j:Card>
- </j:GridCell>
-
<j:GridCell desktopNumerator="1" desktopDenominator="1"
tabletNumerator="1" tabletDenominator="1" phoneNumerator="1"
phoneDenominator="1">
<j:Card>