Can you guys implements a working example of AbstractFcAppRouterLayout?, I have tried it but got some problems, the menuitem did not show etc.
Thanks for nice the job!
Can you guys implements a working example of AbstractFcAppRouterLayout?, I have tried it but got some problems, the menuitem did not show etc.
Thanks for nice the job!
Hello, we committed a small example of using [AbstractFcAppRouterLayout]
(https://github.com/FlowingCode/AppLayoutAddon/tree/master/src/test/java/com/flowingcode/addons/applayout). If you cannot make it work, please [create an issue in GitHub]
(https://github.com/FlowingCode/AppLayoutAddon/issues/new) and attach a simple project demonstrating the case, and we’ll take a look.
Regards
Hi Ronaldo.
Yesterday we released [a new version]
(https://vaadin.com/directory/component/app-layout-addon/4.0.0) that makes the AppLayout itself to be a RouterLayout. You can take a look to the [demo source code]
(https://github.com/FlowingCode/AppLayoutAddon/blob/v4.x/src/test/java/com/flowingcode/addons/applayout/AbstractLayoutView.java#L26) to see how to use it.
Regards.