Skip to content

Commit 579fcc4

Browse files
authored
Merge pull request #3 from PradeepKumarBose/master
config(EJ2-17624): InPlaceEditor changeLog was updated.
2 parents 980ebad + b0d8a4f commit 579fcc4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

components/inplaceeditor/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@
44

55
## 16.4.40-beta (2018-12-10)
66

7-
### InPlaceEditor
7+
### In-place Editor
88

9+
The In-place Editor component is used to edit and update the input value dynamically to the server. It supports integrating many component types such as “DropDownList”,”DatePicker”,”AutoComplete”, etc.
10+
11+
- **Render mode** - Provides two types of rendering modes when editing the input, namely “Inline” and “Popup”.
12+
- **Component integration** - Support to integrate components such as “DropDownList”, “DatePicker”,” AutoComplete”, etc. to the In-place Editor.
13+
- **Data binding** - Bind the In-place Editor component with an array of JSON objects or DataManager to save the edited data to the server.
14+
- **Customization** - Offers UI customization such as popup, buttons, and also denotes editable content state.
15+
- **Template** - Templates can be used to integrate custom controls to the In-place Editor.
16+
- **Globalization** - Provides right to left and localization support.

0 commit comments

Comments
 (0)