🕐️ 2min read
Introduction
The Common Header (otag.webaccess) module allows launching of apps in the browser and provides common functionality such as authentication and profiles for web based apps.
Usage - technical overview
The video covers the following:
webaccess.json
file overview- App installation and presentation
- Presentation of the custom links feature
- Presentation on a web app ('Webby' ) that does not have its own tab in the Common Header (Web Access), however it does show up in under the “AppWorks” tab in the Common Header.
- App structure overview
Code
Here is an example webaccess.json file:
{
"tabName":"Sample Name",
"handlers":[{"type":"test","url":"/myapp/blah"}],
"menuItems":[{"title":"Sample Menu Item 1","url":"http://www.example.com"},{"title":"Sample Menu Item 2","url":"http://www.test.com"}],
"appUrl":"http://example.com",
"helpUrl":"http://example.com/help",
"bannerUrl":"http://example.com/banner.png"
}