forked from townforge/townforge
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
WindowInfo
|
|
title Carve runestone
|
|
centered-relative-size: 0.8 0.8
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBTextField: text: "Your visitors will see this message when they click on the runestone:"
|
|
|
|
TBToggleContainer: id: "ui-container", toggle: "expanded", value: 0, gravity: "all", connection: "raw", invert: 1
|
|
TBScrollContainer: id: "ui", gravity: "all"
|
|
UITBHTMLView: id: "ui-view"
|
|
|
|
TBToggleContainer: id: "message-container", toggle: "expanded", value: 1, gravity: "all", connection: "raw", invert: 0
|
|
TBEditField: id: "message", gravity: "all", placeholder: "Paste message here"
|
|
multiline: 1
|
|
TBToggleContainer: id: "message-error-container", toggle: "expanded", gravity: "left right"
|
|
TBLayout: axis: x, distribution: "gravity", distribution-position: "left"
|
|
TBImageWidget: filename: "images/warning.png"
|
|
lp:
|
|
width: 24
|
|
height: 24
|
|
TBTextField: id: "message-error", gravity: "left right", text-align: "left", skin: "text-error"
|
|
|
|
TBLayout: axis: x
|
|
TBClickLabel: text: "Raw (styling may be enabled by the city's mayor)"
|
|
TBCheckBox: id: "raw", value: 1, connection: "raw"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Script:"
|
|
TBTextField: id: "script"
|
|
TBButton: id: "select-script", text: "Select"
|
|
TBButton: id: "configure-script", text: "Configure"
|
|
TBButton: id: "clear-script", text: "Clear"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|