Mercurial > MadButterfly
changeset 275:40c0c907c6dd
Add button placeholder
author | wycc |
---|---|
date | Thu, 29 Jan 2009 22:34:24 +0800 |
parents | 96aae15527c8 |
children | 892d86c1a409 |
files | inkscape/firefox/inkscape.js inkscape/firefox/madbuilder.html |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/inkscape/firefox/inkscape.js Thu Jan 29 22:30:46 2009 +0800 +++ b/inkscape/firefox/inkscape.js Thu Jan 29 22:34:24 2009 +0800 @@ -217,6 +217,8 @@ ExtendScene(currentScene); } else if (id == 'DeleteScene') { DeleteScene(currentScene); + } else { + alert(id+' has not been implemented yet'); } }
--- a/inkscape/firefox/madbuilder.html Thu Jan 29 22:30:46 2009 +0800 +++ b/inkscape/firefox/madbuilder.html Thu Jan 29 22:34:24 2009 +0800 @@ -48,6 +48,8 @@ <a class='button' href='#'> <span id='InsertKey' onClick='onButtonClick(this)'>Insert</span></a> <a class='button' href='#'> <span id='ExtendScene' onClick='onButtonClick(this)'>Extend</span></a> <a class='button' href='#'> <span id='DeleteScene' onClick='onButtonClick(this)'>Delete</span></a> + <a class='button' href='#'> <span id='MakeSymbol' onClick='onButtonClick(this)'>Make Symbol</span></a> + <a class='button' href='#'> <span id='MakeButton' onClick='onButtonClick(this)'>make Button</span></a> <br/> <br/> </div>