buttons.
- took too much time trying to get the better coffeescript bundle to do something sane.
This commit is contained in:
parent
720f312bff
commit
085adf6f03
2 changed files with 16 additions and 1 deletions
|
|
@ -11,8 +11,11 @@ Editor for Sahli files.
|
|||
* allow Amiga choices
|
||||
* colorpicker
|
||||
- edit existing item
|
||||
- remove item
|
||||
- clear whole file
|
||||
- copy/clone
|
||||
- move items around
|
||||
- sort items
|
||||
- output to screen (copy into file)
|
||||
* run from node - save filename dialog
|
||||
|
||||
|
|
@ -23,3 +26,12 @@ Title, load existing, and new file options.
|
|||
Silliness for checking that this works.
|
||||
$(-> $("h1").hide().slideDown(500))
|
||||
|
||||
Create a split button to choose between the New and Load functionalities
|
||||
(As we aren't going to ever load a file _and_ do a new file.)
|
||||
(If someone wants to do that, they can restart with F5 or something.)
|
||||
|
||||
$(-> $("#newsahli").button { disabled: false} )
|
||||
$(-> $("#loadsahli").button { disabled: false} )
|
||||
|
||||
|
||||
|
||||
|
|
@ -9,7 +9,10 @@
|
|||
<body>
|
||||
<h1>Sahli Editor</h1>
|
||||
<div id='editbox'>
|
||||
<p>form would go here</p>
|
||||
<div>
|
||||
<button id='newsahli'>New</button>
|
||||
<button id='loadsahli'>Load</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue