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 @@ diff --git a/entries/jQuery.widget.xml b/entries/jQuery.widget.xml index b9a98df8..001115bd 100644 --- a/entries/jQuery.widget.xml +++ b/entries/jQuery.widget.xml @@ -153,7 +153,7 @@ version: The string version of the widget. For jQuery UI widgets this will be set to the version of jQuery UI the widget is using. Widget developers have to set this property in their prototype explicitly.
  • - 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". + 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").
  • widgetFullName: The full name of the widget including the namespace. For $.widget( "myNamespace.myWidget", {} ), widgetFullName will be "myNamespace-myWidget".