Tab - AppDaddy-Software-Solutions-Inc/framework-markup-language GitHub Wiki

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.

Attributes

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

Methods

Name Description
open() Selects the tab
close() Closes (deletes) the tab

Other Documentation You May Find Useful

⚠️ **GitHub.com Fallback** ⚠️