fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13240] class.uicustom


From: Saul
Subject: [Fmsystem-commits] [13240] class.uicustom
Date: Wed, 20 May 2015 23:05:19 +0000

Revision: 13240
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13240
Author:   psaul
Date:     2015-05-20 23:05:18 +0000 (Wed, 20 May 2015)
Log Message:
-----------
class.uicustom

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uicustom.inc.php

Modified: branches/dev-syncromind/property/inc/class.uicustom.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uicustom.inc.php 2015-05-20 
23:04:53 UTC (rev 13239)
+++ branches/dev-syncromind/property/inc/class.uicustom.inc.php 2015-05-20 
23:05:18 UTC (rev 13240)
@@ -273,7 +273,6 @@
             $result_data = array('results' => $values);
             $result_data['total_records'] =  $this->bo->total_records;
             $result_data['draw'] = $draw;
-            
             return $this->jquery_results($result_data);
         }
         
@@ -382,7 +381,8 @@
             
             
             $custom_def = array
-                       (
+                       (   
+//                array('key' => 'id', 'label'=>lang('Id'), 'sortable'=>true, 
'resizeable'=>true),
                                array('key' => 'name', 'label'=>lang('Column 
name'), 'sortable'=>FALSE, 'resizeable'=>true),
                                array('key' => 'descr', 'label'=>lang('Column 
description'), 'sortable'=>FALSE, 'resizeable'=>true),
                 array('key' => 'sorting', 'label'=>lang('Sorting'), 
'sortable'=>FALSE, 
'resizeable'=>true,'formatter'=>'JqueryPortico.formatUpDown'),
@@ -404,7 +404,7 @@
                                );
                        }
                          
-            
+          
             $datatable_def[] = array
                        (
                                'container'             => 
'datatable-container_0',
@@ -461,6 +461,7 @@
             phpgwapi_jquery::load_widget('core');
                        phpgwapi_jquery::load_widget('numberformat');
                        
+            self::add_javascript('property', 'portico', 'custom.edit.js');
                        
self::render_template_xsl(array('custom','datatable_inline'), array('edit' => 
$data));
                }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]