[interchange-cvs] interchange - heins modified 3 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Apr 15 15:18:01 EDT 2005


User:      heins
Date:      2005-04-15 19:18:01 GMT
Modified:  code/Widget country_select.widget radio.widget show.widget
Log:
* Update some Description members.

* Add the radio_nbsp Widget variant.

Revision  Changes    Path
1.7       +4 -1      interchange/code/Widget/country_select.widget


rev 1.7, prev_rev 1.6
Index: country_select.widget
===================================================================
RCS file: /var/cvs/interchange/code/Widget/country_select.widget,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- country_select.widget	13 Apr 2005 03:14:47 -0000	1.6
+++ country_select.widget	15 Apr 2005 19:18:01 -0000	1.7
@@ -1,5 +1,6 @@
 CodeDef state_select  Widget  1
-CodeDef state_select  Description State (only with country_select)
+CodeDef state_select  Description State (needs country_select)
+CodeDef state_select  Help Requires country_select widget for country to work properly
 CodeDef state_select  Routine <<EOR
 sub {
 	my $opt = shift;
@@ -32,6 +33,8 @@
 EOM
 
 CodeDef country_select  Widget  1
+CodeDef country_select  Description Country
+CodeDef country_select  Help Requires state_select widget for state to work properly
 CodeDef country_select  Routine <<EOR
 sub {
     my ($opt) = @_;



1.2       +2 -0      interchange/code/Widget/radio.widget


rev 1.2, prev_rev 1.1
Index: radio.widget
===================================================================
RCS file: /var/cvs/interchange/code/Widget/radio.widget,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- radio.widget	14 Apr 2005 20:30:33 -0000	1.1
+++ radio.widget	15 Apr 2005 19:18:01 -0000	1.2
@@ -1,3 +1,5 @@
 CodeDef radio Widget 1
 CodeDef radio Description Radio box
 CodeDef radio MapRoutine Vend::Form::box
+CodeDef radio_nbsp Widget 1
+CodeDef radio_nbsp Description Radio box (nbsp)



1.2       +1 -1      interchange/code/Widget/show.widget


rev 1.2, prev_rev 1.1
Index: show.widget
===================================================================
RCS file: /var/cvs/interchange/code/Widget/show.widget,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- show.widget	14 Apr 2005 20:30:33 -0000	1.1
+++ show.widget	15 Apr 2005 19:18:01 -0000	1.2
@@ -1,3 +1,3 @@
 CodeDef show Widget 1
-CodeDef show Description Show all options
+CodeDef show Description Show options (value=label)
 CodeDef show MapRoutine Vend::Form::show_data








More information about the interchange-cvs mailing list