+ zin: add password widget.

This commit is contained in:
liugang
2023-07-27 10:14:13 +08:00
parent 4406e82765
commit 210ae39de2
3 changed files with 108 additions and 0 deletions
+8
View File
@@ -1689,3 +1689,11 @@ function tableChart(): tableChart
{
return createWg('tableChart', func_get_args());
}
/**
* Password widget.
*/
function password(): password
{
return createWg('password', func_get_args());
}