Note | ||||||||
---|---|---|---|---|---|---|---|---|
This page details an advanced example of creating a custom widget from scratch. While this widget is shipped with Profound UI, the widget is not built-in to the product. If you require a Google Maps widget for your application, we recommend using a basic iFrame widget that points to the Google Maps URL instead. The attached files show a simple example of the recommended way of adding a Google Maps ‘widget’ to your application.
|
Creating a custom widget from scratch requires you to write JavaScript code to perform the following steps:
...
All JavaScript code should be saved into an external file that is placed in the /www/profoundui/htdocs/profoundui/userdata/custom/widgets IFS directory.
The completed example widget can be found in the Profound UI Visual Designer in the Custom Widgets section:
...