Settings button

This sample page will demontrate how to implement a settings button.

Implementation

The settings button is added in the appTop section of the page.

You can provide the URL of where you want to redirect the user to, throught the href parameter

defTop.outerHTML = wet.builder.appTop({
...
    "appSettings": [{"href": "#"}]
...
});