{
"namespace": "server_form",
"long_form": {
"type": "panel",
"size": ["100%", "100%"],
"controls": [
{
"long_form@common_dialogs.main_panel_no_buttons": {
"$title_panel": "common_dialogs.standard_title_label",
"$title_size": ["100% - 14px", 10],
"size": [225, 200],
"$text_name": "#title_text",
"$title_text_binding_type": "none",
"$child_control": "server_form.luckyblock_open_panel",
"layer": 2
}
}
]
},
"luckyblock_open_panel": {
"type": "panel",
"size": ["100%", "100%"],
"controls": [
{
"luckyblock_dynamic_open_panel": {
"type": "stack_panel",
"size": ["100% - 4px", "100%c"],
"offset": [2, 0],
"orientation": "vertical",
"anchor_from": "top_middle",
"anchor_to": "top_middle",
"factory": {
"name": "buttons",
"control_ids": {
"button": "server_form.luckyblock_open_button"
}
},
"collection_name": "form_buttons",
"bindings": [
{
"binding_name": "#form_button_contents",
"binding_name_override": "#collection_length"
[…]
#Help
1 messages · Page 1 of 1 (latest)
}
]
}
}
]
},
"luckyblock_open_button": {
"type": "panel",
"size": [64, 32],
"controls": [
{
"panel_name": {
"type": "panel",
"size": [64, 32],
"bindings": [
{
"binding_type": "view",
"source_control_name": "image",
"resolve_sibling_scope": true,
"source_property_name": "(not (#texture = ''))",
"target_property_name": "#visible"
}
],
"controls": [
{
"image": {
"type": "image",
"layer": 2,
"size": [32, 32],
"offset": [0, 0],
"bindings": [
{
"binding_name": "#form_button_texture",
"binding_name_override": "#texture",
"binding_type": "collection",
"binding_collection_name":
[…]