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 2ea698b  Tour De Jewel: remove all error tips in wizard example
2ea698b is described below

commit 2ea698b40039013dc1be9e0b9742fd3846cc87c7
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Feb 3 20:29:04 2019 +0100

    Tour De Jewel: remove all error tips in wizard example
---
 examples/royale/TourDeJewel/src/main/royale/WizardPlayGround.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/royale/TourDeJewel/src/main/royale/WizardPlayGround.mxml 
b/examples/royale/TourDeJewel/src/main/royale/WizardPlayGround.mxml
index cc2311d..13f6179 100644
--- a/examples/royale/TourDeJewel/src/main/royale/WizardPlayGround.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/WizardPlayGround.mxml
@@ -61,12 +61,12 @@ limitations under the License.
                                </j:Group>
                        </j:nextButton>
 
-                       <j:WizardPage name="page1">
+                       <j:WizardPage name="page1" 
exitPage="formaExample.formValidator.removeAllErrorTips()">
                                <views:step>
                                        <j:WizardStep name="page1" 
nextStep="page2" initialPage="true" stepLabel="Page 1"/>
                                </views:step>
 
-                               <c:FormExample label="Form Example in Page 1"/>
+                               <c:FormExample localId="formaExample" 
label="Form Example in Page 1"/>
 
                        </j:WizardPage>
 

Reply via email to