cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Add TriggerClick to extension widget

Chanin
12-Amethyst

Add TriggerClick to extension widget

Hello All,

I have create an extension widget already and I want to add TriggerClick like default ptcs-button to my extension widget

triggerclick.png

please suggestion 

thankyou

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
nmutter
14-Alexandrite
(To:Chanin)

Hey Chanin,

feel free to get inspired from my extension. I have to events defined 'ClearSelectedRows' and 'SelectAllRows'. See code here https://github.com/doubleSlashde/InfotableInspectorWidgetTWX/blob/main/ui/infotableinspector/infotableinspector.ide.js#L42

and the other files

Hope that helps!

View solution in original post

6 REPLIES 6
bchaudhary
17-Peridot
(To:Chanin)

Hello @Chanin 

 

Can you pls share the version of ThingWorx that you are using?

 

Regards

Bhawna

Chanin
12-Amethyst
(To:bchaudhary)

Hello @bchaudhary 

 

I'm using Thingworx version 8.5 and Eclipse IDE to compile the widget.

Please suggest and thank you for your replay

 

Regrads

Chanin

Hello @Chanin ,

 

Can you please provide me little bit more details on your request please. Are you trying to setup the default button that triggered on particular event? If possible can you please send me the Test XML file of the Mashup. 

 

Waiting for your kind reply. 

 

Thanks & Regards, 

Surbhi Patel

Chanin
12-Amethyst
(To:SP_10367074)

I can already add a triggerClick in extension widget, anyway thanks you sir.

nmutter
14-Alexandrite
(To:Chanin)

Hey Chanin,

feel free to get inspired from my extension. I have to events defined 'ClearSelectedRows' and 'SelectAllRows'. See code here https://github.com/doubleSlashde/InfotableInspectorWidgetTWX/blob/main/ui/infotableinspector/infotableinspector.ide.js#L42

and the other files

Hope that helps!

Chanin
12-Amethyst
(To:nmutter)

thanks you @nmutter, i can add triggerClick already.

Top Tags