You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/08/23 09:35:40 UTC

[royale-asjs] branch develop updated: jewel-wizard: docs

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 5ae4786  jewel-wizard: docs
5ae4786 is described below

commit 5ae4786d855a2fbcd084affd7e8fefd09cd41ba1
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Aug 23 11:35:27 2020 +0200

    jewel-wizard: docs
---
 .../projects/Jewel/src/main/royale/org/apache/royale/jewel/Wizard.as   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Wizard.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Wizard.as
index e3f0d4c..f527e76 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Wizard.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Wizard.as
@@ -58,7 +58,10 @@ package org.apache.royale.jewel
     [Event(name="change", type="org.apache.royale.events.Event")]
 
 	/**
+	 * Wizard is a container that navigates from one content to the next.
+	 * The content is organized in wizard pages It can provide previous and next navigation buttons
 	 * 
+	 * @see org.apache.royale.jewel.WizardPage
 	 */
     public class Wizard extends Group implements IContainerBaseStrandChildrenHost
     {