easyui numberbox 输入框禁止输入

        			{
        			    field: 'Amount',
        			    title: '金额',
        			    width: 80,
        			    editor: {
        			        type: 'numberbox',
        			        options: {
        			            disabled: true,
        			            precision: 2,
        			            min: 0,
        			            groupSeparator: ','
        			        }
        			    }

 

disabled: true;

官网是 disable

posted @ 2018-11-09 15:09  小僵尸  阅读(1878)  评论(0编辑  收藏  举报