initial checkin from subversion

This commit is contained in:
Tretter
2017-02-07 20:04:47 +00:00
commit d646c300cb
1587 changed files with 184610 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<img id="{{id}}__image" src="" width="150" />
<button id="{{id}}"
{{#if btnStyle}}
style="{{btnStyle}}"
{{/if}}
name="{{id}}" value="{{value}}" onclick="this.picFun.takePic(this);" class="topcoat-button--large myPicBut">{{label}}</button>
<script>
// "Activate" the Handler...
// adding a funciton to a HTML element doesn't seem to be possible with jQuery?!
document.getElementById("{{id}}").picFun= new app.myCamHandler();
</script>