oracle-jet

Upgrade to OJet 5.0.0 issue: ojcorebundle.js not found

我是研究僧i 提交于 2020-01-02 09:21:45
问题 After following the migration path from 4.x.x to 5.0.0, I've came to the issue that when runnig the migrate application (with ojet serve) I get some errors in the browser console, related to the libraries: - ojcorebundle.js - ojcommoncomponentsbundle.js - oj3rdpartybundle.js Checking the network i see that those are not found. I've checked also the generated libs folder and the node_modules, @oracle folder and no luck. 回答1: It seems that those files are not included in v5.0.0. There's a

Upgrade to OJet 5.0.0 issue: ojcorebundle.js not found

余生长醉 提交于 2020-01-02 09:21:14
问题 After following the migration path from 4.x.x to 5.0.0, I've came to the issue that when runnig the migrate application (with ojet serve) I get some errors in the browser console, related to the libraries: - ojcorebundle.js - ojcommoncomponentsbundle.js - oj3rdpartybundle.js Checking the network i see that those are not found. I've checked also the generated libs folder and the node_modules, @oracle folder and no luck. 回答1: It seems that those files are not included in v5.0.0. There's a

Oracle JET: Knockout not updating variable

拟墨画扇 提交于 2019-12-24 10:59:25
问题 I have the following oracle jet and knockout html file <oj-dialog style="display:none;width: 600px;" id="addNewTag" title='Tag New Build' cancel-behavior='icon'> <div slot="body"> <div class="oj-form-layout"> <div class="oj-form oj-sm-odd-cols-12 oj-md-odd-cols-4 oj-md-labels-inline oj-form-cols-labels-inline oj-form-cols-max2"> <div class="oj-flex"> <div class="oj-flex-item"> <oj-label for="releaseVersion">Release Version</oj-label> </div> <div class="oj-flex-item"> <oj-input-text id=

Swipe to Reveal is not working

霸气de小男生 提交于 2019-12-18 09:46:19
问题 I have implemented a swipe to reveal Oracle JET component. Below is my Js code this.action = ko.observable("No action taken yet"); this.handleReady = function() { // register swipe to reveal for all new list items $("#listview").find(".item-marker").each(function(index) { var item = $(this); var id = item.prop("id"); var startOffcanvas = item.find(".oj-offcanvas-start").first(); var endOffcanvas = item.find(".oj-offcanvas-end").first(); // setup swipe actions oj.SwipeToRevealUtils

Oracle jet :: persist button set states in list view items (models) on sorting / filtering

半城伤御伤魂 提交于 2019-12-11 20:30:15
问题 I have a list view with items that contain toggle buttons. I am using the oj-buttonset-many widget to achieve this. enter image description here Note that the six buttons are all independent toggle buttons ie. there are 6 button-set-many widgets in each list item. Now, when I click on these buttons to change states, they work fine. But once I sort / filter the listview, the button states are lost. The underlying values are persisted though. For ex, lets say the buttons are toggled between []

Upgrade to OJet 5.0.0 issue: ojcorebundle.js not found

夙愿已清 提交于 2019-12-06 12:15:54
After following the migration path from 4.x.x to 5.0.0, I've came to the issue that when runnig the migrate application (with ojet serve) I get some errors in the browser console, related to the libraries: - ojcorebundle.js - ojcommoncomponentsbundle.js - oj3rdpartybundle.js Checking the network i see that those are not found. I've checked also the generated libs folder and the node_modules, @oracle folder and no luck. It seems that those files are not included in v5.0.0. There's a workaround. You can add those files manually to the associated node_module folder. But you need to get those