Hi I have a page that open light-box1 that have event that open light-box2. light-box2 have a user selection that need to be pass to the main page when light-box2 is closed and trigger an event that update a table on the main page when light-box2 is closed.
any ideas looks like the light-box.close(Object) is not going to work here.
also how to trigger the event of changing the main page elements from the light-box2 event.
1 Like
Hi the getcontext allow to pass data from the parent page to the light-box. in this case lightbox2 was open not from the page but from another light-box.
Also even if i retrieve the data from the storage api how can the event of the light-box activate action on the main page (like add this data to the table and hide() / Show() elements)?
Thanks