Get the Sieve GUI partially working

This commit is contained in:
the-djmaze 2024-09-22 18:53:42 +02:00
parent 55c5910590
commit 7e45ffab74
11 changed files with 33 additions and 8 deletions

View file

@ -132,6 +132,11 @@ export class SieveScriptPopupView extends rl.pluginPopupView {
});
}
templateName(obj) {
const id = 'Sieve' + obj.constructor.name;
return document.getElementById(id) ? id : null;
}
beforeShow(oScript) {
// onShow(oScript) {
this.sieveCapabilities(capa.join(' '));