How to find references of a page / widget in interactions

advanced-prototyping

#1

Hi
Is there a way to find the usage of a page/widget/dynpanel in scripts?

When I have major changes, I sometimes copy a page to do the changes testwise and for discussing. After finishing I would like to change all scripts to use the new page and delete the old afterwards.

HerSta


#2

@HerSta i usually duplicate the existing page as backup, and do my major changes still in the existing page, then all the linkages are still correct without changing anything


#3

We are describing the UI for train-drivers. The pages are ordered hierarchically.
When i edit the “original” page, the HTML-Demo is showing the new, uncompleted “first”. I prefere the original, old page first.

Your answer tells me, that there is no way to search for “names” in scripts…

HerSta


#4

If your scripts in side the page are assigned to the elements on the page, you can just clear old page, select all elements on a new page by Ctrl+A, and copy them to a new page.
All interactions inside the page will be copied with the elements, and name and index of the old page will remain untouched.


#5

@adverico it has limitations, for example, onPageLoad to set value to a widget