1
0
Fork 0
fgdata/Phi/topics/Tools/Stopwatch.html

18 lines
684 B
HTML
Raw Normal View History

2015-03-17 09:41:04 +00:00
<div class="ui-widget ui-corner-all" data-bind="foreach: watches">
<div class="ui-widget-header">
Stopwatch
<button style="float: right"
data-bind="button: {
icons: {
primary: 'ui-icon-newwin'
},
text: false
},
click: $parent.toDialog"
title="Detach"
></button>
</div>
<div class="ui-widget-content ui-corner-all" data-bind="component: { name: 'Stopwatch' }"></div>
2015-02-18 11:31:00 +00:00
</div>
<button data-bind="button: { label: 'Add', icons: { primary: ' ui-icon-plusthick' } }, click: addWatch"></button>