Tobago Demo

Menu

Command

Commands are ways to execute actions after clicked by a user.

Link

<tc:link label="Apache Website" link="https://www.apache.org"/>
Apache Website

Button

<tc:button label="Submit"/>

Buttons

<tc:buttons>
  <tc:button label="Left" omit="true"/>
  <tc:button label="Center" omit="true"/>
  <tc:button label="Right" omit="true"/>
</tc:buttons>

Links

<tc:links>
  <tc:link label="Apache Website" link="https://www.apache.org"/>
  <tc:link label="Wikipedia" link="https://en.wikipedia.org/wiki/Apache_Software_Foundation"/>
</tc:links>
© 2005-2025 Apache Software Foundation, Licensed under the Apache License, Version 2.0.