Tagged Questions
2
votes
1answer
36 views
prevent form submit by pressing enter key on struts-dojo autocomplete
I am trying to alter enter event for struts2-dojo autocomplete, where inseted of submitting the form it should do some of my jquery work.
I tried...
<s:form action="EmpAction">
...
0
votes
1answer
31 views
Difference between dojo/on and dojo/aspect
In the dojo javascript library, dojo/on and dojo/aspect are used as functions that listen to events.
However I don't see how they differ from one another. Can someone explain when you would use on ...
0
votes
1answer
37 views
dojo - lang.hitch for widget function
I have a custom widget and I am curious if I can use lang.hitch in a particular way. Here is the scenario:
Say I have a custom widget that contains a Button. That Button needs a function attached ...
0
votes
0answers
36 views
Dojo might not be playing well with backbone
I am having an infrastructure that can host webapps
Each webapp can decide to use different js framework, and so - backbone was selected for one of them.
Everyting was great and worked well until I ...
0
votes
0answers
64 views
handle unload event in side iframe
I have a two content area's one is div which is having dojo contentpane another one is iframe.
when i am handling onBeforeUnload() in the iframe and navigating to the pages which is inside the dojo ...
0
votes
1answer
113 views
dojox.mobile.ListItem OnClick not working
I am trying to call a function when a ListItem is clicked in a dojo mobile application.
This is the function that programatically creates the ListItems
showResults : function(results) {
...
0
votes
1answer
26 views
dojo function with multiple contexts
I have a dojo class created with dojo/_base/declare that includes an onClickHandler. This handler is used by a dijit/form/Button to work with data stored within the class. I need the handler to be ...
0
votes
0answers
139 views
DOJO: Connect to event on window.opener
I have a page that opens a popup window (a new browser window i.e. window.open - not a dijit popup). Within an object created inside this new popup window, I want to connect to an event fired by an ...
0
votes
1answer
75 views
dojo.connect event object undefined
I connected a function via dojo.connect to a dojox.layout.ContentPane according to Dojo's documentation:
dojo.connect(cp, 'onHide', function(e) {
alert('test');
console.log(e);
});
I expect ...
0
votes
1answer
33 views
DOJO 1.6 and connecting events on plain HTML components
Is it possible to connect events on plain HTML components with DOJO 1.6?
e.g.
...
<input type="radio" class="radiobutton">
<input type="radio" class="radiobutton">
...
<script ...
0
votes
1answer
667 views
Dojo FilteringSelect Only Fires OnChange Event Once
I have a dojo.form.FilteringSelect widget in a dojo.Dialog that is create programmatically. I connected an onChange event to the FilteringSelect which works as expected the first time I select and ...
0
votes
1answer
56 views
invoke onclick event on a div attached by dojo
I added onclick using dojo to one of my divs
dojo.connect(dojo.byId("button1"), "onclick", function () {
alert('clicked');
}
I now need to call the exact same function dynamically in some other ...
0
votes
1answer
53 views
Instance variables with event handlers in javascript using dojo. What is “this”?
I am having trouble creating an "instance" variable in an object, or referencing an "instance" variable in an object when an object's function is called as an event handler. below is the code I am ...
0
votes
1answer
140 views
Passing value of dropdown in dojo.connect
I am using dojo.connect on select box to handle functionality.I want to get dropdown value.
This is the HTML
<select class="drop-down">
<option value="0">option1</option>
...
1
vote
2answers
119 views
Removing event listener in Internet Explorer
In firefox and Chrome my code works fine but in IE the event does not get removed.
dojo.connect(d, "onmouseout", function(evt)
{
//remove event
});
I've tried ...
0
votes
2answers
116 views
Hide tags on page load in jsp
I've developed a web page where there are several struts tags. On page load, only one tag is shown while all other tags are hidden. This is by the onLoad() in the body tag that calls a javscript ...
0
votes
1answer
69 views
Keeping access to the web page even when dijit.dialog appears
Problem I am facing is that when I activate the dijit.dialog(), the webpage blurs and I can not connect with the page till I close the dialog box. Is there some way that I can keep the dialog box open ...
0
votes
1answer
134 views
Dojo 1.6.1 dijit form onSubmit event cancels others
I have a Dojo 1.6.1 (dijit) form with a connection on the submit event.
The form will be submitted with AJAX.
The problem is that when i use dojo.stopEvent on the submit event it stops the ...
0
votes
0answers
116 views
jsp with dojo events
i have a form in a div1 and after submitting the form the input data must be shown in div2 which will be hidden till the submit button is clicked. but when i click on submit button the div2 appears ...
0
votes
0answers
55 views
Dojox Grid - XHRGet and Scrolling through Page
Dojo 1.4 is used
Strange error, i have an container with 4 Grids wich are requesting their data over dojo.xhrGet. When i open the page and dont do anything till all requests are finished, everything ...
0
votes
1answer
480 views
dojo/on with mouseenter, mouseleave not working in Google Chrome
I have problem with dojo/on and handling mouseenter and mouseleave. It doesn't work for me... I prepared sample code:
<!doctype html>
<html>
<head>
<script ...
0
votes
0answers
152 views
how show sub tabs for dijit.layout.TabContainer tab title mouse hover?
(I am new to dojo) I have code as below ....my requirement is simple....whenever i mouse hover over the tab title (shown at the top) I want to show dropdown list or sub tab's in the parent tab so that ...
0
votes
1answer
348 views
reset() not working with dojo ComboBox
I would like to reset a dojo ComboBox after a (separate) combobox onchange event. But when I try to do this manually in JS, I get an error. What am I doing wrong here?
Thanks, Jason
(error: ...
0
votes
2answers
190 views
Function inside of onClick tag out of scope in dojo 1.6
I am making buttons in a forEach loop but when I try to have a function for the onClick tag of a button it says this.foo() is not a function. The code is as follows:
dojo.forEach(buttonIds, ...
0
votes
1answer
233 views
IE7 and dojo onchange of radio buttons fires too late?
I have a page which has a form and say 3 input radio-buttons and I want to run some code when any of them are changed, so my code looks like this
dojo.query("#ze_form > ...
0
votes
1answer
80 views
How do I reference the containing class from a Google Maps event using Dojo?
I'm doing some work converting a legacy project that uses Google Maps API v2 to v3.
There's a Dojo class that looks like this:
dojo.declare
(
"MyNamespace.MapControl",
null,
{
...
2
votes
1answer
168 views
dojo onkeyup disabled after pressing tab on IE8
I have a problem with events on IE8 (dread!), using dojo toolkit 1.4.3 (can't use any other version) on a Spring application running on Websphere Portal Server.
now, I don't believe the backend has ...
0
votes
1answer
192 views
switch case in javascript is not working in IE8
code snippet:
var role=s[0].Role;// role contains string value
dijit.byId("editRole").attr("Value",getRoleByName(role));
function getRoleByName(role)
{
var roleVal;
alert(role);
...
2
votes
2answers
146 views
Dojo/on and the capture phase
Is there a way to trigger an event in the capture phase (instead of the bubbling phace) with dojo/on?
0
votes
1answer
209 views
Dijit ComboButton / DropDownMenu onclick misunderstanding
I've just begun to play around with Dojo. I simply wanted to display a dialog when an item in a Dijit ComboButton's DropDownMenu is clicked. I tried using dojo.connect to associate the onclick event ...
0
votes
1answer
247 views
How to prevent Dojo swipe gesture from bubbling?
I have a seemingly simple question, but I can't seem to figure out where I'm going wrong. My skills are admittedly lacking in Dojo, so please excuse my naivety.
What I'm trying to accomplish: I have ...
0
votes
0answers
85 views
select an item in the dijit.form.Select widjet from label
I want to select an item from the dijit.form.select widget.
i know i can do this from dijit,byId("myselectwidget").attr("value",string(5)) when i know the item value, But I dont have item value of my ...
0
votes
0answers
112 views
Dojo Onmouseup to Dijit Editor
I am trying to attach an onmouseup event to a dijit editor using dojo connnect , however it is not working
here is the code
*dojo.connect(dijit.byId(dijit_id),'onmouseup',null,handlemouseUp);*
...
1
vote
2answers
336 views
Can dojo bind user-defined event?
Thanks,i use the dojo of 1.7 version, I want to bind user-defined event, in jquery i can do like this:
$(window).bind("pushMessage",function(){});
then trigger the event like this:
...
1
vote
2answers
449 views
is there a way to stop all other events in a dojo onBlur event handler?
maybe I'm on the wrong track...
The setup:
I have a rather complex full dojofied web application. The important part for this question is a longish form in the central region of a ...
0
votes
1answer
341 views
Dijit 1.7+ widgets: how to separate event logic from the present
Basically there are two approaches to create widget instances with Dijit: Declarative and Programmatic. What I want is the mixing of the both: Setting the props like iconClass with the declarative ...
0
votes
1answer
556 views
How to get id of the selected item of combobox in dojo
how to get the fId of the selected fname??
Here's my code..
var fS = new Memory({ //store for the combo
data: [
{fN:"", fId:""}
]
});
var fCombo = new ComboBox({ //combo ...
1
vote
1answer
592 views
Radio Button event handling
I have a radio button where I want to disable a text field whenever a particular value in the radio button is not selected(checked). I am using dojo's radio button. Can you help me out with this?
...
2
votes
1answer
922 views
What is the difference between dojo's .ready and jQuery $(document).ready
With my limited knowledge, I thought both dojo's 'dojo.ready' and jQuery's $(document).ready are tantamount to each other. However, I just ran into an issue with my application where in a function ...
0
votes
1answer
122 views
Same event callback function on more elements - assigned by cycle
I made code like this, to easier connecting callbacks on events:
dojo.ready(function() {
for(var action in page.actions) {
for(var key in page.actions[action]) {
(function() {
...
1
vote
0answers
674 views
Error: assertion failed in ItemFileWriteStore
I am using dojo.data. ItemFileWriteStore as store for the grid.
when i tried to add the data to store using store.newItem() method,
I am getting the below error.
" Error: assertion failed in ...
0
votes
1answer
861 views
event is undefined in firefox during dojo.connect onKeyPress
I have the following declarative js/dojo code running properly in Chrome:
<div dojoType="dijit.form.TextBox">
<script type="dojo/connect" event="onKeyPress">
...
3
votes
2answers
471 views
How to disable mousewheel events on dijit.form.NumberSpinner widgets?
I'm using some dijit.form.NumberSpinner wigets in my dojo-based application, all of them are connected to onChange actions.
A problem occurs when one has an area with lots of NumberSpinners: Users ...
0
votes
1answer
251 views
OnEvent Update a Div - Google Maps DirectionsRenderer
I have the DirectionsRenderer inside of a Dojo ContentPane but I want to print it.
I'm currently trying to copy it to a new div on update. Unfortunately, the only event for DirectionsRenderer kicks ...
2
votes
2answers
1k views
Dijit TabContainer Events - onFocus
I have a Tab Container and I want to execute some js when I click on a tab's title bar.
I can't seem to figure out how to add an event to that.
EDIT:
It looks like I'll be using onFocus, but I'm ...
3
votes
3answers
572 views
Dojo on widget load event
I'd like to know when a Dojo form widget is parsed or ready so I can customize it dynamically. I am trying to achieve this by using the dojo.connect() method. However, I am not sure what event to ...
1
vote
3answers
535 views
Dojo events not triggering
I have a Dojo tab-container and when I click on certain buttons, a new tab is added dynamically with its contents downloaded via Ajax. The tabs contain dynamic form elements which are parsed and ...
0
votes
2answers
2k views
dijit.form.checkboxes working like radio buttons but not changin UI component
thanks for those that commented before. for some reason my dojo checkboxes are not updating.
function booleanWidget(values, units, defaultValues)
{
var container, widget,onChangeFunction;
container ...
2
votes
1answer
199 views
Inside of a event registered by NodeList.connect(), how to get a reference to the triggered node?
Short-form question
I'm executing dojo.query() and applying an event handler to all of the returned nodes, using the NodeList.onmouseenter() function. However, when one of those nodes triggers the ...
1
vote
2answers
3k views
Dojo: How to Pass Custom Parameters to Event Handler
Just getting started with Dojo. I want to pass a couple of custom parameters to an event handler. In jQuery, you can do it like this:
$('#button').click({
customData: 'foo'
}, handlerFunction);
...
