|
<< Click to Display Table of Contents >> Navigation: Telegram > 2019 > 11 > 01 > Telegram_2019-11-01T12 |
2019-11-01T12:00:42
From this, you can call Delphi code from Javascript and call Javascript from Delphi.
2019-11-01T12:09:41
You can put a iwbutton with AsyncClick. Run you delphi code, after:
type: pre WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA(
'$(\#IWSelect2_xxx\).select2(xxx);' + slineBreak +
'$(\#fornec_xxx\).DataTable().xxx;'
); language:
2019-11-01T12:52:27
Thanks very much for everyone's feedback. I'm having to head out for the weekend now, but I'll be coming back on Monday to dive headfirst into my options and give it a shot