Skip to content

Commit c4c3e3d

Browse files
OJ423gitbook-bot
authored andcommitted
GITBOOK-143: SDK UI ANchor Links
1 parent 6bfd402 commit c4c3e3d

File tree

1 file changed

+9
-9
lines changed
  • document-ui-sdk/use-the-document-ui-sdk

1 file changed

+9
-9
lines changed

document-ui-sdk/use-the-document-ui-sdk/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ try {
9797

9898
Use three simple steps - input, configure, and output:
9999

100-
[Step 1. Create frame data](..#step-1.-create-frame-data)
100+
[Step 1. Create frame data](./#step-1.-create-frame-data)
101101

102-
[Step 2. Configure properties and functions](..#step-2.-configure-properties-and-functions)
102+
[Step 2. Configure properties and functions](./#step-2.-configure-properties-and-functions)
103103

104-
[Step 3. Generate the form](..#step-3.-generate-the-form)
104+
[Step 3. Generate the form](./#step-3.-generate-the-form)
105105

106-
**Step 1. Create frame data**
106+
#### **Step 1. Create frame data**
107107

108108
For simplicity, all examples use the `frames` definition below consisting of one document `Person`.
109109

@@ -131,7 +131,7 @@ let frames = {
131131
let type = "Person"
132132
```
133133

134-
**Step 2. Configure properties and functions**
134+
#### **Step 2. Configure properties and functions**
135135

136136
The example below generates an empty frame for the attributes of the `Person` document. The callback function `handleSubmit` displays any user-entered form data. Add functionality to `handleSubmit` to suit your requirements.
137137

@@ -147,7 +147,7 @@ function handleSubmit(data) {
147147
}
148148
```
149149

150-
**Step 3. Generate the form**
150+
#### **Step 3. Generate the form**
151151

152152
Generate the form using the properties and functions defined in the previous step.
153153

@@ -165,9 +165,9 @@ return <FrameViewer
165165

166166
The `FrameViewer` object supports three modes:
167167

168-
* [Create](..#create-mode)
169-
* [Edit](..#edit-mode)
170-
* [View](..#view-mode)
168+
* Create
169+
* Edit
170+
* View
171171

172172
**Create mode**
173173

0 commit comments

Comments
 (0)