ep_sketchspace_pdfbackground
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "ep_sketchspace_pdfbackground", | ||
"description": "Add image/pdf annotation functionality to SketchSpace", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": "RedHog (Egil Moeller) <egil.moller@freecode.no>", | ||
@@ -6,0 +6,0 @@ "contributors": [], |
@@ -10,7 +10,7 @@ var padeditor = require('ep_etherpad-lite/static/js/pad_editor').padeditor; | ||
widgetsInTemplate: true, | ||
templateString: '<span>' + | ||
templateString: '<ul>' + | ||
' <li id="addImage" dojoAttachPoint="addImgButton">' + | ||
' <a title="Add image"><span class="buttonicon buttonicon-addimage"></span></a>' + | ||
' </li>' + | ||
'</span>', | ||
' </<li>' + | ||
'</ul>', | ||
startup: function () { | ||
@@ -35,3 +35,3 @@ this.inherited(arguments); | ||
args.widget.addTools.addChild(new ep_sketchspace_pdfbackground.DesignerUIMenuAddTools()); | ||
args.ui.addTools.addChild(new ep_sketchspace_pdfbackground.DesignerUIMenuAddTools()); | ||
@@ -38,0 +38,0 @@ if (typeof(pad) != "undefined") { |
11977