GeoMOOSE.Tab

The GeoMOOSE Tab Class is pretty basic and can serve as a “blank” type of container.

Summary
GeoMOOSE.TabThe GeoMOOSE Tab Class is pretty basic and can serve as a “blank” type of container.
Functions
postCreateThis function is called after the tab has been added to the user interface.

Functions

postCreate

postCreate: function()

This function is called after the tab has been added to the user interface.  Make sure to call “this.inherited(arguments)” at the top to ensure all of the other UI bits are handled correctly.

postCreate: function()
This function is called after the tab has been added to the user interface.
Close