[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[6102] trunk/UI/lib/TabularForm.js



Revision: 6102
          http://sourceforge.net/p/ledger-smb/code/6102
Author:   einhverfr
Date:     2013-10-01 07:01:18 +0000 (Tue, 01 Oct 2013)
Log Message:
-----------
Loader now mostly working except that it prompts for credentials when loading up.  I need to look into how to delay the account storage until widget startup.

Modified Paths:
--------------
    trunk/UI/lib/TabularForm.js

Modified: trunk/UI/lib/TabularForm.js
===================================================================
--- trunk/UI/lib/TabularForm.js	2013-10-01 06:59:25 UTC (rev 6101)
+++ trunk/UI/lib/TabularForm.js	2013-10-01 07:01:18 UTC (rev 6102)
@@ -73,8 +73,8 @@
     function(TableContainer, dom, cls, registry, cp, query, win, ldr, 
              declare) 
     {
-      var loader = new ldr;
-      return declare('dojox/layout/TableContainer',
+      console.log(ldr); 
+      return declare('lsmb/lib/TabularForm',
         [TableContainer],
         {
         vertsize: 'mobile',
@@ -114,7 +114,7 @@
                  TFRenderRow(dnode);
               }
               else {
-                 var widget = loader.createWidget(dnode);
+                 var widget = this.createWidget(dnode);
                  if (undefined !== widget) {
                      this.addChild(widget);
                  }

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits