Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Getting current page name in a splitter
-
How can I get the current page’s name in an ons-splitter?
I can only find documentation on how to do this in a navigator.
-
@rgins16 You use the page attribute for content. The documentation
here describes it. I created a codepen demonstrating it here: https://codepen.io/anon/pen/wWEyoN
-
Thank you!