<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello !<div class=""><br class=""></div><div class="">Thanks to some answers on my previous question, I realized that I missed something on using plugins in qwc2.<br class=""></div><div class=""><br class=""></div><div class=""> * In the file config.json, it is possible to add a new button in the topbar with following code : <i class="">{"key": "Print", "icon": "layers"},</i></div><div class="">Now, a new button appears with a new icon. It works exactly as the « Print » button.</div><div class=""><br class=""></div><div class=""> * I specify now a new name, replacing the above code by : <i class="">{"key": "Test", "icon": "layers"},</i></div><div class="">I still get the new button, but it does not have any effect even if I duplicate the file <i class="">qwc2/plugins/Print.jsx</i> under <i class="">qwc2/plugins/Test.jsx</i></div><div class="">I tried to specify this new plugin in config.json and js/appConfig.js, but it still does not work. Since I do not exactly know how to do it, it is quite sure that I did not do it that well.</div><div class=""><br class=""></div><div class="">Do you know where I can find a tutorial showing step by step how to add a new plugin, or can anyone explain it to me ?</div><div class=""><br class=""></div><div class="">Many thanks,</div><div class="">Xavier</div><div class=""><br class=""></div></body></html>