-
Notifications
You must be signed in to change notification settings - Fork 4
Table Header Data
Jeff Olajos edited this page Jan 5, 2024
·
4 revisions
<TD/>
:: <BOX/>
The <TD/>
defines a single column header cell. Simple <TD/>
header cells specify just a title
and/or field
attribute. More complex <TD/>
header cells wrap one or a collection of several other FML widgets.
Attributes :: <BOX/>
Name | Type | Default | Description | Req |
---|---|---|---|---|
menu | bool | Show the menu button for this cell. This can also be specified in the parent <TH/> table header or <TABLE/> table widgets |
||
sortable | bool | Show the sort button for this cell. This can also be specified in the parent <TH/> table header or <TABLE/> table widgets |
||
resizeable | bool | Allow this cell to be resized. This can also be specified in the parent <TH/> table header or <TABLE/> table widgets |
||
editable | bool | Allow this cell to be edited when double clicked. This can also be specified in the parent <TH/> table header or <TABLE/> table widgets |
||
title | string | For simple cells, this becomes the label displayed in the cell. | ||
field | string | The field property is the name of the field in the tables data set. It is used both in dynamic and simple tables. |
||
type | string | The type field is used to specify the fields data type. It is used primarily for sorting and editing purposes. | ||
fit | string | scale | Specifed how the field is sized horizontally. Values include "none" (does not automatically change the width), "equal" (changes the width equally regardless of the current size) and "scale" (scales the width proportionally according to the current size) | |
filter | bool | Show the filter input for this header cell. This can also be specified in the parent <TH/> table header or <TABLE/> table widgets |
Properties :: Box
Name | Values | Default | Description |
---|
Events :: <BOX/>
Name | Description |
---|---|
onChange | The event string of the onChanage is fired after a the rows cell value has changed during the edit process. Used only on simple cells. |
Methods :: <BOX/>
Name | Type | Description |
---|
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/>