handsome-television-62908
11/18/2019, 9:27 AM<meta type="property" name="..." bind=".." />
This is totally just another way to write what you say; but, I think, it may make a lot of sense if you plan on extending meta-features without reserving so many property namesbright-gpu-74537
11/18/2019, 9:27 AMhandsome-television-62908
11/18/2019, 9:29 AMbright-gpu-74537
11/18/2019, 9:29 AMbright-gpu-74537
11/18/2019, 9:29 AMbright-gpu-74537
11/18/2019, 9:29 AMhandsome-television-62908
11/18/2019, 9:30 AMbright-gpu-74537
11/18/2019, 9:30 AMhandsome-television-62908
11/18/2019, 9:37 AMhandsome-television-62908
11/18/2019, 9:38 AMbright-gpu-74537
11/18/2019, 9:39 AMhandsome-television-62908
11/18/2019, 9:40 AMbright-gpu-74537
11/18/2019, 9:40 AMhandsome-television-62908
11/18/2019, 9:40 AMbright-gpu-74537
11/18/2019, 9:41 AMbright-gpu-74537
11/18/2019, 9:41 AMhandsome-television-62908
11/18/2019, 9:42 AMbright-gpu-74537
11/18/2019, 9:42 AMhandsome-television-62908
11/18/2019, 9:43 AMhandsome-television-62908
11/18/2019, 9:43 AMbright-gpu-74537
11/18/2019, 9:54 AMbright-gpu-74537
11/18/2019, 9:54 AMxml
<vbox style="padding: 5px;">
<style>
.item {
border: 1px solid #888888;
background-color: #CCCCFF;
border-radius: 5px;
padding: 5px;
filter: drop-shadow(1, 45, #000000, 0.15, 1, 1, 1, 3, false);
}
</style>
<scrollview width="500" height="500" contentWidth="100%">
<hbox width="100%">
<vbox width="100" style="spacing: 30px;">
<label text="09:00" />
<label text="10:00" />
<label text="11:00" />
<label text="12:00" />
<label text="13:00" />
<label text="14:00" />
<label text="15:00" />
<label text="16:00" />
<label text="17:00" />
<label text="18:00" />
<label text="19:00" />
<label text="20:00" />
<label text="21:00" />
</vbox>
<absolute width="100%">
<box styleName="item" width="100%" height="40">
<label text="Item 1" />
</box>
<box left="0" top="50" styleName="item" width="300" height="250">
<label text="Item 2" />
</box>
<box left="60" top="20" styleName="item" width="270" height="140">
<label text="Item 3" />
</box>
</absolute>
</hbox>
</scrollview>
</vbox>
handsome-television-62908
11/18/2019, 9:56 AMhandsome-television-62908
11/18/2019, 9:57 AMhandsome-television-62908
11/18/2019, 9:57 AMbright-gpu-74537
11/18/2019, 9:57 AMbright-gpu-74537
11/18/2019, 9:57 AMhandsome-television-62908
11/18/2019, 10:02 AMbright-gpu-74537
11/18/2019, 10:03 AM