Login Register

table

Incorrect values of checkboxes when dnd-ing rows with IE

Hello, i am new to Dojo and i've got a problem with Drag&Drop in Internet Explorer.

My problem doesn't appear in Firefox, just with IE.

I want to reorder rows in a table, and these rows contain checkboxes.
The problem is that when I drag&drop the rows, values of the dragged checkbox is reset to False,whatever is the real value of the checkbox. (as i can see in the console)
If i just check or uncheck the box without dragging it, there is no problem.

I'm not sure it's clear, i join a part of my code :


script language="javascript" type="text/javascript"

All about Grid/filteringtable/table

Hi,

Can someone let us know what is the history about filtering table and its replacements with regards to the dojo versions.

I know we had filtering table in dojo 0.4

What is the equivalent dijit widget for the filtering table in newwer dojo versions. (apart from dojox grid in dojo 1.1)

We know grid is promising but we are looking for a stable dijit widget, at the same time we like to know the enhancements done to the filtering table since dojo 0.4

Thanks

ToolTipDialog

I am working with the ToolTipDialog dijit and am having some problems putting more than one on a page. I am populating a div using ajax and innerHTML, in the html there is a table containing a drop down button in one column, after the html is set i am calling parser.parse(). When there are mutiple rows in the table i used a unique id for each ToolTipDialog dijit to avoid javascript errors for having multiple dialogs with the same id. The problem comes after the parser is finished.

Problem with integrating dojo table into contentPane

Hi,

I'm trying to build a webinterface for our program but I'm facing really strange problems with the dojo table widget.

I get the table to work on an own page, but as soon as it is moved into an contentPane, it stops working!

The strange Thing is that it uses exactly the same css and js files and it's the same directory!

Please note that the gruen.css is just an customized tundra.css.

Syndicate content