mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Merge branch 'master' of github.com:jonobr1/GUI-DAT
This commit is contained in:
commit
b50f71fdf6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
GUIDAT.tmproj
|
18
proto/draggable-button.html
Normal file
18
proto/draggable-button.html
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<head>
|
||||||
|
<title>Draggable Button Prototype</title>
|
||||||
|
<script type = "text/javascript">
|
||||||
|
|
||||||
|
// 1. create a container div
|
||||||
|
// 2. stuff buttons in there via the constructor outlined by george
|
||||||
|
// a. No Arguments Draggable Input
|
||||||
|
// • Made up of html input button type of number
|
||||||
|
// b. Arguments Draggable Input
|
||||||
|
// • Made up of html input button type of number
|
||||||
|
// 3.
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user