fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12641] add widget jquery.number


From: Nelson Guerra
Subject: [Fmsystem-commits] [12641] add widget jquery.number
Date: Tue, 20 Jan 2015 23:11:43 +0000

Revision: 12641
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12641
Author:   nelson224
Date:     2015-01-20 23:11:42 +0000 (Tue, 20 Jan 2015)
Log Message:
-----------
add widget jquery.number

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php

Modified: branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php
===================================================================
--- branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php   2015-01-20 
23:10:28 UTC (rev 12640)
+++ branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php   2015-01-20 
23:11:42 UTC (rev 12641)
@@ -129,6 +129,15 @@
 
                                break;
                        
+                       case 'numberformat':
+                               $load = array
+                                       (
+                                       "js/jquery-2.1.1{$_type}",
+                                       "number-format/jquery.number{$_type}"
+                               );
+
+                               break;
+                       
                        default:
                                $err = "Unsupported YUI widget '%1' supplied to 
phpgwapi_yui::load_widget()";
                                trigger_error(lang($err, $widget), 
E_USER_WARNING);




reply via email to

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