Revision: 3640
          http://vexi.svn.sourceforge.net/vexi/?rev=3640&view=rev
Author:   jeffbuhrt
Date:     2009-09-02 18:54:44 +0000 (Wed, 02 Sep 2009)

Log Message:
-----------
re-added comment on usage of selectgroup

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/vexi/widget/radio.t

Modified: trunk/widgets/org.vexi.widgets/src/vexi/widget/radio.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/vexi/widget/radio.t      2009-09-02 
17:44:48 UTC (rev 3639)
+++ trunk/widgets/org.vexi.widgets/src/vexi/widget/radio.t      2009-09-02 
18:54:44 UTC (rev 3640)
@@ -9,14 +9,16 @@
             Put to the text property of a radio for a basic label,
             or simply wrap the radio around more complex content.
 
-            To group radios together, simply assign the group of
-            one to the group of another:
+            To group radios together, simply wrap a group of radio buttons in 
a selectgroup.
+            
+            The old, more complex ways is:
+               Assign the group of one to the group of another:
 
-               $radio2.group = $radio1.group;
+                       $radio2.group = $radio1.group;
+            
+               Groups are generated on demand, so you want to assign
+               using the first widget in the group for correct order.
 
-            Groups are generated on demand, so you want to assign
-            using the first widget in the group for correct order.
-
             Trap 'selected' to know when the widget is selected.
         </usage>
     </meta:doc>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to