commit | ba09ed21084d493c1c765c0a22c2238ef489c5a4 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Oct 01 16:01:45 2020 +0200 |
committer | Akron <nils@diewald-online.de> | Thu Oct 01 16:01:45 2020 +0200 |
tree | 6abdae7af8a33c0b420b56e291c86d515b336c2f | |
parent | 3d9ce5e7f2a0c37c4db9984008ab810b8a745661 [diff] [blame] |
Add 'setWidget' action for plugin registration Change-Id: I1ecdc14b7f906e2d3e15f3775af1dc98fd5bf2f8
diff --git a/dev/demo/export.js b/dev/demo/export.js index ef1c313..3db7bf4 100644 --- a/dev/demo/export.js +++ b/dev/demo/export.js
@@ -31,7 +31,7 @@ 'icon' : "\uf019", 'classes' : [ 'button-icon', 'plugin' ], 'onClick' : { - 'action' : 'addWidget', + 'action' : 'setWidget', 'template' : 'http://localhost:7777/export' } } ]