Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 1a1b522

Browse files
author
Jelte Lagendijk
committed
Fix #12 Button images not showing
1 parent 4b43f5f commit 1a1b522

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

dist/TreeView.mpk

3 Bytes
Binary file not shown.

src/TreeView/widget/Commons/Action.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ define([
8080
else {
8181
this.mxbutton = new mxui.widget._Button({
8282
caption : this.actbuttoncaption,
83-
icon : this.actbuttonimage,
83+
iconUrl : this.actbuttonimage,
8484
onClick : dojo.hitch(this, this.invokeOnSelection),
8585
type : "button",
8686
cssclass : this.actclassname,

test/widgets/TreeView.mpk

3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)