How to use Login Button v1.1 in the theme using mendix 2.5

6
Is there documentation about this new app. According to previous questions in this forum i could use this app to display a text value "Welcome: <username>" in the top of the window. I would like to add this in the index.html of my custom theme. Could anyone provide a short manual to do this. Maybe as documentation in the app store itself?
asked
1 answers
3

It can be done as follows:

  1. In the modeler, build a form, which uses the widget an configure it
  2. Deploy the application, search for the .mxf file corresponding to the form, copy the widget related xml tag and paste it into your index.html
  3. Test. Many widgets will NOT work in the index.html, since they are not loaded through the client API, but if you are lucky, yours will.
answered