Skip to main content

Search and Top Navigation

#4538 closed enhancement (wontfix)

Opened May 17, 2009 01:38PM UTC

Closed July 10, 2009 08:27PM UTC

HTML overwrite - such as dialog default div structure

Reported by: silverfh Owned by:
Priority: major Milestone: 1.8
Component: ui.dialog Version: 1.7.1
Keywords: dialog layout enhancement Cc:
Blocked by: Blocking:
Description

Hi,

Well em making an application and i need lots of customization in that.. and I strongely feel the need of 3 updates..

1) maximize dialog

2) minimize dialog

3) HTML replace/overwrite, It means that when I open a dialog, JQ creates a DIV structire and display it as dialog, I strongly feel that there should be some option to replace that html on the fly...

may be dialog({'structure':'#myDialogVer'})

a simple explanation of need of this is: lets say I want the header bar to be at bottom, left, right or may be with some other buttons not related to dialog actions directly.. and so on.., so instead of creating whole class clone and altering it.. just HTML replacement will do the trick and user will be able to enjoy the dialog features. This is also gona open doors to many further options. specially really flexible layouts.

Thanks

Attachments (0)
Change History (2)

Changed May 19, 2009 10:35AM UTC by jzaefferer comment:1

milestone: TBD1.8

Changed July 10, 2009 08:27PM UTC by scottgonzalez comment:2

resolution: → wontfix
status: newclosed

If we allow users to completely customize a dialog's layout, we won't have any way to ensure that it will function properly. If you need something that customized you can either build everything yourself in the content area and hide the titlebar, or you'll need to build a separate plugin.