PrimeFaces.widget.Password=function(b,a){a.lang={length:"",number:"",uppercase:"",lowercase:"",punctuation:"",special:""};if(a.promptLabel!=undefined){a.lang.please=a.promptLabel}if(a.weakLabel!=undefined){a.lang.low=a.weakLabel}if(a.goodLabel!=undefined){a.lang.correct=a.goodLabel}if(a.strongLabel!=undefined){a.lang.high=a.strongLabel}if(a.flat){if(a.onShow==undefined){a.onShow=function(d,c){c.slideDown()}}if(a.onHide==undefined){a.onHide=function(d,c){c.slideUp()}}a.onComplete=function(d,c){c.hide()}}jQuery(PrimeFaces.escapeClientId(b)).jpassword(a)};
