Skip to content

Commit 2b340ea

Browse files
committed
Fix alert formatting
1 parent 1ed6eb8 commit 2b340ea

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

content/en/docs/refguide/modeling/pages/data-widgets/data-sources/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Data grids, template grids, and list views are list widgets. Also, some [pluggab
3333

3434
* [Database](/refguide/database-source/) – objects are retrieved from the database; database constraints can be used to limit which objects are shown.
3535
* [XPath](/refguide/xpath-source/) – objects are retrieved from the database; an XPath constraint can be used to constrain which objects are shown.
36-
{{% alert color="info" %}}
37-
From Mendix version 10.5, most widgets do not have a separate XPath source, you can apply XPath constraints to the **Database** source.
38-
{{% /alert %}}
36+
{{% alert color="info" %}}
37+
From Mendix version 10.5, most widgets do not have a separate XPath source, you can apply XPath constraints to the **Database** source.
38+
{{% /alert %}}
3939
* [Microflow](/refguide/microflow-source/) – objects retrieved are determined by the result of calling the selected microflow. The microflow can take objects in the context as parameter and needs to return a list of objects.
4040
* [Nanoflow](/refguide/nanoflow-source/) – objects retrieved are determined by the result of calling the selected nanoflow. The nanoflow can take objects in the context as a parameter and needs to return a list of objects. Nanoflow data source is only available for data views and list views.
4141
* [Association](/refguide/association-source/) – the objects are retrieved from memory by following an association from the object in the context. Thus, this data source is only available when a widget is nested in another data container.

content/en/docs/refguide/modeling/pages/data-widgets/list-view.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To specify which attributes to use when searching, configure the search attribut
4343

4444
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
4545

46-
### 2.2. Data Source Section {#data-source}
46+
### 2.2 Data Source Section {#data-source}
4747

4848
The data source determines which objects will be shown in a list view. For general information on data sources, see [Data Sources](/refguide/data-sources/).
4949

@@ -53,7 +53,9 @@ The list view supports the following types of data sources:
5353

5454
* [Database source](/refguide/database-source/) – objects are retrieved directly form the database. The database source can be used in [offline](/refguide/offline-first/) applications.
5555
* [XPath source](/refguide/xpath-source/) – objects are retrieved directly form the database
56-
{{% alert color="info" %}}From Mendix version 10.5, the list view does not have a separate XPath source, you can apply XPath constraints to the **Database** source.{{% /alert %}}
56+
{{% alert color="info" %}}
57+
From Mendix version 10.5, the list view does not have a separate XPath source, you can apply XPath constraints to the **Database** source.
58+
{{% /alert %}}
5759
* [Microflow source](/refguide/microflow-source/) – calculates the list of objects by executing a microflow
5860
* [Nanoflow source](/refguide/nanoflow-source/) – calculates the list of objects by executing a nanoflow
5961
* [Association source](/refguide/association-source/) – follows an association to get to objects
@@ -78,7 +80,7 @@ An on-click event defines what action is performed when a user clicks a list vie
7880

7981
#### 2.4.3 Page Size {#page-size}
8082

81-
the number of rows displayed on the page; after the indicated limit is reached, the **Load more...** button is displayed on the page.
83+
The number of rows displayed on the page; after the indicated limit is reached, the **Load more...** button is displayed on the page.
8284

8385
{{% alert color="info" %}}The **Load more** button is not visible on native mobile pages. The list view will automatically load new items, when the last of the currently loaded items is shown.{{% /alert %}}
8486

0 commit comments

Comments
 (0)