Create Navigation Drawer in VBCS (Part2)

 In this part we will create another Page Fragment to create and style our custom Navigation List component

  • Create a new page Fragment shell-drawer, this will have our Navigation List
  • Drag and drop custom Navigation List into the fragment

Note: here we will be showing static Navigation List, for dynamic list you can modify the application as per below blog

Dynamic Navigation List

  • Modify the list to have our custom flows, also set drill mode to sliding, below is the complete code for the same.

  • Add Drawer Layout to Shell page and make sure all the components are withing the Drawer Layout and the shell-drawer Fragment is added to the same

  • Now run the Application to see if the Navigation Drawer is displaying correctly or not



If the applications look and feel is not as per the displayed page then it should be missing some css classes, at the end of the blog I will attach all the classes used for the same

Comments

Popular posts from this blog

Mavenize an Oracle ADF Application

Creating Column Filter on a VBCS Table using ListDataProvider(LDP)

Using Custom Colors in Sunburst Chart