svn: /web/doc-editor/trunk/js/ui/component/ StaleFileGrid.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 15 Nov 2009 16:23:00 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=290788
Log:
Start the Grouping collapsed. Display is more quickly with this
Changed paths:
U web/doc-editor/trunk/js/ui/component/StaleFileGrid.js
Modified: web/doc-editor/trunk/js/ui/component/StaleFileGrid.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/StaleFileGrid.js 2009-11-15 16:20:43 UTC (rev 290787)
+++ web/doc-editor/trunk/js/ui/component/StaleFileGrid.js 2009-11-15 16:23:00 UTC (rev 290788)
@@ -53,6 +53,7 @@
// StaleFileGrid view
ui.component._StaleFileGrid.view = new Ext.grid.GroupingView({
forceFit : true,
+ startCollapsed: true,
groupTextTpl : '{[values.rs[0].data["path"]]} ' +
'({[values.rs.length]} ' +
'{[values.rs.length > 1 ? "' + _('Files') + '" : "' + _('File') + '"]})',