Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
The showRichContent module accepts data containing (references to) html, javascript and css to add a rich content elements to the current page. The syntax van de data matches the output of the fetchPage module.
webanizr.send('showRichContent', data, parameters, callback);
The data can contain the following key-value pairs that will be used to build the rich content:
The html id of the DOM element in which the rich content will be placed. The content that is already in this element will be replaced.
The value for this key should be a DOM element containing de DOM element to be added.
A list of urls to css files to be added to this page to create the correct design for the rich content.
urls__fonts (optional)
A list of urls to css font files to be added to this page to create the correct design for the rich content.
The showTemplate accepts the following parameters:
If set to true, no css files will be added, even if there are urls in the urls__ccsfiles section of the data.
If set to true, no font files will be added, even if there are urls in urls__fonts section of the data.
The callback is called with the original data.
https://cdn.cpmodules.webanizr.com/demo/display-remote-page/index.html