...
- Make sure all the required components exist within an application.
- (From component 3) Click "Edit Page Components".
- Add a CRUD component to the Design.
- Configure the CRUD component's properties as such:
Under Configure CRUD:
Form Label Value Label * Manage Meeting List * List - Calendar - Meeting Form (Edit) Calendar - Meeting Under AJAX & Events:
Form Label Value Handle Component with AJAX? (Checked) - Checking this label will enable the following sub-properties. Event Listening Row 1 Component Object Form Event Name * reload_table Matched Action Show and Reload Component Event Triggering Row 1 Event Name * load_form Trigger Method * Link Clicked Parameters Changed Rules
Row Parameter Name * Operator Value 1 _mode Operator
ValueEquals To edit When Not Match Trigger Event Name hide_form
- Result (with added data) after completing step 4:
- Save the new configuration.
- Add a Form component to the Design.
- Configure the Form component's properties as such:
Under Configure Form:
Form Label Value Label * Form Form * Calendar - Meeting Display Field as Label When Readonly? (unchecked) Under Redirection:
Form Label Value URL Redirect on Cancellation ?close=true Under AJAX & Events:
Form Label Value Handle Component with AJAX? (Checked) - Checking this label will enable the following sub-properties. Event Listening Row 1 Component Object Manage Meeting Event Name * hide_form Matched Action Hide Component Row 2 Component Object Manage Meeting Event Name * load_form Matched Action Show and Change Component URL Parameters Parameters *
Row Parameter Name * Parameter Value 1 id (id) 2 close false 3 _action edit 4 _mode edit Row 3 Component ObjectForm Main Menu Component Event Name * reloadpage_tableloaded Matched Action Show and Reload Hide Component Row 4 Component Object Form Event Name * reloadhide_tableform Matched Action Show and Reload Hide Component Event Triggering loadRow 1 Event Name * hide_form Trigger Method * Link ClickedGET Request Parameters Changed Rules
Row Parameter Name _mode Operator Value* Operator Value 1 close Equals To true Row 2 edit When Not Match Trigger Event Name * reload_table Trigger Method * POST Requesthide_form
- Result from completing step 8:
- Save the new configuration.
- You have completed all the required steps to achieve the expected outcome.