Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#5613 closed feature (worksforme)

dialog widget feature

Reported by: guvi77 Owned by:
Priority: minor Milestone:
Component: ui.dialog Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:

Description

Hi,

  1. I use dialog widget with option autoOpen = true, but the browser open the dialog wihtout executing the dialog "open" method.

I think it should access the dialog open method when the option autoOpen is set true (i defined a custom function for dialog open method where i set some parameters and is not executed when I use autoOpen)

  1. I didn't find a solution to hide the close button from dialog title. I use the dialog like a confirmation box where the user must answer yes or no.

Thank you.

Change History (2)

comment:1 in reply to:  description Changed 13 years ago by rdworth

Resolution: worksforme
Status: newclosed

Please enter only one issue per ticket. For more on how to write tickets, see http://wiki.jqueryui.com/Bug-Fixing-Guide

Replying to guvi77:

Hi,

  1. I use dialog widget with option autoOpen = true, but the browser open the dialog without executing the dialog "open" method.

I think it should access the dialog open method when the option autoOpen is set true (i defined a custom function for dialog open method where i set some parameters and is not executed when I use autoOpen)

Please attach a minimal test page or a link to a live sample page confirming a problem exists. Works here:

http://jsbin.com/ajowe3

source: http://jsbin.com/ajowe3/edit

  1. I didn't find a solution to hide the close button from dialog title. I use the dialog like a confirmation box where the user must answer yes or no.

If you can verify something is a bug (see bug fixing guide above for how), feel free to enter a ticket here.

If you're not sure if something's a bug or not sure how to do something, please start on the Using jQuery UI Forum instead. If you search the forum for 'dialog hide close x' you'll find this question has been addressed:

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

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.