use password skin for password input

This commit is contained in:
nightwing 2016-03-09 16:13:58 +04:00
parent 428139ee43
commit bb0b34512f

View File

@ -317,7 +317,7 @@ define(function(require, exports, module) {
childNodes = [
new ui.label({ width : width, maxwidth: maxwidth, caption: name + ":" }),
new ui.password({
skin: skins.textbox || "searchbox",
skin: skins.password || "forminput",
width: options.width || widths.password,
value: options.path
? createBind(options.path)