You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/runtime/mendix-client.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ These are functions of the environment in which the Mendix Client is running. In
70
70
71
71
This is the static data which is needed by the Mendix Client. For a browser-based client, this data is held online, with the Runtime Server. For native mobile apps, this is held locally on the device.
72
72
73
-
These include the initial environment (for example, the browser shell page) needed to start the Mendix Client, Cascading Style Sheets (css files) which define the app’s theme, and JavaScript files which define client-side logic.
73
+
These include the initial environment (for example, the browser shell page) needed to start the Mendix Client, Cascading Style Sheets (CSS files) which define the app’s theme, and JavaScript files which define client-side logic.
74
74
75
75
### 2.9 Data API
76
76
@@ -100,11 +100,11 @@ To avoid performance issues, the Mendix Client does not send the entire state to
100
100
101
101
Determining which parts of the state should be send to the runtime consists of two parts.
102
102
103
-
During deployment, all microflows “reachable” from the client are analysed, such as:
103
+
During deployment, all microflows “reachable” from the client are analyzed, such as:
104
104
105
-
- Event handler of entities
106
-
- Microflows called from a nanoflows
107
-
- Microflows called from the page
105
+
* Event handler of entities
106
+
* Microflows called from a nanoflows
107
+
* Microflows called from the page
108
108
109
109
This analysis is done based on the microflow parameters and their usages throughout the microflow. Any time an association is used in the microflow, the association is marked, and will also be sent along in the request if needed. In some cases, such as Java actions, the analysis is not done as it would be too performance heavy. In that case, all objects associated to the microflow parameters will be sent along.
110
110
@@ -212,7 +212,7 @@ When the app is deployed, the static resources are placed in a structure referre
212
212
213
213
* index.html – the initial HTML page which is loaded when the end-user starts the Mendix Client — this contains the client configuration and other static non-Mendix content (for example if Google analytics is added to the app)
214
214
* mxui.js – the main Mendix Client code
215
-
* app styling/Atlas – the app-specific css styling and static visual elements which define how a page is displayed
215
+
* app styling/Atlas – the app-specific CSS styling and static visual elements which define how a page is displayed
216
216
* widgets – both native and web core widgets which are used by this app
217
217
* page definitions – xml page definitions which tell the Mendix Client what the pages for this app look like
Copy file name to clipboardExpand all lines: content/en/docs/refguide9/runtime/mendix-client.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ These are functions of the environment in which the Mendix Client is running. In
72
72
73
73
This is the static data which is needed by the Mendix Client. For a browser-based client, this data is held online, with the Runtime Server. For native mobile apps, this is held locally on the device.
74
74
75
-
These include the initial environment (for example, the browser shell page) needed to start the Mendix Client, Cascading Style Sheets (css files) which define the app’s theme, and JavaScript files which define client-side logic.
75
+
These include the initial environment (for example, the browser shell page) needed to start the Mendix Client, Cascading Style Sheets (CSS files) which define the app’s theme, and JavaScript files which define client-side logic.
76
76
77
77
### 2.9 Data API
78
78
@@ -102,11 +102,11 @@ To avoid performance issues, the Mendix Client does not send the entire state to
102
102
103
103
Determining which parts of the state should be send to the runtime consists of two parts.
104
104
105
-
During deployment, all microflows “reachable” from the client are analysed, such as:
105
+
During deployment, all microflows “reachable” from the client are analyzed, such as:
106
106
107
-
- Event handler of entities
108
-
- Microflows called from a nanoflows
109
-
- Microflows called from the page
107
+
* Event handler of entities
108
+
* Microflows called from a nanoflows
109
+
* Microflows called from the page
110
110
111
111
This analysis is done based on the microflow parameters and their usages throughout the microflow. Any time an association is used in the microflow, the association is marked, and will also be sent along in the request if needed. In some cases, such as Java actions, the analysis is not done as it would be too performance heavy. In that case, all objects associated to the microflow parameters will be sent along.
112
112
@@ -214,7 +214,7 @@ When the app is deployed, the static resources are placed in a structure referre
214
214
215
215
* index.html – the initial HTML page which is loaded when the end-user starts the Mendix Client — this contains the client configuration and other static non-Mendix content (for example if Google analytics is added to the app)
216
216
* mxui.js – the main Mendix Client code
217
-
* app styling/Atlas – the app-specific css styling and static visual elements which define how a page is displayed
217
+
* app styling/Atlas – the app-specific CSS styling and static visual elements which define how a page is displayed
218
218
* widgets – both native and web core widgets which are used by this app
219
219
* page definitions – xml page definitions which tell the Mendix Client what the pages for this app look like
0 commit comments