diff options
| author | Julie Lala <jules@okfoc.us> | 2013-12-19 10:04:36 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2013-12-19 10:04:36 -0500 |
| commit | 4500b5b16284caee6de00c82a7bf42120fb35b80 (patch) | |
| tree | f499e5f3d520c384716cd8781071bc18d796f85f /js/ui-template.js | |
| parent | 4851de56eb1ff2fb52e42dbab0858e0737e6df92 (diff) | |
width and height
Diffstat (limited to 'js/ui-template.js')
| -rw-r--r-- | js/ui-template.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/ui-template.js b/js/ui-template.js index 96ccbd3..816c99e 100644 --- a/js/ui-template.js +++ b/js/ui-template.js @@ -7,6 +7,12 @@ var UI_TEMPLATE = [ '<button id="record" disabled>record</button>', '<button id="save" disabled>save</button>', '<span id="status"></span>', + '<br>', + 'w <input type="text" id="w_el" value="" style="width:30px;"> ', + 'h <input type="text" id="h_el" value="" style="width:30px;"> ', + 'x <input type="text" id="x_el" value="" style="width:30px;"> ', + 'y <input type="text" id="y_el" value="" style="width:30px;"> ', + '<br>', '<div id="preview"></div>', '</div>' ].join("") |
