Skip to content

web.elements.ui_button

fabionogueira edited this page Sep 9, 2017 · 6 revisions

Summary

O Elemento HTML <ui-button> representa um botão clicável.

Usage

<ui-button
    data-plain
    data-icon-cls=""
    data-icon-position="">
    My Text Button
</ui-button>

Attributes

  • data-icon-cls @bindable A CSS class to display a 16x16 icon on left
  • data-icon-position @bindable Position of the button icon. Possible values are: 'left','right','top','bottom'
  • data-plain @bindable True to show a plain effect.

Examples

Clone this wiki locally