+1
What tags should I use to make a user manipulated UI?
I'm a new coder. I am trying to make a app with multiple text fields that can be reconfigured by the user and saved as a template. What tags do I need to use to do something like this?
Служба підтримки клієнтів працює на UserEcho
This is a pretty broad question that could potentially involve several moving parts.
I would probably create a grid template (a series of panels) where textfields and labels can be added and removed and use that as a basis for placing new things in on action.
Then select a class (which would be a pre-made textfield/label group) place it using the concept of <create> and <delete>.
Then you would need to set [preferences:] for what and in which grid panel they are placed and use that to recreate them later as a series.
I would review the above concepts in our documentations site and see if you have any questions.