EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: hahamed on August 23, 2015, 10:00:58 PM



Title: Dialog close vs dialog destroy method?
Post by: hahamed on August 23, 2015, 10:00:58 PM
Hello,
What is difference between close and destroy?
please describe what elements or data be removed in close and in destroy?
thanks


Title: Re: Dialog close vs dialog destroy method?
Post by: stworthy on August 24, 2015, 12:39:50 AM
A closed dialog can be opened again, but a destroyed dialog can't. After destroying a dialog, this dialog no longer exists, the user can't do anything on it again.