V11 Dialog Component - Submitting Data
Uploaded on Aug 16, 2013 / 747 views / 1082 impressions / 0 comments
Description
D7 Dialog Component Submitting Data
This video shows how you can put a button on the Dialog to submit the data in the Dialog Component to the server, and how the AfterDialogValidate event is fired where your Xbasic code can handle the event. Typically, your Xbasic event handler would save the submitted data to a table. You are free to write your own code to perform this task, or you can use Server-side Action Scripting to write the code for you (as shown in a subsequent video).