Skip to content

Commit 9988567

Browse files
committed
Update navigation list
1 parent 950b997 commit 9988567

2 files changed

Lines changed: 24 additions & 20 deletions

File tree

content/en/docs/refguide/modeling/pages/structure-widgets/navigation-list.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,53 +18,57 @@ For example, clicking one row can open a page, clicking another one can execute
1818

1919
{{< figure src="/attachments/refguide/modeling/pages/structure-widgets/navigation-list/navigation-list.png" alt="Navigation List" >}}
2020

21-
## 2 Properties
21+
## 2 Properties Pane
2222

23-
An example of navigation list properties is represented in the image below:
24-
25-
{{< figure src="/attachments/refguide/modeling/pages/structure-widgets/navigation-list/navigation-list-properties.png" alt="Navigation List Properties" width="250" >}}
26-
27-
Navigation list properties consist of the following sections:
23+
The properties pane is divided into two major sections by a toggle at the top of the pane: **Properties** and **Styling**. Navigation list properties consist of the following sections:
2824

25+
Properties:
26+
* [Visibility](#visibility)
2927
* [Common](#common)
28+
29+
Styling:
3030
* [Design Properties](#design-properties)
31-
* [Visibility](#visibility)
31+
* [Common](#common-styling)
32+
33+
## 3 Properties
3234

33-
### 2.1 Common Section {#common}
35+
#### 3.1 Visibility Section {#visibility}
36+
37+
{{% snippet file="/static/_includes/refguide/visibility-section-link.md" %}}
38+
39+
### 3.2 Common Section {#common}
3440

3541
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
3642

37-
### 2.2 Design Properties Section {#design-properties}
43+
## 4 Styling
44+
45+
### 4.1 Design Properties Section {#design-properties}
3846

3947
{{% snippet file="/static/_includes/refguide/design-section-link.md" %}}
4048

41-
### 2.3 Visibility Section {#visibility}
49+
### 4.2 Common Section {#common-styling}
4250

43-
{{% snippet file="/static/_includes/refguide/visibility-section-link.md" %}}
51+
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
4452

45-
## 3 Navigation List Item
53+
## 5 Navigation List Item
4654

4755
A row in a navigation list is a navigation list item. You can set a separate **On click** event for each row of the navigation list.
4856

49-
### 3.1 Navigation List Item Properties
57+
### 5.1 Navigation List Item Properties
5058

51-
#### 3.1.1 Common Section
59+
#### 5.1.1 Common Section
5260

5361
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
5462

55-
#### 3.1.2 General Section
63+
#### 5.1.2 General Section
5664

5765
In the **General** section, you can set a specific on click event for each navigation list item. An on click event defines what action is performed when a user clicks a row. For more information on on click events, see [On Click Event and Events Section](/refguide/on-click-event/).
5866

5967
{{% alert color="info" %}}
6068
Microflows set as an on click event for a navigation list item have no **Execution**, **Confirmation**, or **Advanced** microflow settings. For more information on calling a microflow, see [On Click Event and Events Section](/refguide/on-click-event/#call-microflow).
6169
{{% /alert %}}
6270

63-
#### 3.1.3 Visibility Section
64-
65-
{{% snippet file="/static/_includes/refguide/visibility-section-link.md" %}}
66-
67-
## 4 Read More
71+
## 6 Read More
6872

6973
* [Page](/refguide/page/)
7074
* [Structure](/refguide/structure-widgets/)

0 commit comments

Comments
 (0)