Merge branch 'master' of github.com:jonobr1/GUI-DAT

This commit is contained in:
George Michael Brower 2011-01-23 14:48:05 -07:00
commit b50f71fdf6
2 changed files with 19 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
GUIDAT.tmproj

View 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>