Rank: Member Groups: Member
Joined: 1/9/2009 Posts: 15
|
Hi
I have a Dialog control but i need this don't move and apear in a specific position, confinelementid set but no function the dialog show over the element (what type of element must be to content the dialog?) and also i need set the size and that showing the scrollbar.
have some example for this? i search on documentation but don't find.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I don't think the dialog can do what you wanted. ConfineElementID is to confine the dialog inside a region, not to confine it outside of the region.
I don't know what you mean by "set the size and that showing the scrollbar". If you wish to show the scroll bar inside the dialog, just use overflow: auto CSS attribute there on whatever element you want the scrollbar to appear on. It has nothing to do with the dialog.
Thanks
|
Rank: Member Groups: Member
Joined: 1/9/2009 Posts: 15
|
Yes is this i want i do.
what is the control to use for confine inside this region. i use a panel control but the dialog apear over this control and i need confine inside this control or other (what control can i use?)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
You use the ID of regular DHTML element. Not a server control. Please see the source code of this sample to see how it works: http://demo.essentialobjects.com/Default.aspx?path=Dialog\_i1\_i9Thanks
|