You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/javascript/class.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ An alias to the [prototype](https://developer.mozilla.org/en-US/docs/Web/JavaScr
16
16
17
17
18
18
<divclass="meta-api-description">
19
-
Accessing or invoking inherited methods, calling or overriding shared prototype functions, manipulating or inspecting base class properties, extending or modifying prototype behavior, controlling or customizing inherited functions, referencing or working with superclass methods, enabling or configuring base functionality reuse, exploring or altering class inheritance features, managing prototype chains, and implementing or adapting parent class behaviors are supported through a mechanism that provides direct access to the class prototype for class inheritance management and base method invocation.
19
+
How do I access inherited methods in Kendo UI for jQuery? Accessing or invoking inherited methods, calling or overriding shared prototype functions, manipulating or inspecting base class properties, extending or modifying prototype behavior, controlling or customizing inherited functions, referencing or working with superclass methods, enabling or configuring base functionality reuse, exploring or altering class inheritance features, managing prototype chains, and implementing or adapting parent class behaviors are supported through a mechanism that provides direct access to the class prototype for class inheritance management and base method invocation.
20
20
</div>
21
21
22
22
#### Example - use the prototype to call base methods
@@ -53,7 +53,7 @@ Extends an existing class with new methods.
53
53
54
54
55
55
<divclass="meta-api-description">
56
-
Extend classes by creating subclasses that add, override, or customize methods and properties to modify or enhance existing functionality, enabling inheritance, method overriding, prototype augmentation, behavior extension, class derivation, subclass creation, mixin integration, and maintaining base class features while introducing new or altered behaviors in the derived class structure.
56
+
How to create custom subclasses with Kendo UI jQuery? Extend classes by creating subclasses that add, override, or customize methods and properties to modify or enhance existing functionality, enabling inheritance, method overriding, prototype augmentation, behavior extension, class derivation, subclass creation, mixin integration, and maintaining base class features while introducing new or altered behaviors in the derived class structure.
Copy file name to clipboardExpand all lines: docs/api/javascript/data/binder.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Represents all bindings applied to the current HTML [element](/api/javascript/da
17
17
18
18
19
19
<divclass="meta-api-description">
20
-
Retrieve or modify all data bindings associated with a specific HTML element within a Binder component, enabling inspection, iteration, or synchronization of bound values between the element and its view-model fields. Control or access the collection of binding entries attached to the element to programmatically get or set bound data, update fields, manage binding states, and interact with data synchronization after initialization, supporting scenarios like dynamic binding updates, real-time data manipulation, and binding state inspection for effective two-way data binding management.
20
+
How to access data bindings for a specific HTML element in Kendo UI Binder component? Retrieve or modify all data bindings associated with a specific HTML element within a Binder component, enabling inspection, iteration, or synchronization of bound values between the element and its view-model fields. Control or access the collection of binding entries attached to the element to programmatically get or set bound data, update fields, manage binding states, and interact with data synchronization after initialization, supporting scenarios like dynamic binding updates, real-time data manipulation, and binding state inspection for effective two-way data binding management.
21
21
</div>
22
22
23
23
#### Example - get the view model field
@@ -49,7 +49,7 @@ The bound HTML element.
49
49
50
50
51
51
<divclass="meta-api-description">
52
-
Retrieve or interact with the specific HTML DOM node linked to a data-binding or UI synchronization component, allowing developers to read or modify the element’s attributes, inner content, CSS styles, event handlers, or other properties on the associated DOM element after binding setup. This direct reference supports manipulation or inspection of the bound node for tasks such as dynamic updates, event delegation, style adjustments, attribute toggling, and other front-end element management scenarios involving components that connect data or logic to specific HTML elements.
52
+
How do I access the HTML element associated with a Kendo UI data-bound component? Retrieve or interact with the specific HTML DOM node linked to a data-binding or UI synchronization component, allowing developers to read or modify the element’s attributes, inner content, CSS styles, event handlers, or other properties on the associated DOM element after binding setup. This direct reference supports manipulation or inspection of the bound node for tasks such as dynamic updates, event delegation, style adjustments, attribute toggling, and other front-end element management scenarios involving components that connect data or logic to specific HTML elements.
53
53
</div>
54
54
55
55
#### Example - use the HTML element of the Binder
@@ -82,7 +82,7 @@ Creates a new binding which inherits from the `kendo.data.Binder` class.
82
82
83
83
84
84
<divclass="meta-api-description">
85
-
Create or customize data-binding behavior by defining new binder types that inherit and extend existing binding classes, enabling you to implement custom MVVM or data-binding logic, override or add methods for how data connects to UI components, control DOM updates, configure specialized bind and unbind processes, and tailor the way data flows and updates synchronize between models and views through subclassing binding constructors.
85
+
How do I create custom data-binding behavior in Kendo UI for jQuery? Create or customize data-binding behavior by defining new binder types that inherit and extend existing binding classes, enabling you to implement custom MVVM or data-binding logic, override or add methods for how data connects to UI components, control DOM updates, configure specialized bind and unbind processes, and tailor the way data flows and updates synchronize between models and views through subclassing binding constructors.
86
86
</div>
87
87
88
88
#### Returns
@@ -147,7 +147,7 @@ Invoked by the Kendo UI MVVM framework when the bound view-model value is change
147
147
148
148
149
149
<divclass="meta-api-description">
150
-
Refresh or update user interface elements based on changes in bound data models, enabling synchronization between view-model values and displayed content; configure dynamic UI refreshing by implementing methods that detect data updates, re-render components, apply new attributes, manage formatting changes, and maintain the current state of HTML elements or UI widgets, ensuring that data binding reflects the most recent model state across various scenarios and custom components.
150
+
How do I update my Kendo UI widgets when the bound data model changes? Refresh or update user interface elements based on changes in bound data models, enabling synchronization between view-model values and displayed content; configure dynamic UI refreshing by implementing methods that detect data updates, re-render components, apply new attributes, manage formatting changes, and maintain the current state of HTML elements or UI widgets, ensuring that data binding reflects the most recent model state across various scenarios and custom components.
151
151
</div>
152
152
153
153
#### Example - slide up or down the element when the bound value changes
0 commit comments