1 | 2 | simandl | <a href="#" class="btn btn-default {{component.mainStyle}} btn-sm" |
2 | | | style="position:absolute; |
3 | | | width:{{component.size.x}}; |
4 | | | height:{{component.size.y}}; |
5 | | | top:{{component.position.y}}; |
6 | | | left:{{component.position.x}};" |
7 | | | id="{{component.fullName}}" |
8 | | | name="{{component.name}}" |
9 | | | value="{{component.value}}" |
10 | | | {%if component.onClick|length > 0 %}onclick="invokeEvent(this,event);"{% endif %} |
11 | | | > |
12 | | | {% if component.icon is not null %}<span class="glyphicon {{component.icon}}"></span> {% endif %} |
13 | | | {{component.value }} </a> |