You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Save it under you widgets folder, for example in advanced template backend\widgets
or in basic app app\widgets.
and inside widgets folder, create views folder and create that view file controller-navigator.php
and u can customize your view to display the links.
Simple example
note that controller names should be converted to kebab case (this is how a controller id is made).
Now you can use ControllerNavigatorWidget anywhere in the project.
Save it under you widgets folder, for example in advanced template
backend\widgets
or in basic app
app\widgets
.and inside widgets folder, create views folder and create that view file
controller-navigator.php
and u can customize your view to display the links.
Simple example
note that controller names should be converted to kebab case (this is how a controller id is made).
Now you can use ControllerNavigatorWidget anywhere in the project.
Example usage: