Login Register

dijit.TooltipDialog

Width of tooltipdialog

Hi
im using a tooltip dialog for display same data summary. For displaying this i'm setting up the attribute href of the tooltip dialog.
When i click for the first time dijit show the dialog correctly, but when i click for the second (and more) time the width of the dialog is smaller than the content
see the example below:

Example

Any suggestions to fix this?

Problem working with Dojo + Struts2.

Hi All,

I have below code in (login.jsp) file.

<%@ taglib prefix="s" uri="/struts-tags" %>

djConfig = { parseOnLoad: true }

 

@import "dojoroot/dijit/themes/tundra/tundra.css";
@import "dojoroot/dojo/resources/dojo.css";

dojo.require("dijit.Dialog");
dojo.require("dijit.form.Button");
Syndicate content