collapsible: { css: { margin: 20 } }, toggle: function(evt, ui) { if (ui.state == 'max') { this.option({ height: '100%-40', width: '100%-40' }); } }, create: function() { this.widget().find(".pq-grid-top .ui-icon-arrow-4-diag").click(); },