Login Register

popup

Trouble with dynamically created dijit.Menu and leftClickToOpen

I'm having trouble dynamically creating a dijit.Menu that opens with a left mouse button click. I have been successful dynamically creating a dijit.Menu that opens with a right mouse button click. I have also been successful declarative creating a dijit.Menu that opens with a left mouse button click.

I've include with this post some HTML that duplicates what works and what doesn't. The behavior of the HTML is the same in IE 6, FF 2/3, and Chrome. Hopefully, it will be simple to get up and running. Once it's running try the following...

question about dijit.popup widjets causing scroll bar

Hi,

I am having a problem similar to http://trac.dojotoolkit.org/changeset/13803, where a widjet shown
by dijit.popup takes up space in the bottom left corner of the screen and causes a scrollbar
to appear and te page contents to shift momentarily before the widjet is repositioned to it's proper
place.

A fix that seemed to work for me is to change in (dijit/trunk/_base/popup.js)the display property of
the widjet domNode to be "none", instead of "", and then change it to "block" only after the widget is

Create a popup programmatically and dynamically loading a page

Hi there,

How can I programmatically create a popup window (tooltip, or dialogtooltip, or a dojo widget), which will dynamically load a web page, for example, displaying the detailed information of an item in the shop cart?
Thanks in advance!

David

Printing grid with scrollbars

1) I have a grid with more than 200 rows but shown only 20 at a time on the web page(vertical scrollbar is displayed).
I would like to print the page with the grid containing all 200 rows.

2) I have onCellClick event on grid cells. The event would open a popup window. Do I need to include dojo.js and all dojo.require(...) OR is there a way to reuse those from the parent window?

Your help would be greatly appreciated.

Thanks in advance.

what happened to dojo.widget.FloatingPane?

I'm after a Floating window type object that I can create progammaticly from a button click that is NON-BLOCKING. Searching the site it seems the dijit.dialog is not what I'm after as it is blocking and the old dojo.widget.FloatingPane is what I want but I have had a sniff around and can't find it anymore. Is it not in Dijit or can I just modify dijit.Dialog to behave how I like?

Syndicate content