button

button, tile type

The button tile displays a button on the dashboard. It takes no input data and therefore uses no with block. The tile title, when provided, supplies the button text.

show button "Open docs" {
  href: "https://docs.lokad.com/";
  hrefTarget: "blank"
}

The title is optional, following the general show rules.

StyleCode

For generic StyleCode rules, see stylecode.

User Contributed Notes
0 notes + add a note