OSDN Git Service

Version 0.6.45, replace to new X.UI!
[pettanr/clientJs.git] / 0.6.x / js / main.js
1 \r
2 PageRoot(\r
3         VBox({\r
4                 width   : '30%',\r
5                 height  : 10,\r
6                 left    : '10%',\r
7                 top     : 12,\r
8                 bgColor : 0xcccccc\r
9         }),\r
10         VBox({\r
11                 width       : '50%',\r
12                 height      : 10,\r
13                 left        : '30%',\r
14                 bottom      : 12,\r
15                 bgColor     : 0x999999\r
16         }),\r
17         VBox(\r
18                 {\r
19                         width       : '50%',\r
20                         left        : '49%',\r
21                         top         : 5,\r
22                         bottom      : 5,\r
23                         bgColor     : 0x666666,\r
24                         borderColor : 0x111111,\r
25                         borderWidth : [ 0.5, 1, 5 ],\r
26                         borderStyle : 'solid dotted',\r
27                         sizing      : 'border'\r
28                 },\r
29                 Text( 'Hello,world' )\r
30         )\r
31 );