[PythonReports-checkins] PythonReports/doc prt.txt,1.7,1.8
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2011-01-07 09:04:36
|
Update of /cvsroot/pythonreports/PythonReports/doc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20509 Modified Files: prt.txt Log Message: specify default value for variable calc Index: prt.txt =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/doc/prt.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** prt.txt 7 May 2007 16:12:50 -0000 1.7 --- prt.txt 7 Jan 2011 09:04:28 -0000 1.8 *************** *** 3,12 **** ======================= ! :Version: 0.3.0 ! :Date: 15-dec-2006 .. TODO: variables iterated at start of section ! .. TODO: subreports, backgrounds, outline tags .. contents:: --- 3,12 ---- ======================= ! :Version: 0.4.0 ! :Date: 07-jan-2010 .. TODO: variables iterated at start of section ! .. TODO: outline tags, class names in <style> .. contents:: *************** *** 249,252 **** --- 249,253 ---- ``calc`` O string Calculation function. See `calculation types`_ below. + Default: ``first``. ``iter`` O string How often the expression is evaluated: ``report``, ``page``, ``column``, |