Plugin SDK

tabitem Class

Class used to hold tabs information for device_tabs tag

Inheritance Hierarchy

System.Object  Scheduler.tabitem
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)

Syntax

C#

public class tabitem


VB

Public Class tabitem


The tabitem type exposes the following members.

Constructors

 

Name

Description

Unknown Attachment

tabitem

 


Fields

 

Name

Description

Unknown Attachment

id

Tab id, name of tab all lowercase, no spaces

Unknown Attachment

is_plugin_tab

True if this tab is generated by a plugin

Unknown Attachment

name

Name of the tab

Unknown Attachment

plugin_html

The HTML for the tab as generated by a plugin

Unknown Attachment

selected

String True or False


See Also

Scheduler Namespace