Skip to content

Commit d3e66ea

Browse files
committed
[update] 2.5 docs
1 parent 97d9997 commit d3e66ea

14 files changed

+36
-36
lines changed

data/api/refs/codeparser.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ CodeParser
22
=============
33

44

5-
dummy stub
6-
7-
{{todo replace with real description. }}
5+
{{memo Parsing rules for complex values. }}}
86

7+
Is used by [toolbar](api/refs/ui.toolbar.md), [form](api/refs/ui.form.md) and [property sheet](api/refs/ui.property.md)
8+
components in a [complexData](api/link/ui.form_complexdata_config.md) mode.
99

1010

1111
<div class='h2'>Methods</div>

data/api/refs/datacollection.md

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

8888
{{api
89-
- api/datacollection_columns_config.md -
89+
- api/link/datacollection_columns_config.md -
9090
- api/link/datacollection_data_config.md - JavaScript array containing data for the component
9191
- api/link/datacollection_datafeed_config.md - the URL that the component will use to reload data during binding
9292
- 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)
9393
- api/link/datacollection_datatype_config.md - the type of loaded data
9494
- 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/datacollection_format_config.md -
95+
- api/link/datacollection_format_config.md -
9696
- api/link/datacollection_id_config.md - the component ID
9797
- api/link/datacollection_map_config.md - defines data mapping
9898
- api/link/datacollection_on_config.md - allows attaching custom handlers to inner events of the component

data/api/refs/datacollection_props.md

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

44
{{api
5-
- api/datacollection_columns_config.md -
5+
- api/link/datacollection_columns_config.md -
66
- api/link/datacollection_data_config.md - JavaScript array containing data for the component
77
- api/link/datacollection_datafeed_config.md - the URL that the component will use to reload data during binding
88
- 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)
99
- api/link/datacollection_datatype_config.md - the type of loaded data
1010
- 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/datacollection_format_config.md -
11+
- api/link/datacollection_format_config.md -
1212
- api/link/datacollection_id_config.md - the component ID
1313
- api/link/datacollection_map_config.md - defines data mapping
1414
- api/link/datacollection_on_config.md - allows attaching custom handlers to inner events of the component
@@ -21,13 +21,13 @@ Properties
2121
}}
2222

2323
@index:
24-
- api/datacollection_columns_config.md
24+
- api/link/datacollection_columns_config.md
2525
- api/link/datacollection_data_config.md
2626
- api/link/datacollection_datafeed_config.md
2727
- api/link/datacollection_datathrottle_config.md
2828
- api/link/datacollection_datatype_config.md
2929
- api/link/datacollection_defaultdata_config.md
30-
- api/datacollection_format_config.md
30+
- api/link/datacollection_format_config.md
3131
- api/link/datacollection_id_config.md
3232
- api/link/datacollection_map_config.md
3333
- api/link/datacollection_on_config.md

data/api/refs/treecollection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ var store = new webix.TreeCollection({ url:"tree.php" });
100100
- api/link/treecollection_datatype_config.md - the type of loaded data
101101
- api/link/treecollection_defaultdata_config.md - the property stores data which is displayed in the child when no records are selected in the master.
102102
- api/link/treecollection_filtermode_config.md - defines the pattern for tree item filtering
103-
- api/treecollection_format_config.md -
103+
- api/link/treecollection_format_config.md -
104104
- api/link/treecollection_id_config.md - the component ID
105105
- api/link/treecollection_map_config.md - defines data mapping
106106
- api/link/treecollection_on_config.md - allows attaching custom handlers to inner events of the component

