Create Navigation Drawer in VBCS (Part1)
This is a multi-part blog wherein we will create a navigation drawer for WebApplication using VBCS. As part of this blog, we will create a VBCS application with a hamburger icon in the ui header on whose click the navigation drawer will open or close. Create a sample app with multiple flows Define 2 custom events in testnavapp, these events will then be used by underlying page fragments to open/close navigation drawer and to route page flow based on the selection done. Note: For newer application these events are created by default hence do this step only if you have an old application where you want to implement navigation drawer. Create/Edit the Header Fragment to add Navigation drawer icon on top. Note: Header Fragment is created by default in newer applications, if it does not exist feel free to create a new one. < header role = "banner" class = "oj-sm-flex-initial vb-web-applayout-header oj-sm-only-hide" > < div class = "oj-flex-bar oj-sm-alig...