Page 1 of 1

Name of the button

PostPosted: 25 May 2019 07:50
by etwoss
Hi

I need javascript like this:

$(<#btnSearch#>).button({ disabled: true });

Whats the name of the button created in a FrameRegion DialogOptions,Buttons??

Eric

Re: Name of the button

PostPosted: 27 May 2019 09:02
by Alexander Bulei
Hi Eric,

Use the btnSearch.GetIDJQuery for $(<#btnSearch#>)

Best Regards.