data/api/refs/treecollection_props.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Properties
99
- api/link/treecollection_datatype_config.md - the type of loaded data
1010
- api/link/treecollection_defaultdata_config.md - the property stores data which is displayed in the child when no records are selected in the master.
1111
- api/link/treecollection_filtermode_config.md - defines the pattern for tree item filtering
12-
- api/treecollection_format_config.md -
12+
- api/link/treecollection_format_config.md -
1313
- api/link/treecollection_id_config.md - the component ID
1414
- api/link/treecollection_map_config.md - defines data mapping
1515
- api/link/treecollection_on_config.md - allows attaching custom handlers to inner events of the component
@@ -29,7 +29,7 @@ Properties
2929
- api/link/treecollection_datatype_config.md
3030
- api/link/treecollection_defaultdata_config.md
3131
- api/link/treecollection_filtermode_config.md
32-
- api/treecollection_format_config.md
32+
- api/link/treecollection_format_config.md
3333
- api/link/treecollection_id_config.md
3434
- api/link/treecollection_map_config.md
3535
- api/link/treecollection_on_config.md

data/api/refs/ui.datatable.md

+2-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/ui.datatable_columns_config.md - configures columns of the table
255+
- api/link/ui.datatable_columns_config.md -
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,7 @@ 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/ui.datatable_format_config.md -
277+
- api/link/ui.datatable_format_config.md -
278278
- api/link/ui.datatable_gravity_config.md - sets the view gravity (1 by default)
279279
- api/ui.datatable_header_config.md - enables/disables the header in DataTable (enabled, by default)
280280
- api/ui.datatable_headerrowheight_config.md - sets the heigth of the header row

data/api/refs/ui.datatable_props.md

+4-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/ui.datatable_columns_config.md - configures columns of the table
14+
- api/link/ui.datatable_columns_config.md -
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,7 @@ 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/ui.datatable_format_config.md -
36+
- api/link/ui.datatable_format_config.md -
3737
- api/link/ui.datatable_gravity_config.md - sets the view gravity (1 by default)
3838
- api/ui.datatable_header_config.md - enables/disables the header in DataTable (enabled, by default)
3939
- api/ui.datatable_headerrowheight_config.md - sets the heigth of the header row
@@ -96,7 +96,7 @@ Properties
9696
- api/ui.datatable_checkboxrefresh_config.md
9797
- api/link/ui.datatable_clipboard_config.md
9898
- api/ui.datatable_columnwidth_config.md
99-
- api/ui.datatable_columns_config.md
99+
- api/link/ui.datatable_columns_config.md
100100
- api/link/ui.datatable_container_config.md
101101
- api/link/ui.datatable_css_config.md
102102
- api/link/ui.datatable_data_config.md
@@ -118,7 +118,7 @@ Properties
118118
- api/ui.datatable_fixedrowheight_config.md
119119
- api/ui.datatable_footer_config.md
120120
- api/link/ui.datatable_form_config.md
121-
- api/ui.datatable_format_config.md
121+
- api/link/ui.datatable_format_config.md
122122
- api/link/ui.datatable_gravity_config.md
123123
- api/ui.datatable_header_config.md
124124
- api/ui.datatable_headerrowheight_config.md

data/api/refs/ui.property.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ 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/ui.property_columns_config.md -
128+
- api/link/ui.property_columns_config.md -
129129
- api/ui.property_complexdata_config.md - enables complex data parsing mode
130130
- api/link/ui.property_container_config.md - an html container (or its id) where the component needs initializing
131131
- api/link/ui.property_content_config.md - the id or node, whose content will be moved to the view
@@ -139,7 +139,7 @@ The component can be used for creating various on-page editors. The value field
139139
- api/link/ui.property_editaction_config.md - defines the action on which editors will be opened
140140
- api/ui.property_elements_config.md - an array of property items
141141
- api/link/ui.property_form_config.md - linked form
142-
- api/ui.property_format_config.md -
142+
- api/link/ui.property_format_config.md -
143143
- api/link/ui.property_gravity_config.md - sets the view gravity (1 by default)
144144
- api/link/ui.property_height_config.md - sets the height of the component
145145
- api/link/ui.property_hidden_config.md - defines whether the view will be hidden initially

