OSDN Git Service

Version 0.6.45, replace to new X.UI!
[pettanr/clientJs.git] / 0.6.x / js / main.js
diff --git a/0.6.x/js/main.js b/0.6.x/js/main.js
new file mode 100644 (file)
index 0000000..843ba40
--- /dev/null
@@ -0,0 +1,31 @@
+\r
+PageRoot(\r
+       VBox({\r
+               width   : '30%',\r
+               height  : 10,\r
+               left    : '10%',\r
+               top     : 12,\r
+               bgColor : 0xcccccc\r
+       }),\r
+       VBox({\r
+               width       : '50%',\r
+               height      : 10,\r
+               left        : '30%',\r
+               bottom      : 12,\r
+               bgColor     : 0x999999\r
+       }),\r
+       VBox(\r
+               {\r
+                       width       : '50%',\r
+                       left        : '49%',\r
+                       top         : 5,\r
+                       bottom      : 5,\r
+                       bgColor     : 0x666666,\r
+                       borderColor : 0x111111,\r
+                       borderWidth : [ 0.5, 1, 5 ],\r
+                       borderStyle : 'solid dotted',\r
+                       sizing      : 'border'\r
+               },\r
+               Text( 'Hello,world' )\r
+       )\r
+);
\ No newline at end of file