VWG UniqueIdExtender extender, how to in WiseJ

0
0

Please

 

a] share how to specify the client side ID of the component, as we are able to do with UniqueIdExtender of VWG.

b] share how to retrieve a client side ID of component, like a button…?

 

Thank you

Pavel Weiss

 

  • You must to post comments
0
0

Hi Pavel,

you can get unique IDs by adding this to your default.json:

"options": {"automation.mode":  true},

Best regards,
Frank

 

  • Pavel Weiss
    thanks, but that does not answer my question, I need the controlID from to be available in c# code… and the (a) portion of the question is not answered as well, can you provide valid answer, please?
  • Levie (ITG)
    Hi Pavel, In C# you can use: `((IWisejComponent)this.button1).Id` , from JavaScript you can use: `this.getId()` from the client-side widget’s context. If you need to set an identifier on the client, you should provide more context on what you’re trying to accomplish so we can provide an appropriate solution for your situation. Best, Levie
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.