Navigation lists

Application navigation is an important user experience concern in web application design. Oracle JET provides diverse navigation components for us to choose from and design our application as per the business context and choice:

  • HTML:
        <div id="navlistdemo">          <div class="oj-flex oj-flex-items-pad">            <div class="oj-flex-item">              <label id="navigationLevellabelid">Navigation Level</label>              <div id="navigationLevelRadioId"                aria-labelledby="navigationLevellabelid"               data-bind="ojComponent: {                 component: 'ojRadioset',                 value: navigationLevel}" >                <span class="oj-choice-item">                  <input id="application" type="radio"                    name="navigationLevel" value="application">                  <label for="application">Application</label>                </span> <span class="oj-choice-item"> ...

Get Oracle JET for Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.