0
votes
0answers
2 views

Dojo BorderContainer livesplitter not resizing children

I've created a simple BorderContainer layout and have used a live splitter. HTML placed in the content panes flows properly when the live splitter is used to resize it. However, I've noticed with ...
0
votes
1answer
12 views

Document Level Javascript in PDF calling Dojo library

Document Level Javascripts are a set of scripts that exist at the top of the Document's JavaScript structure. A PDF can have any number of Document Level scripts. These scripts are the first ones ...
-2
votes
1answer
26 views

how does dojo back detect the browser back button being pressed?

how does dojo back module detect the browser back button being pressed? I looked for dojo/keys module and it is not in there.
0
votes
0answers
14 views

Append a label to a dojo BorderConatiner

Inside of a dojo BorderContainer I am trying to create a dojo ToggleButton and directly to the right of the button a simple label. I have tried many many different ways to do so with no luck. I can't ...
0
votes
0answers
8 views

FF Full Screen API: keyup event

I have a button that I can toggle to call launch full screen or cancel full screen. Of course, the button has to be updated with change in the looks of the button each time it is toggled. The problem ...
0
votes
2answers
32 views

How to get index (or value) of DropDownButton selection

I have a DownDownButton that I've populated from an array containing project names and ids. The list shows the project name, but I'd like to get the project id. The variable "projects" looks like ...
0
votes
2answers
24 views

how to assign a variable value to another variable instead of reference dojo javascript

I m trying to change stores of dijit/form/select on fly. For that purpose, I need to retrieve a store from server. I need to save this store in some temporary store, and make changes to temporary ...
0
votes
0answers
20 views

get payload from Uploader for submit Button

My application needs to upload files. For that I have a form with an Uploader and a Button. The button should trigger a rest method. The rest method needs some parameter + the uploader payload. How to ...
0
votes
1answer
29 views

(dojo) Observable cannot observe changes in Memory Store

I have the following code to implement Observable Memory Store var inventory = [ {name:"shoes", quantity:10, category:"sales"}, {name:"clothes", quantity:5, category:"sales"}, ...
0
votes
2answers
27 views

onCLickListener Javascript not working with this dojo code in IBM worklight

I am using IBM Worklight 6.0 to make a hybrid mobile app now what i am trying to do is invoke some javascript function on click of the list items, for now i have included simple alert here , though in ...
0
votes
1answer
29 views

How to stop animation in Dojo

Using Dojo 1.9, I'm playing some animations like this: that.fadeOutActive = baseFx.fadeOut({ node: "active-container", duration: 1000, delay: 3000 }); that.fadeInInactive = baseFx.fadeIn({ node: ...
0
votes
0answers
13 views

How to replace an attribute in dojo Postcreate

I am trying to replace a value coming from backend to use a new value I am creating. This is the function in the PostCreate _setTagName: function () { var Tag = this._TagName(); ...
0
votes
0answers
16 views

Drag and Drop takes over my scrollbar

I have a div and inside my div I have a dojo dijit.layout.BorderContainer. Inside that border container I have 2 more more BorderContainers and finally each of those border containers has one more ...
0
votes
1answer
13 views

Replacement for deprecated dijit/_Widget.getDescendants function?

I am using Dojo 1.9.1 and lodash.compat 1.3.1. I am attempting to replace the deprecated dijit/_Widget.getDescendants() function. The deprecation warning says to use getChildren() instead, but that ...
0
votes
1answer
17 views

Dojo moveable with a Dojo pausable

I have a div with an attached movable element. Inside the div there is a list of buttons that is accompanied by a scroll bar. When I try to drag the scroll bar it simply drag the whole div around my ...

1 2 3 4 5 146
15 30 50 per page