-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Customer requirements must be encrypted through the front end, even through SSL. Trying to extend the textbox control and other methods cannot be realized. Finally, directly modify zul.{version}.jar . Is there any other way?
After decompressing zul.{version}.jar by jar xvf command, modify web/js/zul/inp/InputWidget.js, and then repackage it through jar cvf command.
onChangeData:function(a,b,c){ if("password"==a.type&&"function"==typeof encrypt){ b.value=encrypt(b.value); } ...... }
Asked: 2023-06-24 21:18:24 +0800
Seen: 9 times
Last updated: Jul 03