Skip to content

Commit 616fd16

Browse files
author
pipeline
committed
config(EJ2-2728): Updated readme in components
1 parent 8e6f34d commit 616fd16

File tree

15 files changed

+253
-4
lines changed

15 files changed

+253
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# 1.0.10-preview (2017-07-05)
1+
# [Unreleased]
22

33
## New Components
44

5-
- Added Tooltip component - [demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)
5+
- Added Tooltip component - [demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)

ReadMe.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Essential JS 2 is a modern JavaScript UI toolkit that has been the built from th
66
* [Pure JS Demos](http://ej2.syncfusion.com/demos/)
77
* [Pure JS Documentation](http://ej2.syncfusion.com/documentation/)
88

9+
# 1.0.10
10+
11+
## New Components
12+
13+
- Added Tooltip component - [demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)
14+
915
## Installing
1016

1117
To install all dependent packages, use the below command
@@ -20,4 +26,4 @@ To compile the source files, use the below command
2026

2127
```
2228
npm run build
23-
```
29+
```

base/ReadMe.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
A common package of Essential JS 2 base libraries, methods and class definitions. It comes with full documentation and support and is available under commercial and community licenses – please visit www.syncfusion.com to get started.
2+
3+
## Resources
4+
[Demos](http://ej2.syncfusion.com/demos/)
5+
6+
# 1.0.10
7+
8+
## Bug Fixes
9+
10+
- Resolved DateParser issue in Chinese culture, when the date string is in 12 hours format.
11+

button/ReadMe.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Button
2+
3+
Provides several built-in styles to customize the appearance and behaviour of buttons. It comes with documentation and support, which is available under commercial and community licenses. Please visit www.syncfusion.com to get started.
4+
5+
## Resources
6+
7+
* [Demo](http://ej2.syncfusion.com/demos/#/button/default.html)
8+
* [Documentation](http://ej2.syncfusion.com/documentation/button)
9+
10+
11+
# 1.0.10
12+
13+
## Button
14+
15+
### Bug Fixes
16+
17+
- Round button icon misalignment in IE bug was fixed.
18+
19+
- Text and icon overlapping while enabling RTL bug was fixed.

calendar/ReadMe.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Calendar
2+
3+
Calendar interface for selecting dates with options for disabling dates, restricting selection and showing custom events.It comes with [documentation](http://ej2.syncfusion.com/documentation/calendar) and support, which is available under commercial and community licenses. Please visit www.syncfusion.com to get started.
4+
5+
## Resources
6+
7+
[Demo](http://ej2.syncfusion.com/demos/#/calendar/default.html)
8+
[Documentation](http://ej2.syncfusion.com/documentation/calendar)
9+
10+
# 1.0.10
11+
12+
## Calendar
13+
14+
### Bug Fixes
15+
16+
Enhanced the Calendar animation when navigating back and forth from month to year and vice versa

chart/ReadMe.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Overview
2+
3+
High performance charting library with over chart types. Its rich feature set includes functionalities like data binding, multiple axes, trackball, crosshair, and zooming. It comes with full documentation and support and is available under commercial and community licenses – please visit www.syncfusion.com to get started.
4+
5+
## Resources
6+
7+
[Demos](http://ej2.syncfusion.com/demos/#/chart/line.html)
8+
9+
# 1.0.10
10+
## Chart
11+
### New Features
12+
- Provided support to render StackingColumn100 percent series.
13+
- Provided support to render StackingBar100 percent series.
14+
- Provided support to render StackingArea100 percent series.
15+
- Provided support to render RangeColumn series.

dialog/ReadMe.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Overview
2+
3+
Easily creates Alert, Confirmation, Prompt dialogs and Tooltip. It comes with full support and is available under commercial and community licenses – please visit www.syncfusion.com to get started.
4+
5+
## Resources
6+
7+
* [Dialog Demos](http://ej2.syncfusion.com/demos/#/dialog/basic.html)
8+
9+
# 1.0.10
10+
## Dialog
11+
### New Features
12+
- Removed the default value for zIndex property and updated the calculation based on parent elements z-index.
13+
14+
### Bug Fixes
15+
- Dialog close button alignment changes.
16+
- Dialog content focusing changes, when the first input element was hidden it will focus to next input.
17+
18+
## Tooltip
19+
### New Features
20+
- Tooltip can be displayed in 12 different positions.
21+
- Supports animation effects while showing/hiding the tooltip.
22+
- Tooltip content can be either assigned with static text, template content or else be loaded dynamically via AJAX.
23+
- Supports 4 opening modes - `hover`, `click`, `focus` & `custom`.
24+
- Supports auto tip positioning.
25+
- Mouse trailing option is available for moving the tooltip along with the mouse pointer.
26+
- Tooltip can be opened in Sticky mode, allowing the user to close/hide it manually.

grid/ReadMe.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Grid Overview
2+
3+
The Grid control is used to display and manipulate tabular data with configuration options to control the way the data is presented and manipulated.
4+
It will pull data from a data source, such as array of JSON objects, `OData web services`, or [`DataManager`](http://ej2.syncfusion.com/documentation/data/api-dataManager.html) binding data fields to columns.
5+
Also displaying a column header to identify the field with support for grouped records.
6+
7+
The most important features available in the Grid components are paging, sorting, filtering, searching and grouping.
8+
Also, it comes with full documentation and support which is available for commercial and community licensed users. To know more, please visit www.syncfusion.com.
9+
10+
## Key Features
11+
12+
* **Data sources** - Bind the Grid component with an array of JSON objects or DataManager.
13+
* **Sorting and grouping** - Supports **n** levels of sorting and grouping.
14+
* **Filtering** - Offers filter bar at each column to filter data.
15+
* **Paging** - Provides the option to easily switch between pages using the pager bar.
16+
* **Reordering** - Allows you to drag any column and drop it at any position in the Grid’s column header row, allowing columns to be repositioned.
17+
* **RTL support** - Provides a full-fledged right-to-left mode which aligns content in the Grid control from right to left.
18+
* **Localization** - Provides inherent support to localize the UI.
19+
20+
## Resources
21+
* [Demo](http://ej2.syncfusion.com/demos/#/grid/default.html)
22+
* [Documentation](http://ej2.syncfusion.com/documentation/grid/)
23+
24+
# 1.0.10
25+
## Grid
26+
### New Features
27+
- Detail Template added.
28+
- Hierarchy Grid added.

list-view/ReadMe.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Overview
2+
3+
Displays a list of items from an unordered list or custom data as customized flat or grouped lists. It comes with full documentation and support and is available under commercial and community licenses – please visit www.syncfusion.com to get started.
4+
5+
## Resources
6+
[Demos](http://ej2.syncfusion.com/demos/#/listview/default.html)
7+
8+
# 1.0.10
9+
## ListView
10+
11+
### Bug Fixes
12+
- Resolved rendering issue in IE11 browser.

numerictextbox/ReadMe.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
A package of Essential JS 2 Input textbox components. It comes with full support and is available under commercial and community licenses – please visit www.syncfusion.com to get started.
2+
3+
## Resources
4+
* [NumericTextBoxes Demos](http://ej2.syncfusion.com/demos/#/numerictextbox/default.html)
5+
* [TextBox Demos](http://ej2.syncfusion.com/demos/#/textboxes/default.html)
6+
7+
# 1.0.10
8+
## Numeric TextBox
9+
### New Features
10+
- Provided floating label support for Numeric TextBox.
11+
12+
### Bug Fixes
13+
- Fixed-Numeric value get incremented when tap on the spinner and swipe the document.
14+
15+
## TextBox
16+
### New Features
17+
* Provided floating label support for textarea element.
18+
* Provided option to show/hide clear button to reset the value in input element.
19+
* Added option to float label always, float label on focus, and disable floating support in the input element.

0 commit comments

Comments
 (0)