loginFlamingoViewer - B3Partners/tailormap-legacy GitHub Wiki
You have configured some layers/components with extra rights and want to have a link to let the users log in? You have come to the right page!
- First, go to the layoutmanager of the application.
- Drag 'n drop an html component to the desired region, or not if you already have one.
- Go to "edit source" (bron aanpassen)
- Copy-paste the following code at the desired place:
<span id="loginInfo">Niet ingelogd</span>
<a href="#" id="loginLink" onclick="login()">Inloggen</a>
- Done.