フォームの高さ調整


var height=$(document.body).height()-95; //        
height:height,	//       
注:上記コードは
 $(function() {
        	var height=$(document.body).height()-95; //        
            var options = {
            	height:height,	//       
                url: prefix + "/list",
                createUrl: prefix + "/add",
                updateUrl: prefix + "/edit/{id}",
                removeUrl: prefix + "/remove",
                exportUrl: prefix + "/export",
                modalName: "  ",
                columns: [{
                    checkbox: true
                },
                {
                    field : 'id', 
                    title : '  ',
                    visible: false
                },