Commands to create a Tabs object inside a Container.

 

neoTabsInit

Purpose:

Set up template html variables. You only need to invoke this command once in your App. Unless you have a special requirement to change the default html, leave all parameters blank.

Category:

neoTabs

Syntax:

neoTabsInit thisObjectTemplate thisTabsTemplate thisPaneTemplate

 

thisObjectTemplate

template html for the Object (leave blank to use default)

thisTabsTemplate

template html for the Tabs (leave blank to use default)

thisPaneTemplate

template html for the Panes (leave blank to use default)

 

neoTabsCreateObject

Purpose:

Create Tabs object in specified Container with specified Title,

Category:

neoTabs

Syntax:

neoTabsCreateObject "thisContainer" thisTitleHTML

 

thisContainer

Select a Container object to host the Tabs object

thisTitleHTML

title in Tabs object (optional)

 

neoTabsChangeObjectTitle

Purpose:

Change Title of the Tabs object hosted within specified Container.

Category:

neoTabs

Syntax:

neoTabsChangeObjectTitle "thisContainer" thisTitle

 

thisContainer

Select the Container object that hosts the Tabs object

thisTitle

new title in Tabs object

 

neoTabsInsertTab

Purpose:

Define Position, Id, Title and Content for a Tab within the Tabs object hosted wthin specified Container..

Category:

neoTabs

Syntax:

neoTabsInsertTab "thisContainer" thisTabPosition "thisTabID" thisTabTitle thisTabContent

 

thisContainer

Select the Container object that hosts the Tabs object

thisTabPosition

Relative position for this Tab (starts at 1)

thisTabID

An id (unique within this container) for this tab

thisTabTitle

Title for this Tab

thisTabContent

Content for this Tab

 

neoTabsShowTabAtPosition

Purpose:

Make Tab at specified Position within specified Container to be active (displayed).

Category:

neoTabs

Syntax:

neoTabsShowTabAtPosition "thisContainer" thisTabPosition

 

thisContainer

Select the Container object that hosts the Tabs object

thisTabPosition

relative position for this Tab (starts at 1)

 

neoTabsGetCount

Purpose:

Return count of Tabs in the Tab object within specified Container.

Category:

neoTabs

Syntax:

neoTabsGetCount "thisContainer" resultVariable

 

thisContainer

Select the Container object that hosts the Tabs object

resultVariable

variable to be populated with result

 

neoTabsGetActiveTabPosition

Purpose:

Return position of active Tab within specified Container.

Category:

neoTabs

Syntax:

neoTabsGetActiveTabPosition "thisContainer" resultVariable

 

thisContainer

Select the Container object that hosts the Tabs object

resultVariable

variable to be populated with result

 

neoTabsGetTabInfo

Purpose:

Return Id, Title and Content of Tab at specified Position within specified Container.

Category:

neoTabs

Syntax:

neoTabsGetTabInfo "thisContainer" thisTabPosition resultTabID resultTabLabel resultTabContent

 

thisContainer

Select the Container object that hosts the Tabs object

thisTabPosition

relative position for this Tab (starts at 1)

resultTabID

variable to be populated with id of Tab

resultTabLabel

variable to be populated with title of Tab

resultTabContent

variable to be populated with content of Tab

 

neoTabsChangeTabInfo

Purpose:

Change Id, Title and Content of Tab at specified Position within specified Container.

Category:

neoTabs

Syntax:

neoTabsChangeTabInfo "thisContainer" thisTabPosition "thisID" thisTitle thisContent

 

thisContainer

Select the Container object that hosts the Tabs object

thisTabPosition

relative position for this Tab (starts at 1)

thisID

id for this tab (leave blank to leave it as is)

thisTitle

title for this Tab

thisContent

content for this Tab

 

neoTabsRemoveTab

Purpose:

Remove Tab at specified Position within specified Container.

Category:

neoTabs

Syntax:

neoTabsRemoveTab "thisContainer" thisTabPosition

 

thisContainer

Select the Container object that hosts the Tabs object

thisTabPosition

relative position for this Tab (starts at 1)

 

neoTabsDestroyObject

Purpose:

Destroy Tabs object in specified Container.

Category:

neoTabs

Syntax:

neoTabsDestroyObject "thisContainer"

 

thisContainer

Select the Container object that hosts the Tabs object

Created with the Personal Edition of HelpNDoc: Elevate your documentation to new heights with HelpNDoc's built-in SEO