Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle JET for Developers

You're reading from   Oracle JET for Developers Implement client-side JavaScript efficiently for enterprise Oracle applications

Arrow left icon
Product type Paperback
Published in Dec 2017
Publisher Packt
ISBN-13 9781787284746
Length 282 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Raja Malleswara Rao Malleswara Rao Pattamsetti Raja Malleswara Rao Malleswara Rao Pattamsetti
Author Profile Icon Raja Malleswara Rao Malleswara Rao Pattamsetti
Raja Malleswara Rao Malleswara Rao Pattamsetti
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Getting Started with Oracle JET FREE CHAPTER 2. Oracle Alta UI 3. Tool Integration 4. Knockout JS 5. Oracle JET Components – Form Elements, Controls, and Data Collections 6. OJ Components – Layouts, Navigation, and Visualizations 7. Framework 8. Hybrid Mobile Application Development 9. Testing and Debugging 10. Security and Version Migration

Steps involved in adding a component


Now that we understand the list of components offered by the Oracle JET framework, let's review the steps involved in adding these components to the application before looking at the syntax and usage of these components in groups as follows:

  1. Create a web application for Oracle JET, as discussed in the Chapter 1, Getting Started with Oracle JET.
  2. Based on your requirements, choose the set of Oracle JET components you need for your application.
  3. Include the components to your page, along with Knockout data binding to associate the state for components. For example, refer to the dateTime component as follows:
        <div id="div5">
          <label for="dateTime">Date and Time</label>
          <input id="dateTime5"
            data-bind= "ojComponent: {component: 'ojInputDateTime', 
            value: value}"/>
           <br/>
           <span class="oj-label">Date Time Selected:</span>
           <span data-bind...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime