Routing Question
Answered
American Bobtail posted this in #help-forum
American BobtailOP
I have a component. One of the things it does is launch a modal using the router (so that 'back' works).
The component can appear in many places in the app.
When the modal is launched, it should sit on top of the page it was launched from, with that page visible underneath. All standard stuff.
Is there any way to set this up without needing to put a page file for the dialog in each of the places it might appear?
The component can appear in many places in the app.
When the modal is launched, it should sit on top of the page it was launched from, with that page visible underneath. All standard stuff.
Is there any way to set this up without needing to put a page file for the dialog in each of the places it might appear?
6 Replies
American BobtailOP
I think this requires me to make some kind of (..) folder wherever the component might be used?
I don't have much experience working with it but let me find some resources
American BobtailOP
Thanks I got there in the end