-
Notifications
You must be signed in to change notification settings - Fork 4
TESTDATA
Jeff Olajos edited this page Oct 21, 2024
·
10 revisions
<TESTDATA/> : Datasource
The <TESTDATA/> datasource is used exclusively for prototyping and testing purposes.
| Name | Type | Default | Description | Req |
|---|---|---|---|---|
| rows | int | 2000 | The number of rows to generate |
The <TESTDATA/> datasource produces multiple rows of dynamically created data. The number of rows created can be specified using the rows attribute. The default is 2000. The data created is in the following format:
<USERS>
<USER>
<index>0<index>
<rights>16<rights>
<user>john.doe56</user>
<first>John<first>
<last>Doe</last>
<age>42</age>
<city>New York</city>
<occupation>Banker<occupation>
<company>Chase Manhatten<company>
<email>john.doe56@gmail.com<email>
</USER>
<USER>
<index>1<index>
<rights>8<rights>
<user>jane.doe12</user>
<first>Jane<first>
<last>Doe</last>
<age>22</age>
<city>Miami</city>
<occupation>Software Engineer<occupation>
<company>Microsoft<company>
<email>jane.doe12@gmail.com<email>
</USER>
</USERS>Framework Markup Language is an open source programming language created by AppDaddy Software Solutions Inc. FML and is licensed under a fair source license agreement and is maintained by a community of developers.
- Quick Start
- Widget Structure
- Layout Basics
- Config
- Navigation
- Authentication
- Server Configuration
- Offline Use
- Resource Guides
-
<FML/>
- <BOX/>
- <CHART/>
- <COLUMN/>
- <DRAWER/>
- <FOOTER/>
- <FORM/>
- <GRID/>
- <HEADER/>
- <LIST/>
- <MAP/>
- <WINDOW/>
- <PAGER/>
- <ROW/>
- <SCROLLER/>
- <SPLITVIEW/>
- <STACK/>
- <TABLE/>
- <TABVIEW/>
- <TREEVIEW/>
- <WEBVIEW/>
Important Concepts