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 9c2282d remove toolTips in popup example
9c2282d is described below
commit 9c2282d10eb8a02b94eab5283526170c7ce25a09
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon Jan 21 22:03:23 2019 +0100
remove toolTips in popup example
---
examples/royale/TourDeJewel/src/main/royale/MainContent.mxml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/royale/TourDeJewel/src/main/royale/MainContent.mxml
b/examples/royale/TourDeJewel/src/main/royale/MainContent.mxml
index c41e02e..94d5e43 100644
--- a/examples/royale/TourDeJewel/src/main/royale/MainContent.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/MainContent.mxml
@@ -107,8 +107,8 @@ limitations under the License.
<js:FontIcon text="{MaterialIconType.DATA_USAGE}"
material="true"/>
</j:icon>
</j:IconButton>
- <j:PopUp localId="popup">
- <c:FormExample label="Form example in a PopUp from
FooterBar" width="615" height="392"/>
+ <j:PopUp localId="popup"
closePopUp="popupFormContent.formValidator.removeAllErrorTips()">
+ <c:FormExample localId="popupFormContent" label="Form
example in a PopUp from FooterBar" width="615" height="392"/>
</j:PopUp>
</j:BarSection>
<j:BarSection itemsHorizontalAlign="itemsCenter">