You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this equates to the domplate object which is the PageList's prototype, but I want this to be the PageList instance. If this is not possible then I would like some other way to access the PageList instance from this event handler.
The above is a specific example of the general case where I want to be able to access this as the 'outer' instance in event handlers, rather than this being the domplate prototype.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I'm not sure if this is a bug or part of the domplate design.
I want to be able to access the
PageList
instance from the followingonOpenOptions
event handler:harviewer/webapp/scripts/preview/pageList.js
Line 157 in 2027922
this
equates to the domplate object which is thePageList
's prototype, but I wantthis
to be thePageList
instance. If this is not possible then I would like some other way to access thePageList
instance from this event handler.The above is a specific example of the general case where I want to be able to access
this
as the 'outer' instance in event handlers, rather thanthis
being the domplate prototype.Thanks.
The text was updated successfully, but these errors were encountered: