EditorActiveTab Enumeration

The tab to move to at startup for the editor.

Definition

Namespace: MobileTrack.Web.Components.Models
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public enum EditorActiveTab

Members

None0 No tab selected (usually this means we'll move to the View item)
View1 The tab that displays the stats of the item.
Edit2 The tab containing the editor for the item.
Geofences3 The geofences tab for the item.
RoleAssignments4 The role assignments tab for the item.
Logs5 The logs tab for the item.
History6 The history tab for the item.
ActionFlow7 The action flow tab for the item.

See Also