Skip to content

Commit 5cefad2

Browse files
committed
config quicker operations
1 parent 2d29851 commit 5cefad2

7 files changed

Lines changed: 60 additions & 76 deletions

File tree

docs/guides/grid/grid-basic/2-configure-control-elements.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

docs/guides/grid/grid-basic/cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
sidebar_position: 2
3-
title: "1.1: Profile Cloud overview"
2+
sidebar_position: 3
3+
title: "1.2: Profile Cloud overview"
44
description: Uploading your Configurations to the Cloud
55
slug: editor-111
66
---
70.7 KB
Loading
169 KB
Loading
160 KB
Loading
22.9 KB
Loading
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
sidebar_position: 2
3+
title: "1.1 Configurate quicker"
4+
description: Often used practices and tools explained
5+
slug: config-quicker
6+
---
7+
8+
import ImageLightbox from '@site/src/general-layout-components/ImageLightbox';
9+
10+
import add from './config-quick-img/add.png';
11+
import add_specific from './config-quick-img/add_specific.png';
12+
import element_act from './config-quick-img/element_act.png';
13+
import ab_op from './config-quick-img/ab_op.png';
14+
15+
16+
### Add Block and Cahnge the Order
17+
18+
Adding a block is possible in different ways:
19+
20+
- Use the **Add Action Block…** button to add an action block to the bottom of the element.
21+
- Or select the exact place where you want to insert an action block.
22+
- Finally, you can drag and drop the action block to change its order.
23+
24+
25+
<div style={{ display: 'flex', gap: '1rem', alignItems: 'flex-start' }}>
26+
<ImageLightbox imageSrc={add} style={{ height: '500px' }} citation={'Add action block to the bottom'} />
27+
<ImageLightbox imageSrc={add_specific} style={{ height: '300px' }} citation={'Add action block to a specific place'} />
28+
</div>
29+
30+
31+
32+
33+
34+
### Navigating and Using Elements Operations
35+
36+
You can select an element in the module and navigate using the arrow keys.
37+
If you want to duplicate the configuration of one element to another, you can use the standard shortcuts: **Cmd/Ctrl + C** to copy and **Cmd/Ctrl + V** to paste.
38+
39+
You can also use the icons to:
40+
- <span style={{ color: "green", fontWeight: "bold" }}>Copy</span> – Duplicate the element data to the clipboard.
41+
- <span style={{ color: "blue", fontWeight: "bold" }}>Paste</span> – Paste the element from the clipboard.
42+
- <span style={{ color: "red", fontWeight: "bold" }}>Discard</span> - changes and revert to the previously stored settings
43+
- <span style={{ color: "purple", fontWeight: "bold" }}>Clear</span> - the entire element back to the factory preset
44+
45+
<ImageLightbox imageSrc={element_act} style={{ height: '200px' }} citation={'Element Actions'} />
46+
47+
### Action Block Operations
48+
49+
When selecting one or more Action Blocks, you can perform the following actions:
50+
51+
- <span style={{ color: "green", fontWeight: "bold" }}>Copy</span> – Duplicate Action Blocks data to the clipboard.
52+
- <span style={{ color: "blue", fontWeight: "bold" }}>Paste</span> – Paste clipboard data to the element.
53+
- <span style={{ color: "orange", fontWeight: "bold" }}>Cut</span> – Remove Action Blocks and copy it to the clipboard.
54+
- <span style={{ color: "gold", fontWeight: "bold" }}>Merge</span> – Combine Action Blocks and merge into Code.
55+
- <span style={{ color: "red", fontWeight: "bold" }}>Delete</span> – Remove Action Blocks from the element.
56+
57+
<ImageLightbox imageSrc={ab_op} style={{ height: '400px' }} citation={'Operations of the selected Action Blcoks'} />
58+

0 commit comments

Comments
 (0)