Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <tableview id="tvComplex" width="600" height="300" virtual="true" scrollMode="inertial">
- <header id="header" width="100%">
- <column text="Image" width="140" id="colA" />
- <column text="Details" width="100%" id="colB" />
- <column text="Misc" width="180" id="colC" />
- </header>
- <itemrenderer id="colA" width="100%">
- <image id="userImage" />
- </itemrenderer>
- <itemrenderer id="colB" width="100%">
- <vbox width="100%">
- <grid width="100%">
- <label text="First Name: " style="color: #999999;" />
- <label id="firstName" width="100%" />
- <label text="Last Name: " style="color: #999999;" />
- <label id="lastName" width="100%" />
- <label text="Address: " style="color: #999999;" />
- <label id="address" width="100%" />
- </grid>
- <box width="100%">
- <button id="actionA" />
- <button id="actionB" horizontalAlign="right" />
- </box>
- </vbox>
- </itemrenderer>
- <itemrenderer id="colC" width="100%">
- <hbox width="100%">
- <progress id="progress1" direction="vertical" height="100%" />
- <vbox width="100%">
- <button id="actionC" text="Bob" width="100%" />
- <button id="actionD" text="Bob" width="100%" />
- <button id="actionE" text="Bob" width="100%" />
- <button id="actionF" text="Bob" width="100%" />
- </vbox>
- <progress id="progress2" direction="vertical" height="100%" />
- </hbox>
- </itemrenderer>
- </tableview>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement