Skip to content

Commit

Permalink
GitBook: [#80] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
OJ423 authored and gitbook-bot committed Aug 25, 2022
1 parent d1f9614 commit 0c9faa0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ try {

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

[Step 1. Create frame data](get-started-with-the-documents-user-interface.md#step-1.-create-frame-data)
[Step 1. Create frame data](use-the-document-ui-sdk.md#step-1.-create-frame-data)

[Step 2. Configure properties and functions](get-started-with-the-documents-user-interface.md#step-2.-configure-properties-and-functions)
[Step 2. Configure properties and functions](use-the-document-ui-sdk.md#step-2.-configure-properties-and-functions)

[Step 3. Generate the form](get-started-with-the-documents-user-interface.md#step-3.-generate-the-form)
[Step 3. Generate the form](use-the-document-ui-sdk.md#step-3.-generate-the-form)

#### Step 1. Create frame data

Expand Down Expand Up @@ -159,9 +159,9 @@ return <FrameViewer

The `FrameViewer` object supports three modes:

* [Create](get-started-with-the-documents-user-interface.md#create-mode)
* [Edit](get-started-with-the-documents-user-interface.md#edit-mode)
* [View](get-started-with-the-documents-user-interface.md#view-mode)
* [Create](use-the-document-ui-sdk.md#create-mode)
* [Edit](use-the-document-ui-sdk.md#edit-mode)
* [View](use-the-document-ui-sdk.md#view-mode)

#### Create mode

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Details for customizing your user interfaces using the Document UI

Customize the look and feel of your forms with styles, widgets, and additional information.

[**To get started read the Document UI SDK how-to guide**](../../how-to-guides/get-started-with-the-documents-user-interface.md)****
[**To get started read the Document UI SDK how-to guide**](../../how-to-guides/use-the-document-ui-sdk.md)****

## The uiFrames parameter

Expand Down Expand Up @@ -259,7 +259,7 @@ return <FrameViewer

## Further Reading

****[**Get started with the Document UI SDK**](../../how-to-guides/get-started-with-the-documents-user-interface.md)****
****[**Get started with the Document UI SDK**](../../how-to-guides/use-the-document-ui-sdk.md)****

****[**Document UI SDK Data Types**](documents-user-interface-data-types.md)****

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Understand the different data types to build data driven user inter

The TerminusDB documents User Interface generates forms representing the properties or fields of document/s in your schema. For data entry, each field is one of several data types and is mandatory by default. Schema definitions enable the linking of documents and the specification of sets.

[**To get started read the Document UI SDK how-to guide**](../../how-to-guides/get-started-with-the-documents-user-interface.md)****
[**To get started read the Document UI SDK how-to guide**](../../how-to-guides/use-the-document-ui-sdk.md)****

## Data types

Expand Down Expand Up @@ -353,7 +353,7 @@ In `View` mode the form is displayed in the order it was created.

## Further Reading

****[**Get started with the Document UI SDK**](../../how-to-guides/get-started-with-the-documents-user-interface.md)****
****[**Get started with the Document UI SDK**](../../how-to-guides/use-the-document-ui-sdk.md)****

****[**Document UI SDK Customization**](documents-user-interface-customization.md)****

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ return <MapViewer

## Further Reading

****[**Get started with the Document UI SDK**](../../how-to-guides/get-started-with-the-documents-user-interface.md)****
****[**Get started with the Document UI SDK**](../../how-to-guides/use-the-document-ui-sdk.md)****

****[**Document UI SDK Customization**](documents-user-interface-customization.md)****

Expand Down
2 changes: 1 addition & 1 deletion summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* [Shortest Path Queries](guides/how-to-guides/query-data/perform-graph-queries.md)
* [Use Regular Expressions](guides/how-to-guides/query-data/use-regex.md)
* [Find an Object State](guides/how-to-guides/query-data/find-object-state.md)
* [Use the Document UI SDK](guides/how-to-guides/get-started-with-the-documents-user-interface.md)
* [Use the Document UI SDK](guides/how-to-guides/use-the-document-ui-sdk.md)
* [Reference Guides](guides/reference-guides/README.md)
* [AccessControl](guides/reference-guides/accesscontrol.md)
* [Document Interface](guides/reference-guides/document-interface.md)
Expand Down

0 comments on commit 0c9faa0

Please sign in to comment.