data/api/refs/ui.property_props.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Properties
55
- api/link/ui.property_animate_config.md - defines or disables view change animation.
66
- api/ui.property_autoheight_config.md - auto height mode for property view
77
- api/link/ui.property_borderless_config.md - used to hide the component borders
8-
- api/ui.property_columns_config.md -
8+
- api/link/ui.property_columns_config.md -
99
- api/ui.property_complexdata_config.md - enables complex data parsing mode
1010
- api/link/ui.property_container_config.md - an html container (or its id) where the component needs initializing
1111
- api/link/ui.property_content_config.md - the id or node, whose content will be moved to the view
@@ -19,7 +19,7 @@ Properties
1919
- api/link/ui.property_editaction_config.md - defines the action on which editors will be opened
2020
- api/ui.property_elements_config.md - an array of property items
2121
- api/link/ui.property_form_config.md - linked form
22-
- api/ui.property_format_config.md -
22+
- api/link/ui.property_format_config.md -
2323
- api/link/ui.property_gravity_config.md - sets the view gravity (1 by default)
2424
- api/link/ui.property_height_config.md - sets the height of the component
2525
- api/link/ui.property_hidden_config.md - defines whether the view will be hidden initially
@@ -47,7 +47,7 @@ Properties
4747
- api/link/ui.property_animate_config.md
4848
- api/ui.property_autoheight_config.md
4949
- api/link/ui.property_borderless_config.md
50-
- api/ui.property_columns_config.md
50+
- api/link/ui.property_columns_config.md
5151
- api/ui.property_complexdata_config.md
5252
- api/link/ui.property_container_config.md
5353
- api/link/ui.property_content_config.md
@@ -61,7 +61,7 @@ Properties
6161
- api/link/ui.property_editaction_config.md
6262
- api/ui.property_elements_config.md
6363
- api/link/ui.property_form_config.md
64-
- api/ui.property_format_config.md
64+
- api/link/ui.property_format_config.md
6565
- api/link/ui.property_gravity_config.md
6666
- api/link/ui.property_height_config.md
6767
- api/link/ui.property_hidden_config.md

data/api/refs/ui.treetable.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ The component is used to integrate a tree into an editable grid. There is a supp
268268
- api/link/ui.treetable_checkboxrefresh_config.md - controls behavior of checkbox editors in grid
269269
- api/link/ui.treetable_clipboard_config.md - enables/disables clipboard support
270270
- api/link/ui.treetable_columnwidth_config.md - defines the default width for columns (in pixels)
271-
- api/link/ui.treetable_columns_config.md - configures columns of the table
271+
- api/link/ui.treetable_columns_config.md -
272272
- api/link/ui.treetable_container_config.md - an html container (or its id) where the component needs initializing
273273
- api/link/ui.treetable_css_config.md - the name of a css class that will be applied to the view container
274274
- api/link/ui.treetable_data_config.md - JavaScript array containing data for the component
@@ -290,7 +290,7 @@ The component is used to integrate a tree into an editable grid. There is a supp
290290
- api/link/ui.treetable_fixedrowheight_config.md - defines whether the height should be fixed for all rows or can vary
291291
- api/link/ui.treetable_footer_config.md - enables/disables the footer in DataTable (disabled, by default)
292292
- api/link/ui.treetable_form_config.md - linked form
293-
- api/ui.treetable_format_config.md -
293+
- api/link/ui.treetable_format_config.md -
294294
- api/link/ui.treetable_gravity_config.md - sets the view gravity (1 by default)
295295
- api/link/ui.treetable_header_config.md - enables/disables the header in DataTable (enabled, by default)
296296
- api/link/ui.treetable_headerrowheight_config.md - sets the heigth of the header row

