You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/12/09 02:57:32 UTC

[royale-asjs] 01/02: no spark form yet

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit d02891a9a93c1029deda23b4da7396dc11ec5a96
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat Dec 8 18:56:57 2018 -0800

    no spark form yet
---
 examples/mxroyale/tourdeflexmodules/src/explorer.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/mxroyale/tourdeflexmodules/src/explorer.xml b/examples/mxroyale/tourdeflexmodules/src/explorer.xml
index fcc00c6..d9e3eb8 100755
--- a/examples/mxroyale/tourdeflexmodules/src/explorer.xml
+++ b/examples/mxroyale/tourdeflexmodules/src/explorer.xml
@@ -366,7 +366,9 @@
 					<node label="Border" module="spark/containers/BorderExample"/>
                      -->
 					<node label="DataGroup" module="spark/controls/DataGroupExample" />
+                    <!--
 					<node label="Form" module="spark/controls/FormExample" />
+                     -->
 					<node label="HGroup" module="spark/containers/SampleHGroup" />
 					<node label="Group" module="spark/containers/GroupExample"/>
 					<node label="Panel" module="spark/containers/PanelExample"/>