Responsiveness
Responsive web design is provided by the Oracle JET framework for the web pages with the help of fluid grids, scalable images, and media queries. The framework has an exhaustive 12-column grid system and form layouts with styles for different sized screen devices. Grid and Media queries help the pages to render as per the screen resolution. Let us quickly review an example form layout and how it varies between a desktop and a mobile screen, as follows:
- HTML:
<div id="sampleDemo" style="" class="demo-padding demo-container"> <div id="componentDemoContent" style="width: 1px; min-width: 100%;"> <div id="form-container"> <p>Demo width in <span class="demo-screen-range"></span> screen range.</p> <div class="oj-form-layout"> // input form components with style classes for layout <div class=...