Skip to content

Commit e93fc73

Browse files
committed
[update] doc synced with code
1 parent 2954315 commit e93fc73

30 files changed

+15
-144
lines changed
File renamed without changes.

data/api/datacollection_columns_config.md

-18
This file was deleted.

data/api/link/treecollection_columns_config.md

-1
This file was deleted.

data/api/refs/datacollection.md

-2
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,11 @@ var store = new webix.DataCollection({ url:"data.php" });
8686
<div class='h2'>Properties</div>
8787

8888
{{api
89-
- api/link/datacollection_columns_config.md -
9089
- api/link/datacollection_data_config.md - JavaScript array containing data for the component
9190
- api/link/datacollection_datafeed_config.md - the URL that the component will use to reload data during binding
9291
- 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)
9392
- api/link/datacollection_datatype_config.md - the type of loaded data
9493
- 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 -
9694
- api/link/datacollection_id_config.md - the component ID
9795
- api/link/datacollection_map_config.md - defines data mapping
9896
- api/link/datacollection_on_config.md - allows attaching custom handlers to inner events of the component

data/api/refs/datacollection_props.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ Properties
22
==========
33

44
{{api
5-
- api/link/datacollection_columns_config.md -
65
- api/link/datacollection_data_config.md - JavaScript array containing data for the component
76
- api/link/datacollection_datafeed_config.md - the URL that the component will use to reload data during binding
87
- 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)
98
- api/link/datacollection_datatype_config.md - the type of loaded data
109
- 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 -
1210
- api/link/datacollection_id_config.md - the component ID
1311
- api/link/datacollection_map_config.md - defines data mapping
1412
- api/link/datacollection_on_config.md - allows attaching custom handlers to inner events of the component
@@ -21,13 +19,11 @@ Properties
2119
}}
2220

2321
@index:
24-
- api/link/datacollection_columns_config.md
2522
- api/link/datacollection_data_config.md
2623
- api/link/datacollection_datafeed_config.md
2724
- api/link/datacollection_datathrottle_config.md
2825
- api/link/datacollection_datatype_config.md
2926
- api/link/datacollection_defaultdata_config.md
30-
- api/link/datacollection_format_config.md
3127
- api/link/datacollection_id_config.md
3228
- api/link/datacollection_map_config.md
3329
- api/link/datacollection_on_config.md

data/api/refs/dataprocessor.md

-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ DataProcessor
3939

4040

4141
{{api
42-
- api/dataprocessor_onafter_event.md -
4342
- api/dataprocessor_onafterdatasend_event.md - fires the moment data has gone to server
4443
- api/dataprocessor_onafterdelete_event.md - fires after successfull data deletion
4544
- api/dataprocessor_onafterinsert_event.md - fires after successfull data insertion
@@ -48,7 +47,6 @@ DataProcessor
4847
- api/dataprocessor_onaftersync_event.md - called when server side response received and processed
4948
- api/dataprocessor_onafterupdate_event.md - fires after successfull data insertion
5049
- api/link/dataprocessor_onaftervalidation_event.md - fires after data has been validated
51-
- api/dataprocessor_onbefore_event.md -
5250
- api/dataprocessor_onbeforedatasend_event.md - called before sending data to server side
5351
- api/dataprocessor_onbeforedelete_event.md - fires before sending data for item insertion
5452
- api/dataprocessor_onbeforeinsert_event.md - fires before sending data for item insertion

data/api/refs/dataprocessor_events.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Events
22
=======
33

44
{{api
5-
- api/dataprocessor_onafter_event.md -
65
- api/dataprocessor_onafterdatasend_event.md - fires the moment data has gone to server
76
- api/dataprocessor_onafterdelete_event.md - fires after successfull data deletion
87
- api/dataprocessor_onafterinsert_event.md - fires after successfull data insertion
@@ -11,7 +10,6 @@ Events
1110
- api/dataprocessor_onaftersync_event.md - called when server side response received and processed
1211
- api/dataprocessor_onafterupdate_event.md - fires after successfull data insertion
1312
- api/link/dataprocessor_onaftervalidation_event.md - fires after data has been validated
14-
- api/dataprocessor_onbefore_event.md -
1513
- api/dataprocessor_onbeforedatasend_event.md - called before sending data to server side
1614
- api/dataprocessor_onbeforedelete_event.md - fires before sending data for item insertion
1715
- api/dataprocessor_onbeforeinsert_event.md - fires before sending data for item insertion
@@ -25,7 +23,6 @@ Events
2523
}}
2624

2725
@index:
28-
- api/dataprocessor_onafter_event.md
2926
- api/dataprocessor_onafterdatasend_event.md
3027
- api/dataprocessor_onafterdelete_event.md
3128
- api/dataprocessor_onafterinsert_event.md
@@ -34,7 +31,6 @@ Events
3431
- api/dataprocessor_onaftersync_event.md
3532
- api/dataprocessor_onafterupdate_event.md
3633
- api/link/dataprocessor_onaftervalidation_event.md
37-
- api/dataprocessor_onbefore_event.md
3834
- api/dataprocessor_onbeforedatasend_event.md
3935
- api/dataprocessor_onbeforedelete_event.md
4036
- api/dataprocessor_onbeforeinsert_event.md

data/api/refs/mapcollection.md

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ MapCollection
99
<div class='h2'>Properties</div>
1010

1111
{{api
12-
- api/mapcollection_columns_config.md -
13-
- api/mapcollection_format_config.md -
1412
- api/mapcollection_map_config.md - defines data mapping
1513
}}
1614

data/api/refs/mapcollection_props.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ Properties
22
==========
33

44
{{api
5-
- api/mapcollection_columns_config.md -
6-
- api/mapcollection_format_config.md -
75
- api/mapcollection_map_config.md - defines data mapping
86
}}
97

108
@index:
11-
- api/mapcollection_columns_config.md
12-
- api/mapcollection_format_config.md
139
- api/mapcollection_map_config.md
1410

data/api/refs/treecollection.md

-2
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,12 @@ var store = new webix.TreeCollection({ url:"tree.php" });
9393
<div class='h2'>Properties</div>
9494

9595
{{api
96-
- api/link/treecollection_columns_config.md -
9796
- api/link/treecollection_data_config.md - JavaScript array containing data for the component
9897
- api/link/treecollection_datafeed_config.md - the URL that the component will use to reload data during binding
9998
- 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)
10099
- api/link/treecollection_datatype_config.md - the type of loaded data
101100
- api/link/treecollection_defaultdata_config.md - the property stores data which is displayed in the child when no records are selected in the master.
102101
- api/link/treecollection_filtermode_config.md - defines the pattern for tree item filtering
103-
- api/link/treecollection_format_config.md -
104102
- api/link/treecollection_id_config.md - the component ID
105103
- api/link/treecollection_map_config.md - defines data mapping
106104
- api/link/treecollection_on_config.md - allows attaching custom handlers to inner events of the component

data/api/refs/treecollection_props.md

-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ Properties
22
==========
33

44
{{api
5-
- api/link/treecollection_columns_config.md -
65
- api/link/treecollection_data_config.md - JavaScript array containing data for the component
76
- api/link/treecollection_datafeed_config.md - the URL that the component will use to reload data during binding
87
- 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)
98
- api/link/treecollection_datatype_config.md - the type of loaded data
109
- api/link/treecollection_defaultdata_config.md - the property stores data which is displayed in the child when no records are selected in the master.
1110
- api/link/treecollection_filtermode_config.md - defines the pattern for tree item filtering
12-
- api/link/treecollection_format_config.md -
1311
- api/link/treecollection_id_config.md - the component ID
1412
- api/link/treecollection_map_config.md - defines data mapping
1513
- api/link/treecollection_on_config.md - allows attaching custom handlers to inner events of the component
@@ -22,14 +20,12 @@ Properties
2220
}}
2321

2422
@index:
25-
- api/link/treecollection_columns_config.md
2623
- api/link/treecollection_data_config.md
2724
- api/link/treecollection_datafeed_config.md
2825
- api/link/treecollection_datathrottle_config.md
2926
- api/link/treecollection_datatype_config.md
3027
- api/link/treecollection_defaultdata_config.md
3128
- api/link/treecollection_filtermode_config.md
32-
- api/link/treecollection_format_config.md
3329
- api/link/treecollection_id_config.md
3430
- api/link/treecollection_map_config.md
3531
- api/link/treecollection_on_config.md

data/api/refs/ui.checksuggest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Is used by a [multiselect](api/refs/ui.multiselect.md) control already.
123123
- api/link/ui.checksuggest_textvalue_config.md - defines which field from suggest list will be used as text after selecting an option
124124
- api/link/ui.checksuggest_top_config.md - the top offset of a window
125125
- api/link/ui.checksuggest_type_config.md - defines type of suggest control
126-
- api/link/ui.checksuggest_value_config.md -
126+
- api/link/ui.checksuggest_value_config.md - sets the initial value for a control
127127
- api/link/ui.checksuggest_width_config.md - sets the width of the component
128128
- api/link/ui.checksuggest_zindex_config.md - stack order of the component
129129
}}

data/api/refs/ui.checksuggest_props.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Properties
3939
- api/link/ui.checksuggest_textvalue_config.md - defines which field from suggest list will be used as text after selecting an option
4040
- api/link/ui.checksuggest_top_config.md - the top offset of a window
4141
- api/link/ui.checksuggest_type_config.md - defines type of suggest control
42-
- api/link/ui.checksuggest_value_config.md -
42+
- api/link/ui.checksuggest_value_config.md - sets the initial value for a control
4343
- api/link/ui.checksuggest_width_config.md - sets the width of the component
4444
- api/link/ui.checksuggest_zindex_config.md - stack order of the component
4545
}}

data/api/refs/ui.datatable.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The component is full of various possibilities: filtering, sorting, pagination,
252252
- api/ui.datatable_checkboxrefresh_config.md - controls behavior of checkbox editors in grid
253253
- api/link/ui.datatable_clipboard_config.md - enables/disables clipboard support
254254
- api/ui.datatable_columnwidth_config.md - defines the default width for columns (in pixels)
255-
- api/link/ui.datatable_columns_config.md -
255+
- api/ui.datatable_columns_config.md - configures columns of the table
256256
- api/link/ui.datatable_container_config.md - an html container (or its id) where the component needs initializing
257257
- api/link/ui.datatable_css_config.md - the name of a css class that will be applied to the view container
258258
- api/link/ui.datatable_data_config.md - JavaScript array containing data for the component
@@ -274,7 +274,6 @@ The component is full of various possibilities: filtering, sorting, pagination,
274274
- api/ui.datatable_fixedrowheight_config.md - defines whether the height should be fixed for all rows or can vary
275275
- api/ui.datatable_footer_config.md - enables/disables the footer in DataTable (disabled, by default)
276276
- api/link/ui.datatable_form_config.md - linked form
277-
- api/link/ui.datatable_format_config.md -
278277
- api/link/ui.datatable_gravity_config.md - sets the view gravity (1 by default)
279278
- api/ui.datatable_header_config.md - enables/disables the header in DataTable (enabled, by default)
280279
- api/ui.datatable_headerrowheight_config.md - sets the heigth of the header row

