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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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