-
Notifications
You must be signed in to change notification settings - Fork 4
Tab
Jeff Olajos edited this page Jul 18, 2024
·
2 revisions
TAB: BOX
The <TAB/> widget is used to define a tab in the <TABVIEW/> for static content or as a prototype for a <TABVIEW/>'s tied to datasource. The TAB SCOPE varies based on how it is created. When created from a url or datasource, the TAB has a unique SCOPE, whereas, when it is created from static FML content, its scope is local to the page.
| Name | Type | Default | Description | Req |
|---|---|---|---|---|
| url | string | Where url poiunt to a valid template. If specified and the <TAB/> has no defined content, the tab is created by loading content from the template url specified. |
||
| title | string | Used as the title for <TABVIEW/>'s tab bar
|
||
| icon | string | Used as the icon for <TABVIEW/>'s tab bar
|
||
| tooltip | string | Diosplayed as a tooltip when hovering over the <TABVIEW/>'s tab bar
|
||
| closeable | bool | true/false | If the TAB is created using static content, the default is false. If the TAB is created using dynamic content either from a datasource or vai a template url, the default is true
|
| Name | Description |
|---|---|
| open() | Selects the tab |
| close() | Closes (deletes) the tab |
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