Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ Paragraph text here.
Paragraph text here.

* unordered list
1. ordered list
* unordered list
1. ordered list
* unordered list

Paragraph text here.

1. First list item
1. Second list item
* Unordered sub-list.
* Unordered sub-list.
1. Third list item
1. Ordered sub-list
1. Ordered sub-list
3. And another item.

Indenting with a tab and a line break works for generic list items, but not elements like code blocks. Tabs get treated as four spaces, regardless of tab settings within an editor.
Indenting with a tab and a line break works for generic list items, but not elements like code blocks. Tabs get treated as four spaces, regardless of tab settings within an editor.

{{% alert color="danger" %}}
DO NOT USE TABS
Expand All @@ -106,17 +106,17 @@ DO NOT USE TABS
Paragraph text here.

* unordered list
1. ordered list
* unordered list
1. ordered list
* unordered list

Paragraph text here.

1. First list item
* Unordered sub-list.
* Unordered sub-list.
1. Second list item
1. Ordered sub-list
1. Ordered sub-list
3. And another item.
Indenting with a tab and trailing spaces works for generic list items, but not elements like code blocks.
Indenting with a tab and trailing spaces works for generic list items, but not elements like code blocks.

{{% alert color="danger" %}}
DO NOT USE TABS
Expand Down Expand Up @@ -194,19 +194,21 @@ My alert box
My alert box
{{% / alert %}}


{{% alert color="warning" %}}
Lists in alerts:

1. First list item
2. Second list item `a code snippet`
* Sub-list

```
A code block
```

{{% / alert %}}

## 2 Use of Markdown Extras

### 2.1 Block Quotes

>A block of text
Expand Down Expand Up @@ -239,8 +241,8 @@ If you need an element that starts collapsed and can be expanded by clicking, it
hidden stuff
</details>


The code example of details syntax:

```html
<details><summary>Description of what is hidden</summary>
hidden stuff
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ The following documents will help you understand data syncing, accelerate your a

* [Optimizing Native Startup](/refguide/mobile/building-efficient-mobile-apps/native-startup/) – This guide teaches you how to speed up your native app's startup time.
* [Logging In Native Apps](/refguide/mobile/building-efficient-mobile-apps/logging/) – In Mendix Studio Pro v9.16 and above, native mobile apps are able to send logs to the [Mendix Runtime](/refguide/runtime/). Read this guide for information on native app logging configuration.
* [Offline-First Data](/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/): native and progressive web apps use an offline database and a synchronization mechanism to replicate data on the client for efficient access and offline capabilities
* [Offline-First Data](/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/): native and progressive web apps use an offline database and a synchronization mechanism to replicate data on the client for efficient access and offline capabilities
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ If you need to synchronize files and images on startup, ensure their size is sma
If you have configured a nanoflow as a startup nanoflow it may affect your app's startup performance—especially if the nanoflow performs additional data synchronization, excessive data operations on the local device, or microflow calls.

We recommend creating short-running startup nanoflows, because native apps keep showing their splash screen until your startup nanoflow executes a **Show page** action. If you must perform long operations in your startup nanoflow, you can show a page at the beginning to help the end-user understand the process.

Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ These documents guide you through the process of shaping great mobile user exper
* [Navigation](/refguide/mobile/designing-mobile-user-interfaces/navigation/) – This guide gives general information for native navigation in Mendix test.
* [Images, Icons, and Fonts](/refguide/mobile/designing-mobile-user-interfaces/images-icons-and-fonts/) – This guide helps you enrich your native mobile app's design with images and custom fonts.
* [Native Styling](/refguide/mobile/designing-mobile-user-interfaces/native-styling/) – This guide gives general information for native styling in Mendix.
* [Widget Styling Guide](/refguide/mobile/designing-mobile-user-interfaces/widget-styling-guide/) – This guide contextualizes the style elements Mendix uses in native mobile apps and explains the classes and style properties of Mendix’s widgets.
* [Widget Styling Guide](/refguide/mobile/designing-mobile-user-interfaces/widget-styling-guide/) – This guide contextualizes the style elements Mendix uses in native mobile apps and explains the classes and style properties of Mendix’s widgets.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ This attribute is filled when one of the following scenarios occur:
* The **Response handling** is **Store in an HTTP response** and the call succeeded
* The **Store message body in $latestHttpResponse variable** option in the **Error handling** section is checked and the call failed
*

This variable can only be accessed in the microflow where the **Call REST Service** activity is used.

#### 7.3.2 Store Message Body in $latestHttpResponse Variable {#latesthttpresponse}
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/releasenotes/studio-pro/9/9.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ weight: 87
### Known Issues

* There is a known issue for the scenario where there are multiple instances of the same identical object (meaning, with the same ID) assigned to different microflow variables, this object has a one-to-one association to another entity, and no changes have been made to the associated object. When you then set the association to the same value, only a single microflow variable points correctly to the new association, and the other variables have an empty association. (Ticket 168024)
* Workaround: Do not have multiple microflow variables pointing to the same object instance (for example, pass along the value instead of retrieving it twice from the database).
* Workaround: Do not have multiple microflow variables pointing to the same object instance (for example, pass along the value instead of retrieving it twice from the database).
2 changes: 1 addition & 1 deletion content/en/docs/releasenotes/studio-pro/9/9.14.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ weight: 86

* There is a known issue for the scenario where there are multiple instances of the same identical object (meaning, with the same ID) assigned to different microflow variables, this object has a one-to-one association to another entity, and no changes have been made to the associated object. When you then set the association to the same value, only a single microflow variable points correctly to the new association, and the other variables have an empty association. (Ticket 168024)
* Workaround: Do not have multiple microflow variables pointing to the same object instance (for example, pass along the value instead of retrieving it twice from the database).
## 9.14.1 {#9141}

**Release date: June 14th, 2022**
Expand Down