My question is how do I validate children when I click on Submit button on parent form, is there some mechanism in DataGroup?
Not sure FocusOut can help here. Any code samples? On Apr 27, 2014 11:24 AM, "piotrz" <[email protected]> wrote: > Hi Oleg, > > You can add to your item renderers validators for example StringValidator > for your TextInput. > Next creat custom event for ex. "invalidString" and dispatch it with > bubbles=true when something goes wrong. > Add event listener for "invalidString" event to your dataGroup and do > whatever you want. > > Piotr > > > > ----- > Apache Flex Committer > [email protected] > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Validating-DataGroup-children-tp6285p6287.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
