Add some tooltips to path control nodes. Add code for fetching data: representation of raster images (commented out)

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@835 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-10-16 13:17:23 +00:00
parent abcb7aa579
commit 211c478bf0
2 changed files with 40 additions and 7 deletions

View File

@@ -399,9 +399,10 @@ function svg_edit_setup() {
svgCanvas.setTextContent(this.value);
});
$('#image_url').keyup(function(){
svgCanvas.setImageURL(this.value);
});
// TODO: consider only setting the URL once Enter has been pressed?
$('#image_url').keyup(function(){
svgCanvas.setImageURL(this.value);
});
$('.attr_changer').change(function() {
var attr = this.getAttribute("data-attr");