Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions _data/components/tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,19 @@ outputs: [{
description: "Event triggered when a tree node is clicked"
}]

methods: [{
name: "getSelectedFlatNodes",
type: "method",
description: "Return the selected flat nodes ",
parameters: "",
returns: "OTreeFlatNode[]"
},{
name: "getSelectedItems",
type: "method",
description : "Returns the selected items of the component in a hierarchical structure. Each item may include a `children` property containing its selected child nodes",
returns: "any[]"
}]

# ,{
# name : "onLoadNextLevel",
# description: "Event triggered when "
Expand Down
31 changes: 18 additions & 13 deletions docs/aditional-information/52-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,26 @@ In this section you can check the different releases of **OntimizeWeb** and its
</tr>
</thead>
<tbody>
<tr>
<td>15.5.8</td>
<td rowspan="39">15.0.0</td>
<td rowspan="39">15.0.1<br>15.0.0</td>
<td rowspan="39">15.1.6<br>15.1.5<br>15.1.4<br>15.1.3<br>15.1.2<br>15.1.1<br>15.1.0<br>15.0.1<br>15.0.0</td>
<td rowspan="39">15.1.2<br>15.1.1<br>15.1.0<br>15.0.0</td>
<td rowspan="39">15.0.4<br>15.0.3<br>15.0.2<br>15.0.1<br>15.0.0</td>
<td rowspan="39">15.1.1<br>15.1.0<br>15.0.0</td>
</tr>
<tr>
<td>15.5.7</td>
</tr>
<tr>
<td>15.5.6</td>
</tr>
<tr>
<td>15.5.5</td>
</tr>
<tr>
<td>15.5.4</td>
<td rowspan="27">15.0.0</td>
<td rowspan="27">15.0.1<br>15.0.0</td>
<td rowspan="27">15.1.6<br>15.1.5<br>15.1.4<br>15.1.3<br>15.1.2<br>15.1.1<br>15.1.0<br>15.0.1<br>15.0.0</td>
<td rowspan="27">15.1.2<br>15.1.1<br>15.1.0<br>15.0.0</td>
<td rowspan="27">15.0.3<br>15.0.2<br>15.0.1<br>15.0.0</td>
<td rowspan="27">15.1.0<br>15.0.0</td>
</tr>
<tr>
<td>15.5.3</td>
Expand All @@ -51,7 +63,6 @@ In this section you can check the different releases of **OntimizeWeb** and its
</tr>
<tr>
<td>15.4.4</td>

</tr>
<tr>
<td>15.4.3</td>
Expand All @@ -64,12 +75,6 @@ In this section you can check the different releases of **OntimizeWeb** and its
</tr>
<tr>
<td>15.5.1</td>
<td rowspan="25">15.0.0</td>
<td rowspan="25">15.0.1<br>15.0.0</td>
<td rowspan="25">15.1.4<br>15.1.3<br>15.1.2<br>15.1.1<br>15.1.0<br>15.0.1<br>15.0.0</td>
<td rowspan="25">15.1.2<br>15.1.1<br>15.1.0<br>15.0.0</td>
<td rowspan="25">15.0.3<br>15.0.2<br>15.0.1<br>15.0.0</td>
<td rowspan="25">15.1.0<br>15.0.0</td>
</tr>
<tr>
<td>15.5.0</td>
Expand Down