haipeng du wrote:
Hi,
I use EventHandler to handle ajax calls. If there are some exceptions
that are not caught from java code, it will show dojo dialog in
browser. The problem is that the error information is so long. It
messes whole page. I can not find any button to close the dialog.
Scroll bar in browser dose not work at all. How could I disable or
config dialog so that the page is friendly?
Add some css to make those visible... those are from the timetracker demo:
.exceptionDialog {
overflow: auto;
display: block;
margin-left: 5%;
margin-right: 5%;
height: 500px;
background-color: white;
border-left: 2px solid #E07000;
border-right: 2px solid #E07000;
border-bottom: 2px solid #E07000;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
}
.exceptionCloseLink {
display: block;
margin-left: 5%;
margin-right: 5%;
background-color: ThreeDFace;
padding-top: 3px;
padding-left: 5px;
padding-bottom: 3px;
font-weight: bold;
color: #000000;
cursor: pointer;
cursor: hand;
border-left: 2px solid #E07000;
border-right: 2px solid #E07000;
border-top: 2px solid #E07000;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
}
Thanks a lot.
--
Haipeng Du
Software Engineer
Comphealth,
Salt Lake City
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]