data/api/refs/ui.datatable_props.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Properties
1111
- api/ui.datatable_checkboxrefresh_config.md - controls behavior of checkbox editors in grid
1212
- api/link/ui.datatable_clipboard_config.md - enables/disables clipboard support
1313
- api/ui.datatable_columnwidth_config.md - defines the default width for columns (in pixels)
14-
- api/link/ui.datatable_columns_config.md -
14+
- api/ui.datatable_columns_config.md - configures columns of the table
1515
- api/link/ui.datatable_container_config.md - an html container (or its id) where the component needs initializing
1616
- api/link/ui.datatable_css_config.md - the name of a css class that will be applied to the view container
1717
- api/link/ui.datatable_data_config.md - JavaScript array containing data for the component
@@ -33,7 +33,6 @@ Properties
3333
- api/ui.datatable_fixedrowheight_config.md - defines whether the height should be fixed for all rows or can vary
3434
- api/ui.datatable_footer_config.md - enables/disables the footer in DataTable (disabled, by default)
3535
- api/link/ui.datatable_form_config.md - linked form
36-
- api/link/ui.datatable_format_config.md -
3736
- api/link/ui.datatable_gravity_config.md - sets the view gravity (1 by default)
3837
- api/ui.datatable_header_config.md - enables/disables the header in DataTable (enabled, by default)
3938
- api/ui.datatable_headerrowheight_config.md - sets the heigth of the header row
@@ -96,7 +95,7 @@ Properties
9695
- api/ui.datatable_checkboxrefresh_config.md
9796
- api/link/ui.datatable_clipboard_config.md
9897
- api/ui.datatable_columnwidth_config.md
99-
- api/link/ui.datatable_columns_config.md
98+
- api/ui.datatable_columns_config.md
10099
- api/link/ui.datatable_container_config.md
101100
- api/link/ui.datatable_css_config.md
102101
- api/link/ui.datatable_data_config.md
@@ -118,7 +117,6 @@ Properties
118117
- api/ui.datatable_fixedrowheight_config.md
119118
- api/ui.datatable_footer_config.md
120119
- api/link/ui.datatable_form_config.md
121-
- api/link/ui.datatable_format_config.md
122120
- api/link/ui.datatable_gravity_config.md
123121
- api/ui.datatable_header_config.md
124122
- api/ui.datatable_headerrowheight_config.md

