phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5082 - phpcompta/tags/rel650/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5082 - phpcompta/tags/rel650/include
Date: Sun, 29 Jul 2012 14:14:52 +0200 (CEST)

Author: danydb
Date: 2012-07-29 14:14:51 +0200 (Sun, 29 Jul 2012)
New Revision: 5082

Modified:
   phpcompta/tags/rel650/include/class_inum.php
Log:
improve documentation

Modified: phpcompta/tags/rel650/include/class_inum.php
===================================================================
--- phpcompta/tags/rel650/include/class_inum.php        2012-07-29 11:56:59 UTC 
(rev 5081)
+++ phpcompta/tags/rel650/include/class_inum.php        2012-07-29 12:14:51 UTC 
(rev 5082)
@@ -27,7 +27,15 @@
 /*!\brief
  * This class handles only the numeric input, the input will
  * call a javascript
- * to change comma to period  and will round it (2 decimal)
+ * to change comma to period  and will round it (2 decimal), the precision is 
given by
+ * the attribute prec
+ * attribute
+ *  extra = extra code (free)
+ *  size = size of the field
+ *  prec = precision default = 2
+ *  name = name of the html object
+ *  javascript = javascript to execute (default = 
onchange="format_number(this,2);)
+ *  value = value of the widget
  *
  */
 class INum extends IText



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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