How to access data(text area or variable) from container and save them to model?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-12-05 4:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-12-06 8:50 PM
Hi,
I would recommend looking at tutorial 3 step 2 in the documentation which shows how to send and save data in the model.
Concerning the container question it should not be different from the tutorial shared as well. Or are you talking about a custom container ? Please share more context to your questions.
/Romain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-12-06 9:20 PM
Yes it is custom container.
First of all I create custom container like this :
And this container implement in another custom container:
And make "ConfigName" invisible.
"ConfigName" I want to change when I add temperature sensor. I go to View like this:
Change controller name to Main module and after clicking save I want to save this text to model and replace from "ChangeName" to "Main module"
