Replies: 2 comments
-
Your description is very vague unfortunately, and also seems to be inconsistent.
Let us transfer this item to the "Discussions" tab for further clarification. |
Beta Was this translation helpful? Give feedback.
-
Assuming that you are referring widget hierarchies within a page: You do have access to the xref of widgets in the page, Similarly for the parent of a field |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
page can include form,get from tree
Describe the solution you'd like
forms = page.get_forms()
forms=[{
name:'form1',
children:[{name:'form2'},{name:'form3'}]
}]
objs = page.get_texttrace()
any object include "form" key
Beta Was this translation helpful? Give feedback.
All reactions