This project contains a set of Javascript functions that will allow your website users to interact with the data stored in On Page.
Import the minified library into your website using CDN:
<script src="https://cdn.jsdelivr.net/npm/onpage-widgets@1/dist/index.min.js"></script>
This section will describe all the available functions.
This function allows you to open a modal window within your website that allows the user to edit a Thing. The user will be asked to login, and of course it must already have write access to this project.
OnPage.openEditModal(thing_id, schema_id, resource_id);
Launch the demo server:
cd demo
yarn
yarn dev
Build files into dist/
folder:
yarn
yarn build