Now that you have implemented online forms and online lists, You can embed the List into the form to implement a "master-detail" form.
As mentioned in the previous article, the form continues with the template, and all interfaces are based on the target. I only need to inject the grid load in the template background CS.
A. The default form path is/Forms/projectdoc. aspx.
B. The path of the Master/Slave form is/Forms/projectdoc. aspx? Grid = projdocs
C. Check whether the grid parameter is determined by page_load in the background Cs of the template. If the grid parameter exists, inject the grid display script to the page (see General List Design ).
D. In the/Forms/projectdoc. aspx script, add a link to: create a new document in the line header and update the document in the title.
So,Developers only need to complete "D" to develop master-slave applications": Specifies the subtable link script without any development.
Master-slave development can be completely independent.
When editing a sub-table:
This seriesArticle:
Development on iPad-Online B/S development user-defined general list
Development on iPad-Online B/S development form