diff --git a/entries/button.xml b/entries/button.xml
index 57aed367..cb1640db 100644
--- a/entries/button.xml
+++ b/entries/button.xml
@@ -56,7 +56,7 @@
widgetEventPrefix
of the draggable widget is "drag"
, therefore when a draggable is created, the name of the event fired is "dragcreate"
. By default the widgetEventPrefix
of a widget is its name. Note: This property is deprecated and will be removed in a later release. Event names will be changed to widgetName:eventName (e.g. "draggable:create"
.
+ widgetEventPrefix: The prefix prepended to the name of events fired from this widget. For example the widgetEventPrefix
of the draggable widget is "drag"
, therefore when a draggable is created, the name of the event fired is "dragcreate"
. By default the widgetEventPrefix
of a widget is its name. Note: This property is deprecated and will be removed in a later release. Event names will be changed to widgetName:eventName (e.g. "draggable:create"
).
$.widget( "myNamespace.myWidget", {} )
, widgetFullName
will be "myNamespace-myWidget"
.