Repository: flex-asjs Updated Branches: refs/heads/develop 82e7acba9 -> 6ef4bedaf
- Update MDL example Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6ef4beda Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6ef4beda Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6ef4beda Branch: refs/heads/develop Commit: 6ef4bedafdf16bb0845457cda49cac65af7633b3 Parents: 82e7acb Author: piotrz <[email protected]> Authored: Tue Jan 31 00:30:47 2017 +0100 Committer: piotrz <[email protected]> Committed: Tue Jan 31 00:30:47 2017 +0100 ---------------------------------------------------------------------- examples/flexjs/MDLExample/src/main/flex/Toggles.mxml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6ef4beda/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml b/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml index c356893..fc8db54 100644 --- a/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml +++ b/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml @@ -25,6 +25,7 @@ limitations under the License. <fx:Script> <![CDATA[ import org.apache.flex.mdl.materialIcons.MaterialIconType; + import org.apache.flex.events.MouseEvent; [Bindable] public var counter:int = 0; @@ -91,11 +92,11 @@ limitations under the License. <js:Label text="RadioButtons throw 'change' event {counter6} times"/> - <!--<mdl:RadioButton groupName="g2" text="Black" click="counter7++"/> + <mdl:RadioButton groupName="g2" text="Black" click="counter7++"/> <mdl:RadioButton groupName="g2" text="White" click="counter7++"/> <mdl:RadioButton groupName="g2" text="Red" click="counter7++"/> - <js:Label text="RadioButtons throw 'click' event {counter7} times"/>--> + <js:Label text="RadioButtons throw 'click' event {counter7} times"/> </mdl:Grid>
