Skip to content

Commit 0a05986

Browse files
committed
Fix hashtags and numbers
1 parent 49493d7 commit 0a05986

10 files changed

Lines changed: 35 additions & 30 deletions

File tree

content/en/docs/refguide/modeling/pages/input-widgets/check-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The on-change property specifies an action that will be executed when leaving th
6767

6868
{{% snippet file="/static/_includes/refguide/events-section-link.md" %}}
6969

70-
#### 2.5.2 On Enter
70+
#### 3.6.2 On Enter
7171

7272
The on-enter property specifies an action that will be executed when the widget is entered, either by using the <kbd>Tab</kbd> key or by clicking it with the mouse.
7373

content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ For example, the drop-down that allows the end-user to select the region allocat
7878

7979
### 3.7 Accessibility Section{#accessibility}
8080

81-
### 3.7.1 Aria Required
81+
#### 3.7.1 Aria Required
8282

8383
In a text area widget, when **Aria required** is set to **Yes** then assistive technologies will read out the field that is required. When set to **No** then assistive technologies will not read the field out.
8484

content/en/docs/refguide/modeling/pages/input-widgets/text-area.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ This option is only available in native pages.
126126

127127
### 3.7 Accessibility Section{#accessibility}
128128

129-
### 3.7.1 Aria Required
129+
#### 3.7.1 Aria Required
130130

131131
In a text area widget, when **Aria required** is set to **Yes** then assistive technologies will read out the field that is required. When set to **No** then assistive technologies will not read the field out.
132132

@@ -163,7 +163,7 @@ The On Change Behavior property lets users select how **on change** is handled v
163163
* When user leaves input field (Default)
164164
* While user is entering data
165165

166-
##### 3.10.1 When user leaves input field (Default)
166+
#### 3.10.1 When user leaves input field (Default)
167167

168168
This option will work as in previous versions of Studio Pro. Text area will apply changes when a value is not the same as previously saved value in the database and one of the following conditions is met:
169169

@@ -172,7 +172,7 @@ This option will work as in previous versions of Studio Pro. Text area will appl
172172

173173
This means that there is no way for users to trigger an on change event while typing. That use case requires the second option: **While user is entering data**.
174174

175-
##### 3.10.2 While user is entering data
175+
#### 3.10.2 While user is entering data
176176

177177
This option allows makes it so users trigger an on change event while they are typing. Text area will save changes when the value is not the same as the previously saved value in the database and if the last change made took place after the configured **Apply after (ms)** length of time.
178178

content/en/docs/refguide/modeling/pages/input-widgets/text-box.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ The properties pane is divided into two major sections by a toggle at the top of
2929

3030
Properties:
3131
* [General](#general)
32-
* [Data source](#data-source)
32+
* [Data Source](#data-source)
3333
* [Label](#label)
3434
* [Editability](#editability)
3535
* [Visibility](#visibility)
3636
* [Validation](#validation)
3737
* [Accessibility](#accessibility)
3838
* [Common](#common)
3939
* [Events](#events)
40-
* [On change Behavior](#on-change-behavior)
40+
* [On Change Behavior](#on-change-behavior)
4141

4242
Styling:
4343

@@ -128,7 +128,7 @@ This option is only available in native pages.
128128

129129
### 3.7 Accessibility Section{#accessibility}
130130

131-
### 3.7.1 Aria Required
131+
#### 3.7.1 Aria Required
132132

133133
In a textbox widget, when **Aria required** is set to **Yes** then assistive technologies will read out the field that is required. When set to **No** then assistive technologies will not read the field out.
134134

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Styling:
2929
* [Design Properties](#design-properties)
3030
* [Common](#common-styling)
3131

32-
## 3 Properties Pane
32+
## 3 Properties
3333

3434
### 3.1 General Section {#general}
3535

@@ -68,7 +68,7 @@ The **On-click** property specifies the action that will be executed when the us
6868

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

71-
### 3.5 Accessibility {#accessibility}
71+
### 3.5 Accessibility Section {#accessibility}
7272

7373
#### 3.5.1 Hide for Screen Readers
7474

@@ -83,7 +83,7 @@ This property specifies whether to hide the container from screen readers or not
8383

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

86-
### 4.2 Common {#common-styling}
86+
### 4.2 Common Section {#common-styling}
8787

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

content/en/docs/refguide/modeling/pages/structure-widgets/layout-grid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Styling:
3333

3434
## 3 Properties
3535

36-
### 3.1 General {#general}
36+
### 3.1 General Section {#general}
3737

3838
#### 3.1.1 Width
3939

@@ -50,7 +50,7 @@ As the layout grid responds to the viewport width, and not to the width of its c
5050

5151
## 4 Styling
5252

53-
### 4.1 Common {#common-styling}
53+
### 4.1 Common Section {#common-styling}
5454

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ Miscellaneous:
5353

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

56-
## 5 Navigation List Item
57-
58-
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.
56+
## 5 Miscellaneous
5957

6058
### 5.1 Navigation List Item Properties {#nav-list}
6159

60+
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.
61+
6262
#### 5.1.1 Common Section
6363

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

content/en/docs/refguide/modeling/pages/structure-widgets/scroll-container.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Styling:
3636
* [Design Properties](#design-properties)
3737
* [Common](#common-styling)
3838

39+
Miscellaneous:
40+
* [Scroll Container Region](#scroll-container-region)
41+
3942
## 3 Properties
4043

4144
### 3.1 General Section {#general}
@@ -110,7 +113,19 @@ Determines whether the scroll container should contain a left region.
110113

111114
Determines whether the scroll container should contain a right region.
112115

113-
## 4 Scroll Container Region {#scroll-container-region}
116+
## 4 Styling
117+
118+
### 4.1 Design Properties Section {#design-properties}
119+
120+
{{% snippet file="/static/_includes/refguide/design-section-link.md" %}}
121+
122+
### 4.2 Common Section {#common-styling}
123+
124+
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
125+
126+
## 5 Miscellaneous
127+
128+
## 5.1 Scroll Container Region Section {#scroll-container-region}
114129

115130
A scroll container region is part of a scroll container, and defines a content area. A scroll container can contain the following regions:
116131

@@ -122,16 +137,6 @@ A scroll container region is part of a scroll container, and defines a content a
122137

123138
You can add and remove all the regions listed above except the center one.
124139

125-
## 5 Styling
126-
127-
### 5.1 Design Properties Section {#design-properties}
128-
129-
{{% snippet file="/static/_includes/refguide/design-section-link.md" %}}
130-
131-
### 5.2 Common Section {#common-styling}
132-
133-
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
134-
135140
## 6 Read More
136141

137142
* [Page](/refguide/page/)

content/en/docs/refguide/modeling/pages/text-widgets/label.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ The **General** section contains the **Caption** property. **Caption** defines t
4747

4848
## 4 Styling
4949

50-
### 4.1 Design Properties {#design-properties}
50+
### 4.1 Design Properties Section {#design-properties}
5151

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

54-
### 4.2 Common {#common-styling}
54+
### 4.2 Common Section {#common-styling}
5555

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

content/en/docs/refguide/modeling/pages/text-widgets/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The render mode determines how the text will be displayed.
116116

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

119-
### 4.3 Common {#common-styling}
119+
### 4.3 Common Section {#common-styling}
120120

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

0 commit comments

Comments
 (0)