dependencies : {
pay_type : {
Check : ['cc_num'],
}
}
I've written a test to confirm this is unimplemented here:
http://mark.stosberg.com/javascript/dfv-dependency.t.html
However, it seems my JavaScript-fu is still too weak to actually add
this functionality at this point.
Mark