You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2013/05/02 11:59:00 UTC

svn commit: r1478310 - in /tcl/rivet/branches/2.1: ./ ChangeLog VERSION doc/ doc/xml/commands.xml

Author: mxmanghi
Date: Thu May  2 09:58:59 2013
New Revision: 1478310

URL: http://svn.apache.org/r1478310
Log:
    * doc/xml/commands.xml: improved entry for ::rivet::var with an explanation
    and example provided by Harald
    * configure.ac,VERSION: version number bumped to 2.1.2
    * Changelog: merging latest changes done to 'trunk'


Modified:
    tcl/rivet/branches/2.1/   (props changed)
    tcl/rivet/branches/2.1/ChangeLog
    tcl/rivet/branches/2.1/VERSION
    tcl/rivet/branches/2.1/doc/   (props changed)
    tcl/rivet/branches/2.1/doc/xml/commands.xml

Propchange: tcl/rivet/branches/2.1/
------------------------------------------------------------------------------
  Merged /tcl/rivet/trunk:r1470411-1478289

Modified: tcl/rivet/branches/2.1/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.1/ChangeLog?rev=1478310&r1=1478309&r2=1478310&view=diff
==============================================================================
--- tcl/rivet/branches/2.1/ChangeLog (original)
+++ tcl/rivet/branches/2.1/ChangeLog Thu May  2 09:58:59 2013
@@ -1,3 +1,14 @@
+2013-05-02 Massimo Manghi <mxmanghi@apache.org
+    * doc/xml/commands.xml: improved entry for ::rivet::var with an explanation
+    and example provided by Harald
+    * configure.ac,VERSION: version number bumped to 2.1.2
+    * Changelog: merging latest changes done to 'trunk'
+ 
+2013-04-30 Massimo Manghi <mx...@apache.org>
+    * doc/xml/commands.xml: improved entry for ::rivet::var with an explanation
+    and example provided by Harald
+    * configure.ac,VERSION: version number bumped to 2.1.2
+
 2013-04-22 Massimo Manghi <mx...@apache.org>
     * rivet/packages/form/form2.tcl: a few minor fixed provided by Harald
     * VERSION,configure.ac: new version number updated to 2.1.2

Modified: tcl/rivet/branches/2.1/VERSION
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.1/VERSION?rev=1478310&r1=1478309&r2=1478310&view=diff
==============================================================================
--- tcl/rivet/branches/2.1/VERSION (original)
+++ tcl/rivet/branches/2.1/VERSION Thu May  2 09:58:59 2013
@@ -1 +1 @@
-2.1.22
+2.1.2

Propchange: tcl/rivet/branches/2.1/doc/
------------------------------------------------------------------------------
  Merged /tcl/rivet/trunk/doc:r1445399-1478289

Modified: tcl/rivet/branches/2.1/doc/xml/commands.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.1/doc/xml/commands.xml?rev=1478310&r1=1478309&r2=1478310&view=diff
==============================================================================
--- tcl/rivet/branches/2.1/doc/xml/commands.xml (original)
+++ tcl/rivet/branches/2.1/doc/xml/commands.xml Thu May  2 09:58:59 2013
@@ -1572,6 +1572,16 @@ bxxb ccxxxxcc</programlisting>
                     selection listboxes are suited widgets which may 
                     return list data.
 			    </para>
+			    <para>
+			     If the result list is passed as a default value to the form package, one
+                 could also set index "__varname" to get it interpreted as a list.
+                </para>
+                <programlisting>set response(countries) [::rivet::var list countries]
+set response(__countries) ""
+form form_request -defaults response
+form_request select countries -multiple 1 -values {USA Canada Mexico}
+form_request end</programlisting>
+
 			</listitem>
 		    </varlistentry>
 	    



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org