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:53:39 UTC

svn commit: r471935 - /incubator/xap/trunk/WebContent/examples/widgets/label.xal

Author: bbuffone
Date: Mon Nov  6 15:53:38 2006
New Revision: 471935

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

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

Modified: incubator/xap/trunk/WebContent/examples/widgets/label.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/widgets/label.xal?view=diff&rev=471935&r1=471934&r2=471935
==============================================================================
--- incubator/xap/trunk/WebContent/examples/widgets/label.xal (original)
+++ incubator/xap/trunk/WebContent/examples/widgets/label.xal Mon Nov  6 15:53:38 2006
@@ -14,8 +14,8 @@
 				<button width="200px" height="50px" alignHorizontal="center" alignVertical="center" text="Hello World!" 
 					onCommand="mco:attributeSetter.setAttribute(testComponent, 'text', 'Hello World!!!')" />
 				 
-				<button width="200px" height="50px" alignHorizontal="center" alignVertical="center" text="<b>Hear me roar!</b>" 
-					onCommand="mco:attributeSetter.setAttribute(testComponent, 'text', '<b>Hear me roar!!!</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="Very long text" 
 					onCommand="mco:attributeSetter.setAttribute(testComponent, 'text', 'XAP is an XML-based declarative framework for building, deploying and maintaining rich, interactive Ajax powered web applications.  It aims to reduce the need for scripting and help solve the development and maintenance challenges associated with large scale JavaScript programming.')" />