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 _______________________________________________ Phpcompta est un logiciel libre de comptabilité en ligne (http://www.phpcompta.eu) Phpcompta-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/phpcompta-dev
