mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
18 lines
580 B
HTML
18 lines
580 B
HTML
|
<!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>
|