Opened 13 years ago
Closed 13 years ago
#6786 closed bug (invalid)
Show Dialog box below the link
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Milestone: | 1.4.1 | |
Component: | ajax | Version: | 1.4.1 |
Keywords: | Dialog | Cc: | |
Blocked by: | Blocking: |
Description
<div id="dialogBoxDiv"></div> <a href="javascript:void(0)" onClick="$.showDialog()" id="ReportDivId">Show Report</a> <script> var resp = "<input>"Some Ajax Response
var position = $("#ReportDivId").position();
var left_pad = position.left; var top_pad = position.top; $("#dialogBoxDiv").attr("title", "<span class='bodytext'>Report</span>");No I18N
$("#dialogBoxDiv").html(resp);
$('#dialogBoxDiv').dialog('option','position',[500, 100]);
<script>
On CLicking the Link the Dialog is always come in the Center. I want below the link.
Note: See
TracTickets for help on using
tickets.
The best place to get programming help is on the forum: http://forum.jquery.com