Hi
We have a custom
component that is composed of several UI controls.
this custom
component is placed in a more complex form.
we need to
validate the input entered for this custom component , and draw a red square
around it (the canvas the wraps everything)
do you have any
idea how to accomplish that ?
i tried a lot of
things , among them :
have a method
that check the input and set an error code at the label property of the
canvas
then
the validator checks this value and shows an error if the label
property equals "error" for example.
the idea was that
the validator needs to be binded to a field name and the only thing i could
think of it the whole canvas.
any help will be
appreciated.
Shlomi
______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
Title: Mercury Email Signature
- [flexcoders] Validation of Custom component Shlomi Cohen
- RE: [flexcoders] Validation of Custom component Matt Chotin