Link Button
Link Button is made to let your users easily navigate between pages and subpages.
You may configure the button: label, icon, size, color.
There are the following common use cases for the Link setting:
/page
— go to another web-page with route/page
./parm
— add parameter to URL. e.g. You are clicking that button onyourapp.directual.app/catalogue/category
. You'll get toyourapp.directual.app/catalogue/category/param
../
— go back to one level.../../
— go back to two levels, etc. You may use such combinations as../../anotherpage
You can apply Templating engine for the fields Link and Label.
Last updated