Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
JS change IWEdit
#1
My example:
 
IWEdit.Text:='test1';

Template: {%IWEdit%}

JS: document.getElementById('IWEdit').value ='test2' or $('#IWEdit').val('test2');

JS good change value in IWEdit from test1->test2

I would like to now Intraweb detect change IWEdit with IWEditAsyncChange

procedure TForm1.IWEditAsyncChange(Sender: TObject;
  EventParams: TStringList);
begin
      WebApplication.ShowNotification('Change!', ntSuccess);
end;

This change event not work?! I forgot the property IWEdit?!
Reply


Messages In This Thread
JS change IWEdit - by matija - 03-07-2022, 09:08 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)