Get value for a control in a section #25487
sbouey
announced in
Developers Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Start a discussion
I'm building a plugin that needs to add it's own section in some widget like "Text editor", "Heading" , ....
The section "my section" has a button , the button trigger an event but i need to get the value of field from other section
for text editor the value of the editor in section_editor
for the heading , the value for the title in section_title
in my section "my section" the button has an event like this :
The problem is the currentView give me the access to elements of the active section
i haven't found a way to have directly the value for the value of the editor in section_editor without this foreach
Thanks
Beta Was this translation helpful? Give feedback.
All reactions