ax5ui / ax5ui-grid

Javascript UI Component - GRID ( Excel Grid, jqGrid, angularjs grid, jquery grid, SlickGrid, ag-grid gridify)
http://ax5.io/ax5ui-grid/demo/index.html
MIT License
99 stars 36 forks source link

prompt 패스워드 타입 #78

Open heedinee opened 7 years ago

heedinee commented 7 years ago

prompt에 비밀번호타입은 없나요??

thomasJang commented 7 years ago
dialog.prompt({
                theme: theme,
                title: 'Confirm ' + theme,
                msg: theme + ' color',
                input: {
                    data1: {label: "data1의 라벨", type: "password"},
                    data2: {label: "data2의 라벨"}
                },
                onOpen: function () {

                }
            }, function () {
                console.log(this);
            });

처럼 해주시면 됩니다.