[Erp5-report] r41526 gabriel - in /erp5/trunk/bt5/erp5_jquery_plugin_sheet: PathTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Dec 19 21:27:06 CET 2010


Author: gabriel
Date: Sun Dec 19 21:27:05 2010
New Revision: 41526

URL: http://svn.erp5.org?rev=41526&view=rev
Log:
modify the minimum size of the table

Modified:
    erp5/trunk/bt5/erp5_jquery_plugin_sheet/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/sheet/jquery.sheet.js.xml
    erp5/trunk/bt5/erp5_jquery_plugin_sheet/bt/revision

Modified: erp5/trunk/bt5/erp5_jquery_plugin_sheet/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/sheet/jquery.sheet.js.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_jquery_plugin_sheet/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/sheet/jquery.sheet.js.xml?rev=41526&r1=41525&r2=41526&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_jquery_plugin_sheet/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/sheet/jquery.sheet.js.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_jquery_plugin_sheet/PathTemplateItem/portal_skins/erp5_jquery/jquery/plugin/sheet/jquery.sheet.js.xml [utf8] Sun Dec 19 21:27:05 2010
@@ -95,7 +95,7 @@ jQuery.fn.extend({\n
       caseInsensitive:  false,              //bool, this makes all the calculations engine user functions case sensitive/insensitive\n
       resizable:      true,             //bool, makes the $(obj).sheet(); object resizeable, also adds a resizable formula textarea at top of sheet\n
       autoFiller:     false,              //bool, the little guy that hangs out to the bottom right of a selected cell, users can click and drag the value to other cells\n
-      minSize:      {rows: 15, cols: 5},      //object - {rows: int, cols: int}, Makes the sheet stay at a certain size when loaded in edit mode, to make modification more productive\n
+      minSize:      {rows: 1, cols: 1},      //object - {rows: int, cols: int}, Makes the sheet stay at a certain size when loaded in edit mode, to make modification more productive\n
       forceColWidthsOnStartup:true            //bool, makes cell widths load from pre-made colgroup/col objects, use this if you plan on making the col items, makes widths more stable on startup\n
     }, settings);\n
     \n

Modified: erp5/trunk/bt5/erp5_jquery_plugin_sheet/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_jquery_plugin_sheet/bt/revision?rev=41526&r1=41525&r2=41526&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_jquery_plugin_sheet/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_jquery_plugin_sheet/bt/revision [utf8] Sun Dec 19 21:27:05 2010
@@ -1 +1 @@
-9
\ No newline at end of file
+10
\ No newline at end of file



More information about the Erp5-report mailing list