Skip to content

loginFlamingoViewer

Geert Plaisier edited this page Jun 7, 2019 · 3 revisions

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!

  1. First, go to the layoutmanager of the application.
  2. Drag 'n drop an html component to the desired region, or not if you already have one.
  3. Go to "edit source" (bron aanpassen)
  4. Copy-paste the following code at the desired place:
<span id="loginInfo">Niet ingelogd</span>
<a href="#" id="loginLink" onclick="login()">Inloggen</a>
  1. Done.