dijit
»
form
»
_DateTimeTextBox
» destroy
dijit.form._DateTimeTextBox.destroy
dojo.require("dijit.form._DateTimeTextBox");
defined in dijit/form/_DateTimeTextBox.js
Usage
function ()
(view source)
if
(
this
._picker
)
{
this
._picker.
destroy
(
)
;
delete
this
._picker;
}
this
.
inherited
(
arguments
)
;