On 10/24/07, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Oct 24, 2007, at 5:26 PM, Nate Lowrie wrote: > > > I have a dOkCancelDialog that I need to do some validation in. When > > the user presses the Ok button, I need to be able to run some checks > > and evaluate whether the data is valid. If it is not valid, I need to > > be able to stop the closing and relay the error to the user. > > > > What is the syntax? I didn't see a validation function perusing > > through the code so I thought I would ask. > > You could override the onOK handler, and then call super() if the > validation passes. But there is no built-in validation method now.
Thanks. That works for me... _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
