668
edits
| Line 24: | Line 24: | ||
* creates an IFRAME and loads the prescribed WebMod URL into it. | * creates an IFRAME and loads the prescribed WebMod URL into it. | ||
* when the WebMod's page is fully loaded and ready, it | * when the WebMod's page is fully loaded and ready, it indicates readiness by sending a message to the WMF. | ||
* WMF and the WebMod engage in user authentication and potentially authorization ( | * WMF and the WebMod engage in user authentication and potentially authorization (see below). | ||
* WMF sends additional messages to the WebMod to fulfill the actual feature. The pattern and structure of these messages depend on the specific feature being implemented. For F1, the specifics of the API are defined below. | * WMF sends additional messages to the WebMod to fulfill the actual feature. The pattern and structure of these messages depend on the specific feature being implemented. For F1, the specifics of the API are defined below. | ||
=== User Interface === | === User Interface === | ||
edits