jablonka.czprosek.czf

freenet-router

Subversion Repositories:
[/] [trunk/] [freenet-router/] [var/] [www/] [freenet-router/] [Framework/] [Resources/] [templates/] [UI/] [Button.twig] - Rev 2

Compare with Previous - Blame - Download


<a href="#" class="btn btn-default {{component.mainStyle}} btn-sm" 
   style="position:absolute;
   width:{{component.size.x}};
   height:{{component.size.y}};
   top:{{component.position.y}};
   left:{{component.position.x}};"
   id="{{component.fullName}}" 
   name="{{component.name}}" 
   value="{{component.value}}" 
   {%if component.onClick|length > 0 %}onclick="invokeEvent(this,event);"{% endif %}
   >
    {% if component.icon is not null %}<span class="glyphicon {{component.icon}}"></span> {% endif %}
{{component.value }} </a>   

Powered by WebSVN 2.2.1