Skip to main content

Bug Tracker

Side navigation

#6786 closed bug (invalid)

Opened July 12, 2010 03:36PM UTC

Closed July 21, 2010 01:00AM UTC

Show Dialog box below the link

Reported by: thompsonfranklin@gma 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.

Attachments (0)
Change History (1)

Changed July 21, 2010 01:00AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

The best place to get programming help is on the forum:

http://forum.jquery.com