Content:
- Methods

Creates a simple fixed tab.

tbf = MUI.CreateTabFixed( title, width, height, options, color, animation ) → Object

A basic tab implementation.

Example - Basic click to expand contents 

To add a sliding animation into the fixed tab, pass a boolean to the animation argument

Example - With Slide Animation click to expand contents 

To add a callback when the user selects a tab use the SetOnSelect method.

Example - With Callback click to expand contents 

Methods

The following methods are available on the TabFixed object:

Focus()
GetAbsHeight() → Number: integer
GetAbsWidth() → Number: integer
GetHeight( options ) → Number
GetLayout( name ) → app object: Layout
GetLeft( options ) → Number
GetParent() → app object
GetPosition( options ) → Object: { left, top, right, bottom }
GetTop( options ) → Number
GetType() → String: “Tab”
GetWidth( options ) → Number
Gone()
IsEnabled() → Boolean
IsOverlap( obj, depth ) → Boolean
IsVisible() → Boolean