Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2708 Vizualizări

Hello, 

I am having a problem that when I add a custom JS widget to the SystrayMenu on the Sign app the document no longer displays. 

I have used this code to not add the widget on the model sign.template when someone refreshes the page. The app would then be added once a user refreshes anywhere out of the sign app. 

if(window.location.href.indexOf("model=sign.template") <= -1){
  SystrayMenu.Items.push(RWidget);
}

Has anyone else had any experience with this issue? 

I am going to try and create and test some JS Widgets and see the results. 

Imagine profil
Abandonează

Just ask on it that Have you returned custom widget(i.e. return Rwidget)?

Type a message

Autor

Hello Jainesh,

Thank you for the response, I do return the Widget after the condition:

if(window.location.href.indexOf("model=sign.template") <= -1){

SystrayMenu.Items.push(RWidget);

}

return RWidget;

Have you experienced this on JavaScript Widgets before?

Thanks,

Related Posts Răspunsuri Vizualizări Activitate
1
mai 23
7129
1
iul. 16
4002
1
iun. 23
2934
2
dec. 19
8431
1
dec. 19
5621