Skip to content

StatusBar

The classic status bar for messages and info.

Here's an example:

yaml
Controller: StatusBar
  Text: <p>Connected user: %Auth:UserName%</p>
ImageName: person

And here's the result:

./images/StatusBar.png

Note that the content can be translated:

yaml
Controller: StatusBar
  Text: <p>_(User: %Auth:UserName%)</p>
ImageName: person

Released under Apache License, Version 2.0.