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 bb...@apache.org on 2006/11/06 23:54:22 UTC

svn commit: r471936 - /incubator/xap/trunk/WebContent/examples/widgets/checkBox.xal

Author: bbuffone
Date: Mon Nov  6 15:54:21 2006
New Revision: 471936

URL: http://svn.apache.org/viewvc?view=rev&rev=471936
Log:
fixed uncomplainted xml.

Modified:
    incubator/xap/trunk/WebContent/examples/widgets/checkBox.xal

Modified: incubator/xap/trunk/WebContent/examples/widgets/checkBox.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/widgets/checkBox.xal?view=diff&rev=471936&r1=471935&r2=471936
==============================================================================
--- incubator/xap/trunk/WebContent/examples/widgets/checkBox.xal (original)
+++ incubator/xap/trunk/WebContent/examples/widgets/checkBox.xal Mon Nov  6 15:54:21 2006
@@ -23,8 +23,8 @@
 	
 	<horizontalFlowPane width="825px">				
 	
-			<button width="200px" height="50px" alignHorizontal="center" alignVertical="center" text="<b>Hello World!</b>" 
-			 onCommand="mco:attributeSetter.setAttribute(testComponent, 'text', '<b>Hello World!!!</b>')" />
+		<button width="200px" height="50px" alignHorizontal="center" alignVertical="center" text="&lt;b&gt;Hear me roar!&lt;/b&gt;>" 
+			onCommand="mco:attributeSetter.setAttribute(testComponent, 'text', '&lt;b&gt;Hear me roar!!!&lt;/b&gt;')" />
 			 
 			<button width="200px" height="50px" alignHorizontal="center" alignVertical="center" text="Hear me roar!" 
 			 onCommand="mco:attributeSetter.setAttribute(testComponent, 'text', 'Hear me roar!!!')" />