Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#7653 closed feature (wontfix)

Addition of "url" option on Dialog

Reported by: kruncher Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.15
Keywords: Cc:
Blocked by: Blocking:

Description

When "url" is specified the dialog could automatically generate an IFRAME and present the indicated resource.

I would imagine that the following two options would also be desirable:

  • "dialogiframeload" event type that is fired once IFRAME has finished loading.
  • Automatically use title of document at "url" when no title (or null) is specified.

Possible usage?

var dialogElement = $.dialog({
    url: "http://www.jqueryui.com",
    // Assume "jQuery UI - Home" for title.
    title: null,
    width: 400,
    height: 200
});

Change History (2)

comment:1 Changed 12 years ago by Scott González

Resolution: wontfix
Status: newclosed

This is pretty simple to do manually and goes against the typical usage of jQuery UI.

comment:2 Changed 12 years ago by Scott González

Also see #5300.

Note: See TracTickets for help on using tickets.