Skip to content

Commit 8f4e0da

Browse files
Openblocks-docsgitbook-bot
authored andcommitted
GitBook: [lowcoder-org#73] update docs: "Permissions for resources"
1 parent 34f823d commit 8f4e0da

16 files changed

+64
-38
lines changed
92.7 KB
Loading

docs/.gitbook/assets/image (1).png

-92.7 KB
Loading
307 KB
Loading
68.1 KB
Loading
1.15 KB
Loading

docs/.gitbook/assets/permission-1.png

459 KB
Loading
Loading
Loading

docs/build-apps/event-handlers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In Openblocks, event handlers are responsible for collecting and processing events from components and queries, and executing subsequent actions. For example, for a **Button** component, you can add an event handler to trigger the **Run query** action **** in response to the button **Click** event.
44

5-
<figure><img src="../.gitbook/assets/image (8) (1).png" alt=""><figcaption></figcaption></figure>
5+
<figure><img src="../.gitbook/assets/image (19).png" alt=""><figcaption></figcaption></figure>
66

77
Set event handlers wisely to provide a reactive and responsive user experience (UX). For example, triggering a **get-all** query after **insert-new-data** query finishes enables table automatically refresh.
88

@@ -32,7 +32,7 @@ Running a query can result in success or failure, so queries have two events: **
3232

3333
There are a number of event handler actions available in Openblocks for handling different scenarios. Set them in the **Action** dropdown list in an event handler.
3434

35-
![](<../.gitbook/assets/image (9) (1).png>)
35+
![](<../.gitbook/assets/image (1) (1).png>)
3636

3737
{% hint style="info" %}
3838
See [advanced](event-handlers.md#advanced) on this page to know advanced settings.
@@ -48,7 +48,7 @@ Trigger the selected query.
4848

4949
To control a component, select a component in the **Component** dropdown list and call one of its methods in the **Method** dropdown list.
5050

51-
![](<../.gitbook/assets/image (29).png>)
51+
![](<../.gitbook/assets/image (17).png>)
5252

5353
### Set temporary state
5454

docs/build-apps/module.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ When building an app, you want to reuse components and queries across different
44

55
<figure><img src="../.gitbook/assets/module-1.png" alt=""><figcaption><p>Build a <a href="module.md#demo-a-statistics-module">statistics module</a></p></figcaption></figure>
66

7-
<figure><img src="../.gitbook/assets/module-2 (1).png" alt=""><figcaption><p>Reuse this module anywhere</p></figcaption></figure>
7+
<figure><img src="../.gitbook/assets/module-2.png" alt=""><figcaption><p>Reuse this module anywhere</p></figcaption></figure>
88

99
## Module basics
1010

@@ -45,7 +45,7 @@ The other areas of the module editor are similar to those of the web app editor.
4545

4646
When editing an app or module, select **Insert > Extensions > Modules** to display the modules that you have access to.&#x20;
4747

48-
<img src="../.gitbook/assets/module-10.jpeg" alt="" data-size="original">
48+
<img src="../.gitbook/assets/module-10.png" alt="" data-size="original">
4949

5050
Then drag and drop the module onto the canvas, and set input parameters, change styles inside the module's **Properties** panel.
5151

@@ -67,7 +67,7 @@ Module inputs are parameters passed to the module from external apps. The suppor
6767

6868
This section guides you through the steps to build a statistics module and reuse it in an app. &#x20;
6969

70-
<figure><img src="../.gitbook/assets/module-2 (1).png" alt=""><figcaption></figcaption></figure>
70+
<figure><img src="../.gitbook/assets/module-2.png" alt=""><figcaption></figcaption></figure>
7171

7272
1. Create module inputs:
7373

@@ -86,7 +86,7 @@ This section guides you through the steps to build a statistics module and reuse
8686
<figure><img src="../.gitbook/assets/module-17.png" alt=""><figcaption></figcaption></figure>
8787
5. Reuse the module multiple times by passing different input values.&#x20;
8888

89-
<figure><img src="../.gitbook/assets/module-2 (1).png" alt=""><figcaption></figcaption></figure>
89+
<figure><img src="../.gitbook/assets/module-2.png" alt=""><figcaption></figcaption></figure>
9090

9191
#### Input Test
9292

0 commit comments

Comments
 (0)