Skip to content

Commit 3dbaab4

Browse files
adnanqaopsgitbook-bot
authored andcommitted
GITBOOK-169: Added Supademo for File Upload + Themes
1 parent 859b8a3 commit 3dbaab4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/build-applications/app-editor/visual-components/file-upload.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The upload list presents the file names of all uploaded files in chronological o
3838

3939
### Parse files
4040

41-
Toggle **Parse files** and Lowcoder will try to parse the uploaded file data structure into objects, arrays, or strings. This does not work with binary data but with structured text data like Excel, JSON, and CSV files.
41+
Toggle **Parse files** and Lowcoder will try to parse the uploaded file data structure into objects, arrays, or strings. This does not work with binary data but with structured text data like Excel, JSON, and CSV files. Excel files are only parseable if there is no formula/s applied on these.
4242

4343
<figure><img src="../../../.gitbook/assets/App Editor File Upload Parse.png" alt=""><figcaption><p>Lowcoder can try to parse the content of the files so you can directly access it.</p></figcaption></figure>
4444

@@ -97,3 +97,7 @@ Files uploaded via the file upload component are stored in browser cache memory
9797

9898
* `parsedValue`: A list of the value of the parsed files.
9999

100+
101+
102+
{% embed url="https://app.supademo.com/demo/clyyiwhcr1zh6z9kdrqgzyn4y" %}
103+

docs/build-applications/themes-and-styling/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can access the global variable `theme` and call the method `theme.switchTo()
3737

3838
`theme.switchTo()` method switches the theme at the end user's side, and requires only a theme ID. When the passed value is an empty string `""`, then the default theme is applied.Once the end user switches the theme, it will be saved to the user browser's local storage. And this theme will override the default theme and apply to all apps that are used in the same browser.
3939

40-
#### Demo
40+
### Demo :&#x20;
4141

4242
Combining Option lists and Events, end users can switch the theme within the app. For details, see [Change theme by code demo](https://cloud.lowcoder.dev/apps/63f84ca9f5f6f66102fedf3b/view).
4343

@@ -51,6 +51,8 @@ Follow the steps below to include this function in your app.
5151
2. Set the labels and values as `{{item.name}}` and `{{item.id}}` respectively. Then, you can view the default theme and all other available themes in the current workspace.
5252
3. Insert a **Button** component onto your canvas to switch theme. Add an event to the button, select "Run JavaScript" as the action, and run `theme.switchTo()` method which takes the value of the **Select** component.
5353

54+
{% embed url="https://app.supademo.com/demo/clxua85rk0g4l12o2zo0qss9o" %}
55+
5456
## Custom CSS
5557

5658
Lowcoder provides a custom CSS feature for more flexible and customized UI styling.

0 commit comments

Comments
 (0)