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: data/api/refs/datacollection.md
-2
Original file line number
Diff line number
Diff line change
@@ -86,13 +86,11 @@ var store = new webix.DataCollection({ url:"data.php" });
86
86
<divclass='h2'>Properties</div>
87
87
88
88
{{api
89
-
- api/link/datacollection_columns_config.md -
90
89
- api/link/datacollection_data_config.md - JavaScript array containing data for the component
91
90
- api/link/datacollection_datafeed_config.md - the URL that the component will use to reload data during binding
92
91
- api/link/datacollection_datathrottle_config.md - sets the polling interval (the time period between the completion of a network request and the next request for data)
93
92
- api/link/datacollection_datatype_config.md - the type of loaded data
94
93
- api/link/datacollection_defaultdata_config.md - the property stores data which is displayed in the child when no records are selected in the master.
95
-
- api/link/datacollection_format_config.md -
96
94
- api/link/datacollection_id_config.md - the component ID
97
95
- api/link/datacollection_map_config.md - defines data mapping
98
96
- api/link/datacollection_on_config.md - allows attaching custom handlers to inner events of the component
Copy file name to clipboardexpand all lines: data/api/refs/datacollection_props.md
-4
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,11 @@ Properties
2
2
==========
3
3
4
4
{{api
5
-
- api/link/datacollection_columns_config.md -
6
5
- api/link/datacollection_data_config.md - JavaScript array containing data for the component
7
6
- api/link/datacollection_datafeed_config.md - the URL that the component will use to reload data during binding
8
7
- api/link/datacollection_datathrottle_config.md - sets the polling interval (the time period between the completion of a network request and the next request for data)
9
8
- api/link/datacollection_datatype_config.md - the type of loaded data
10
9
- api/link/datacollection_defaultdata_config.md - the property stores data which is displayed in the child when no records are selected in the master.
11
-
- api/link/datacollection_format_config.md -
12
10
- api/link/datacollection_id_config.md - the component ID
13
11
- api/link/datacollection_map_config.md - defines data mapping
14
12
- api/link/datacollection_on_config.md - allows attaching custom handlers to inner events of the component
Copy file name to clipboardexpand all lines: data/api/refs/treecollection.md
-2
Original file line number
Diff line number
Diff line change
@@ -93,14 +93,12 @@ var store = new webix.TreeCollection({ url:"tree.php" });
93
93
<divclass='h2'>Properties</div>
94
94
95
95
{{api
96
-
- api/link/treecollection_columns_config.md -
97
96
- api/link/treecollection_data_config.md - JavaScript array containing data for the component
98
97
- api/link/treecollection_datafeed_config.md - the URL that the component will use to reload data during binding
99
98
- api/link/treecollection_datathrottle_config.md - sets the polling interval (the time period between the completion of a network request and the next request for data)
100
99
- api/link/treecollection_datatype_config.md - the type of loaded data
101
100
- api/link/treecollection_defaultdata_config.md - the property stores data which is displayed in the child when no records are selected in the master.
102
101
- api/link/treecollection_filtermode_config.md - defines the pattern for tree item filtering
103
-
- api/link/treecollection_format_config.md -
104
102
- api/link/treecollection_id_config.md - the component ID
105
103
- api/link/treecollection_map_config.md - defines data mapping
106
104
- api/link/treecollection_on_config.md - allows attaching custom handlers to inner events of the component
Copy file name to clipboardexpand all lines: data/api/refs/treecollection_props.md
-4
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,12 @@ Properties
2
2
==========
3
3
4
4
{{api
5
-
- api/link/treecollection_columns_config.md -
6
5
- api/link/treecollection_data_config.md - JavaScript array containing data for the component
7
6
- api/link/treecollection_datafeed_config.md - the URL that the component will use to reload data during binding
8
7
- api/link/treecollection_datathrottle_config.md - sets the polling interval (the time period between the completion of a network request and the next request for data)
9
8
- api/link/treecollection_datatype_config.md - the type of loaded data
10
9
- api/link/treecollection_defaultdata_config.md - the property stores data which is displayed in the child when no records are selected in the master.
11
10
- api/link/treecollection_filtermode_config.md - defines the pattern for tree item filtering
12
-
- api/link/treecollection_format_config.md -
13
11
- api/link/treecollection_id_config.md - the component ID
14
12
- api/link/treecollection_map_config.md - defines data mapping
15
13
- api/link/treecollection_on_config.md - allows attaching custom handlers to inner events of the component
0 commit comments