If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
How to get current view with js in browser console ?
This is not possible, because there are no current view at all, any time the espo app will contain a lot of views not only one view.
In the list record page only you may have about 200 views at the same time
You may ask for current record view or current master view or something
My ultimate goal is to show a new view (a form view that I defined in custom) from external javascript (a <script> tag, for example).
To do so I'd need a reference to something in order to add it as a child view to the currently displayed panel.
Comment