Styling: Application Shell: Web
Oracle® JavaScript Extension Toolkit (JET)
8.0.0
F18189-01
- Version:
- 8.0.0
| Class(es) | Description | Example Usage |
|---|---|---|
| oj-web-applayout-body | Place on the body tag when using oj-web-applayout-* classes. |
|
| oj-web-applayout-offcanvas
oj-web-applayout-offcanvas-icon
|
Classes for application layouts requiring a navigation drawer using
Offcanvas. Note that the oj-contrast-marker class should
be used on the oj-web-applayout-offcanvas element to correctly theme
the navigation drawer elements. Use the oj-web-applayout-offcanvas-icon
class on the Offcanvas toggle button within the header for the
navigation drawer toggle image. |
|
| oj-web-applayout-page | Class used to setup the page layout which may include a header, main content area, or footer. . | |
| oj-web-applayout-header | Class used on a header element to style a web application header with styles like a background-color or height. | |
| oj-web-applayout-header-title | Class used on a header title element to style the font properties of a web application page title. | |
| oj-web-applayout-content | Class used on the page content element to ensure proper layout within
the application layout. This class expects the use of oj-flex oj-flex-items-pad within the contents. |
|
| oj-web-applayout-content-nopad | Class used on the page content element to ensure proper layout within the application layout. This class has no padding, and therefore needs to be combined with appropriate padding class. See Web Padding for more information. | |
| oj-web-applayout-footer | Class used on a footer element to style a web application footer with styles like a background-color or border. | |
| oj-web-applayout-footer-item | Class used on a footer child element to responsively align its content based on screen size. | |
| oj-web-applayout-navbar | Place around the JET navigation list element to style a web application navigation bar. | |
| oj-web-applayout-max-width | Place on elements to restrict their max-width to the maixmum application page width. | |