Questions tagged [oracle-jet]

Oracle JavaScript Extension Toolkit (JET) empowers developers by providing a modular open source toolkit based on modern JavaScript/TypeScript, CSS3 and HTML5 design and development principles.

Oracle JET(JavaScript Extension Toolkit) is a collection of open source JavaScript libraries (Preact or Knockout based architectures) along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services.

Oracle JET is a mobile first framework with its own UX/UI design called ALTA. Native themes for Android, iOS, and Windows are also provided. This makes developers less bothered about CSS and styling as the components come with a default theme out of the box. Themes are based on SASS and the .scss source is provided for easy theme modifications if desired.

For more information please visit http://oraclejet.org

216 questions
34
votes
8 answers

Uncaught SyntaxError: Unexpected end of JSON input at JSON.parse ()

I need some help with this error: Uncaught SyntaxError: Unexpected end of JSON input at JSON.parse () at Object.success (dashboard.js:22) at fire (jquery-3.3.1.js:3268) at Object.fireWith [as resolveWith] (jquery-3.3.1.js:3398) at done…
Ameur Baccoucha
  • 559
  • 1
  • 8
  • 17
4
votes
1 answer

Oracle JET validator required is not working?

I'm assuming that the front-end code is enough to check the empty validation like html(required) do.
4
votes
3 answers

How to manage session in Oracle JET application

How can I manage the session in Oracle JET application. I've been working on small pilot application where I need to check if the user is logged in on every request. I didn't find any resource on the same as the framework is recently published by…
IT ppl
  • 2,626
  • 1
  • 39
  • 56
3
votes
2 answers

Sunburst Oracle JET Data Binding

I am trying to use Oracle JET sunburst in my APEX web application. I want my sunburst to change label(language) based on toggling of a switch. Each time the switch toggles, an Ajax call is fired up and comes back with appropriate JSON result. I…
vas
  • 31
  • 2
3
votes
2 answers

Apply dynamic css styles to drop down list items in Oracle jet

Here is my drop down list