|
<< Click to Display Table of Contents >> Navigation: Telegram > 2018 > 06 > 05 > Telegram_2018-06-05T06 |
2018-06-05T06:53:08
Hi type: mention_name Mohammad Fateh user_id: 583445167 , your javascript function has named type: code Menu_SetEnabled
2018-06-05T06:54:07
this:
type: code ss := Format('$(\#%s\).SetEnabled(\%s\, \%s\);', [HTMLName, HTMLName + '_' + MenuItemName, strValue]);
to:
type: code ss := Format('$(\#%s\).Menu_SetEnabled(\%s\, \%s\);', [HTMLName, HTMLName + '_' + MenuItemName, strValue]);
2018-06-05T06:58:24
and call java script
type: code WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA( );