You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jb...@apache.org on 2010/06/23 23:05:42 UTC

svn commit: r957341 - /commons/sandbox/gsoc/2010/scxml-js/trunk/demo/sandbox/sandbox.html

Author: jbeard
Date: Wed Jun 23 21:05:41 2010
New Revision: 957341

URL: http://svn.apache.org/viewvc?rev=957341&view=rev
Log:
Added comments and some style changees to sandbox.html

Modified:
    commons/sandbox/gsoc/2010/scxml-js/trunk/demo/sandbox/sandbox.html

Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/demo/sandbox/sandbox.html
URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/demo/sandbox/sandbox.html?rev=957341&r1=957340&r2=957341&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/trunk/demo/sandbox/sandbox.html (original)
+++ commons/sandbox/gsoc/2010/scxml-js/trunk/demo/sandbox/sandbox.html Wed Jun 23 21:05:41 2010
@@ -1,3 +1,23 @@
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+-->
+<!--
+This demo provdes a simple example of a web-based Graphical User Interface
+that uses the SCXMLCompiler front-end. 
+-->
 <html>
 	<head>
 		<style type="text/css">
@@ -12,6 +32,7 @@
 
 			td {
 				height:50%;
+				vertical-align:top;
 			}
 
 			textarea{
@@ -37,7 +58,7 @@
 			<tr>
 				<td>
 					<em>Compiled JS Output</em>
-					<textarea id="js_output" disabled></textarea>
+					<textarea id="js_output"></textarea>
 				</td>
 				<td>
 					<em>SCXML Console</em>