You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/09/29 19:07:58 UTC

svn commit: r451388 - in /incubator/xap/trunk/WebContent/examples/widgets: radioButton.html radioButton.xal

Author: mturyn
Date: Fri Sep 29 12:07:57 2006
New Revision: 451388

URL: http://svn.apache.org/viewvc?view=rev&rev=451388
Log:
minor update

Modified:
    incubator/xap/trunk/WebContent/examples/widgets/radioButton.html
    incubator/xap/trunk/WebContent/examples/widgets/radioButton.xal

Modified: incubator/xap/trunk/WebContent/examples/widgets/radioButton.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/widgets/radioButton.html?view=diff&rev=451388&r1=451387&r2=451388
==============================================================================
--- incubator/xap/trunk/WebContent/examples/widgets/radioButton.html (original)
+++ incubator/xap/trunk/WebContent/examples/widgets/radioButton.html Fri Sep 29 12:07:57 2006
@@ -23,6 +23,6 @@
  </head>
   
  <body onload="Xap.createAllPredefinedSessions()">
-	<div xapId="CheckboxExample" xapSrc="radioButton.xal" xapToolkit="dojo" xapContext="../../"></div>
+	<div xapId="RadioButtonExample" xapSrc="radioButton.xal" xapToolkit="dojo" xapContext="../../"></div>
 </body>
 </html>

Modified: incubator/xap/trunk/WebContent/examples/widgets/radioButton.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/widgets/radioButton.xal?view=diff&rev=451388&r1=451387&r2=451388
==============================================================================
--- incubator/xap/trunk/WebContent/examples/widgets/radioButton.xal (original)
+++ incubator/xap/trunk/WebContent/examples/widgets/radioButton.xal Fri Sep 29 12:07:57 2006
@@ -16,9 +16,9 @@
 	
 
 	  <radioButton id="testComponent" width="300px" height="100px" text="RADIO 1" group="America" onStateChange="mco:attributeSetter.reportEvent(event)" />
-	  <radioButton width="300px" height="100px" text="RADIO 2" group="America" onStateChange="javascript:alert('onStateChange Radio Button 2!!!')" />
-	  <radioButton width="300px" height="100px" text="RADIO 3" group="America" onStateChange="javascript:alert('onStateChange Radio Button 3!!!')" />
-	  <radioButton width="300px" height="100px" text="RADIO 4" group="America" onStateChange="javascript:alert('onStateChange Radio Button 4!!!')" />		
+	  <radioButton width="300px" height="100px" text="RADIO 2" group="America" onStateChange="mco:attributeSetter.reportEvent(event)" />
+	  <radioButton width="300px" height="100px" text="RADIO 3" group="America" onStateChange="mco:attributeSetter.reportEvent(event)" selected="true" />
+	  <radioButton width="300px" height="100px" text="RADIO 4" group="America" onStateChange="mco:attributeSetter.reportEvent(event)" />		
 		
 
 		<button width="200px" height="50px" alignHorizontal="center" alignVertical="center" text="Hello World!"