EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 14, 2025, 03:43:05 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
General Discussion
>
How to hide / unhinde the "close button" in Dialog's Title Bar ?
Pages: [
1
]
« previous
next »
Print
Author
Topic: How to hide / unhinde the "close button" in Dialog's Title Bar ? (Read 12493 times)
Jonny
Newbie
Posts: 38
How to hide / unhinde the "close button" in Dialog's Title Bar ?
«
on:
October 18, 2015, 01:59:27 AM »
Dear Sir/Madam,
For some situation i don't allow user to click CLOSE button located on title bar in DIALOG (position top right )
Is anyone know the way to HIDE / UNHIDE it ?
I did not find any command in documentation ...
Please help me..
Thanks in advanced.
Regards,
JONNY
Logged
jarry
Administrator
Hero Member
Posts: 2298
Re: How to hide / unhinde the "close button" in Dialog's Title Bar ?
«
Reply #1 on:
October 18, 2015, 04:08:29 AM »
Please set the 'closable' property to false to disable the close button on the title bar.
Code:
$('#dlg').dialog({
closable: false
});
Logged
Jonny
Newbie
Posts: 38
Re: How to hide / unhinde the "close button" in Dialog's Title Bar ?
«
Reply #2 on:
October 18, 2015, 07:51:34 AM »
Thank you very much for the help, Master Jarry..
Dialog title's Close Button is now disappear totally....
The very simple command, but useful.
Regards,
JONNY
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...