Question
How to build an editable pop-up window
Hi,
We have built a pop-up window that can only display text.
but now we would like to make an editable window like grids or another interface.
This is the code we have written to display the text, if we want to display an interface with input box for example, how to make it?
a!buttonArrayLayout(
buttons: {
a!buttonWidget(
label: "Button",
style: "NORMAL",
confirmHeader: "test",
confirmMessage: ri!sample,
confirmButtonLabel: "submit",
cancelButtonLabel: "cancel"
)
},
align: "START"
)
Thanks
