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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Add TriggerClick to extension widget

Chanin
11-Garnet

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

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

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
11-Garnet
(To:nmutter)

thanks you @nmutter, i can add triggerClick already.

Top Tags