data/api/refs/ui.multicombo.md

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ Check [multicombo](desktop/controls.md#multicombo) documentation for more detail
105105
- api/link/ui.multicombo_label_config.md - the text label of the control
106106
- api/link/ui.multicombo_labelposition_config.md - positions label above the control
107107
- api/link/ui.multicombo_labelwidth_config.md - the width of the label
108-
- api/ui.multicombo_master_config.md -
109108
- api/link/ui.multicombo_maxheight_config.md - sets the maximum height for the view
110109
- api/link/ui.multicombo_maxwidth_config.md - sets the maximum width for the view
111110
- api/link/ui.multicombo_minheight_config.md - sets the minimal height for the view

data/api/refs/ui.multicombo_props.md

-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Properties
2727
- api/link/ui.multicombo_label_config.md - the text label of the control
2828
- api/link/ui.multicombo_labelposition_config.md - positions label above the control
2929
- api/link/ui.multicombo_labelwidth_config.md - the width of the label
30-
- api/ui.multicombo_master_config.md -
3130
- api/link/ui.multicombo_maxheight_config.md - sets the maximum height for the view
3231
- api/link/ui.multicombo_maxwidth_config.md - sets the maximum width for the view
3332
- api/link/ui.multicombo_minheight_config.md - sets the minimal height for the view
@@ -82,7 +81,6 @@ Properties
8281
- api/link/ui.multicombo_label_config.md
8382
- api/link/ui.multicombo_labelposition_config.md
8483
- api/link/ui.multicombo_labelwidth_config.md
85-
- api/ui.multicombo_master_config.md
8684
- api/link/ui.multicombo_maxheight_config.md
8785
- api/link/ui.multicombo_maxwidth_config.md
8886
- api/link/ui.multicombo_minheight_config.md

data/api/refs/ui.multiselect.md

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ Check [multiselect](desktop/controls.md#multiselect) documentation for more deta
104104
- api/link/ui.multiselect_label_config.md - the text label of the control
105105
- api/link/ui.multiselect_labelposition_config.md - positions label above the control
106106
- api/link/ui.multiselect_labelwidth_config.md - the width of the label
107-
- api/ui.multiselect_master_config.md -
108107
- api/link/ui.multiselect_maxheight_config.md - sets the maximum height for the view
109108
- api/link/ui.multiselect_maxwidth_config.md - sets the maximum width for the view
110109
- api/link/ui.multiselect_minheight_config.md - sets the minimal height for the view

data/api/refs/ui.multiselect_props.md

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Properties
2626
- api/link/ui.multiselect_label_config.md - the text label of the control
2727
- api/link/ui.multiselect_labelposition_config.md - positions label above the control
2828
- api/link/ui.multiselect_labelwidth_config.md - the width of the label
29-
- api/ui.multiselect_master_config.md -
3029
- api/link/ui.multiselect_maxheight_config.md - sets the maximum height for the view
3130
- api/link/ui.multiselect_maxwidth_config.md - sets the maximum width for the view
3231
- api/link/ui.multiselect_minheight_config.md - sets the minimal height for the view
@@ -80,7 +79,6 @@ Properties
8079
- api/link/ui.multiselect_label_config.md
8180
- api/link/ui.multiselect_labelposition_config.md
8281
- api/link/ui.multiselect_labelwidth_config.md
83-
- api/ui.multiselect_master_config.md
8482
- api/link/ui.multiselect_maxheight_config.md
8583
- api/link/ui.multiselect_maxwidth_config.md
8684
- api/link/ui.multiselect_minheight_config.md

data/api/refs/ui.multisuggest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Can be used standalone or as a suggest list for [text](api/refs/ui.text.md), [co
121121
- api/link/ui.multisuggest_textvalue_config.md - defines which field from suggest list will be used as text after selecting an option
122122
- api/link/ui.multisuggest_top_config.md - the top offset of a window
123123
- api/link/ui.multisuggest_type_config.md - defines type of suggest control
124-
- api/ui.multisuggest_value_config.md -
124+
- api/ui.multisuggest_value_config.md - sets the initial value for a control
125125
- api/link/ui.multisuggest_width_config.md - sets the width of the component
126126
- api/link/ui.multisuggest_zindex_config.md - stack order of the component
127127
}}

data/api/refs/ui.multisuggest_props.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Properties
3939
- api/link/ui.multisuggest_textvalue_config.md - defines which field from suggest list will be used as text after selecting an option
4040
- api/link/ui.multisuggest_top_config.md - the top offset of a window
4141
- api/link/ui.multisuggest_type_config.md - defines type of suggest control
42-
- api/ui.multisuggest_value_config.md -
42+
- api/ui.multisuggest_value_config.md - sets the initial value for a control
4343
- api/link/ui.multisuggest_width_config.md - sets the width of the component
4444
- api/link/ui.multisuggest_zindex_config.md - stack order of the component
4545
}}

data/api/refs/ui.property.md

-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ The component can be used for creating various on-page editors. The value field
125125
- api/link/ui.property_animate_config.md - defines or disables view change animation.
126126
- api/ui.property_autoheight_config.md - auto height mode for property view
127127
- api/link/ui.property_borderless_config.md - used to hide the component borders
128-
- api/link/ui.property_columns_config.md -
129128
- api/ui.property_complexdata_config.md - enables complex data parsing mode
130129
- api/link/ui.property_container_config.md - an html container (or its id) where the component needs initializing
131130
- api/link/ui.property_content_config.md - the id or node, whose content will be moved to the view
@@ -139,7 +138,6 @@ The component can be used for creating various on-page editors. The value field
139138
- api/link/ui.property_editaction_config.md - defines the action on which editors will be opened
140139
- api/ui.property_elements_config.md - an array of property items
141140
- api/link/ui.property_form_config.md - linked form
142-
- api/link/ui.property_format_config.md -
143141
- api/link/ui.property_gravity_config.md - sets the view gravity (1 by default)
144142
- api/link/ui.property_height_config.md - sets the height of the component
145143
- api/link/ui.property_hidden_config.md - defines whether the view will be hidden initially

0 commit comments

Comments
 (0)