data/api/refs/ui.treetable_props.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Properties
1111
- api/link/ui.treetable_checkboxrefresh_config.md - controls behavior of checkbox editors in grid
1212
- api/link/ui.treetable_clipboard_config.md - enables/disables clipboard support
1313
- api/link/ui.treetable_columnwidth_config.md - defines the default width for columns (in pixels)
14-
- api/link/ui.treetable_columns_config.md - configures columns of the table
14+
- api/link/ui.treetable_columns_config.md -
1515
- api/link/ui.treetable_container_config.md - an html container (or its id) where the component needs initializing
1616
- api/link/ui.treetable_css_config.md - the name of a css class that will be applied to the view container
1717
- api/link/ui.treetable_data_config.md - JavaScript array containing data for the component
@@ -33,7 +33,7 @@ Properties
3333
- api/link/ui.treetable_fixedrowheight_config.md - defines whether the height should be fixed for all rows or can vary
3434
- api/link/ui.treetable_footer_config.md - enables/disables the footer in DataTable (disabled, by default)
3535
- api/link/ui.treetable_form_config.md - linked form
36-
- api/ui.treetable_format_config.md -
36+
- api/link/ui.treetable_format_config.md -
3737
- api/link/ui.treetable_gravity_config.md - sets the view gravity (1 by default)
3838
- api/link/ui.treetable_header_config.md - enables/disables the header in DataTable (enabled, by default)
3939
- api/link/ui.treetable_headerrowheight_config.md - sets the heigth of the header row
@@ -119,7 +119,7 @@ Properties
119119
- api/link/ui.treetable_fixedrowheight_config.md
120120
- api/link/ui.treetable_footer_config.md
121121
- api/link/ui.treetable_form_config.md
122-
- api/ui.treetable_format_config.md
122+
- api/link/ui.treetable_format_config.md
123123
- api/link/ui.treetable_gravity_config.md
124124
- api/link/ui.treetable_header_config.md
125125
- api/link/ui.treetable_headerrowheight_config.md

data/api/toc/ui_mixins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Mixins
1010
- api/refs/basebind.md - core of all bind operations
1111
- api/refs/bindsource.md - logic for source of data in bind operations
1212
- api/refs/canvas.md - wrapper for HTML Canvas tag
13-
- api/refs/codeparser.md -
13+
- api/refs/codeparser.md - parsing rules for complex values
1414
- api/refs/collectionbind.md - binding rules for collections of objects
1515
- api/refs/contexthelper.md - provides for subviews seen by right mouse click
1616
- api/refs/copypaste.md - provides support for copy-paste operations (integration with clipboard)

data/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Start
77
<div class='index-pc'></div>
88
<div class='index-board'>
99

10-
<h2>Meet Webix 2.4!</h2>
10+
<h2>Meet Webix 2.5!</h2>
1111
<ul>
12-
<li>New <a href="desktop/portlet.md">Portlet</a> widget</li>
13-
<li><a href="desktop/controls.md#multicombo">Multicombo</a> and <a href="desktop/controls.md#slider">Range Slider</a> form controls</li>
14-
<li>Built-in <a href="desktop/data_validation.md#validationmessage">validation messages</a> for form fields</li>
12+
<li>Support of upcoming Microsoft Edge</li>
13+
<li><a href="kanban/configuration.md#creatingswimlanes">Swimlanes in Kanban widget</a></li>
14+
<li>Ability to <a href="desktop/calendar.md#disablingdatesandtimeslotsincalendar">disable time periods</a> for Calendar widget</li>
1515
</ul>
1616

17-
<p> and <a href="desktop/whats_new_2_4.md">many more...</a></p>
17+
<p> and <a href="desktop/whats_new_2_5.md">many more...</a></p>
1818
<a href='http://webix.com/download/' class='index-download' title='Download Webix'></a>
1919
</div>
2020

data/kanban/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ webix.ui({
240240
Each loaded data item (task) will be placed into a list the "status" values of which correspond to "status" and "team" properties of the task.
241241

242242
{{sample
243-
63_kanban/04_layouts/03_swim_lanes.html
243+
63_kanban/04_layouts/03_swimlanes.html
244244
}}
245245

246246
You can use any names of data properties within the complex **status** of a Kanban list and these names will be used to filter data items.

0 commit comments

Comments
 (0)