Options
All
  • Public
  • Public/Protected
  • All
Menu

Sitefinity Admin App extensibility API documentation

Index

Enumerations

Classes

Interfaces

Variables

Functions

Variables

Const BUTTON_CANCEL_CATEGORY

BUTTON_CANCEL_CATEGORY: string

Const BUTTON_DELETE_CATEGORY

BUTTON_DELETE_CATEGORY: string

Const BUTTON_PRIMARY_CATEGORY

BUTTON_PRIMARY_CATEGORY: string

COLUMNS_TOKEN

COLUMNS_TOKEN: InjectionToken<ColumnModel>

COMMANDS_FILTER_TOKEN

COMMANDS_FILTER_TOKEN: InjectionToken<string>

COMMANDS_TOKEN

COMMANDS_TOKEN: InjectionToken<string>

CUSTOM_TREE_COMPONENT_TOKEN

CUSTOM_TREE_COMPONENT_TOKEN: InjectionToken<any>

DAM_PROVIDER_TOKEN

DAM_PROVIDER_TOKEN: InjectionToken<string>

EDITOR_CONFIG_TOKEN

EDITOR_CONFIG_TOKEN: InjectionToken<string>

EDIT_MENU_TOKEN

EDIT_MENU_TOKEN: InjectionToken<string>

FIELDS_CHANGE_SERVICE_TOKEN

FIELDS_CHANGE_SERVICE_TOKEN: InjectionToken<string>

FIELDS_PROVIDER_TOKEN

FIELDS_PROVIDER_TOKEN: InjectionToken<string>

FieldTypes

FieldTypes: object

Type declaration

  • additionalUrls: any
  • address: any
  • advancedOptionsCompositeField: any
  • arrayOfGUIDs: any
  • choice: any
  • choiceChip: any
  • choiceDropDown: any
  • choiceDropDownList: any
  • choiceList: any
  • choiceListMultiple: any
  • choiceMultiple: any
  • choiceMultipleReadonly: any
  • choiceReadonly: any
  • choiceYesNo: any
  • choiceYesNoReadonly: any
  • color: any
  • complex: any
  • content: any
  • customSize: any
  • date: any
  • dateTime: any
  • dropdownSelector: any
  • eventTimeCompositeField: any
  • fileList: any
  • hidden: any
  • html: any
  • linkInsert: any
  • listFieldMapping: any
  • listSettings: any
  • localizationStrategy: any
  • longText: any
  • media: any
  • mediaData: any
  • multipleChoiceChip: any
  • navigationOptionsCompositeField: any
  • number: any
  • parentDropdownSelector: any
  • read: any
  • recurringEvent: any
  • relatedData: any
  • searchSiteCompositeField: any
  • shortText: any
  • shortTextDefault: any
  • siteSync: any
  • switch: any
  • taxa: any
  • taxonomyTypeChoice: any
  • textArea: any
  • thumbnail: any
  • timezones: any
  • urlName: any
  • urlNameStructure: any
  • videoThumbnail: any
  • viewSelector: any

Const HTTP_PREFIX

HTTP_PREFIX: string

ITEM_HOOKS_PROVIDER_TOKEN

ITEM_HOOKS_PROVIDER_TOKEN: InjectionToken<string>

Const NOTIFICATION_LOOK_ERROR

NOTIFICATION_LOOK_ERROR: any

Error notification look - red.

Const NOTIFICATION_LOOK_SUCCESS

NOTIFICATION_LOOK_SUCCESS: any

Successfull notification look - blue.

Const NOTIFICATION_LOOK_WARNING

NOTIFICATION_LOOK_WARNING: any

Warning notification look - yellow.

Const NOTIFICATION_SERVICE

NOTIFICATION_SERVICE: InjectionToken<string>

Const SELECTOR_SERVICE

SELECTOR_SERVICE: InjectionToken<string>

Const SYSTEM_NOTIFICATION_ICON_TOKEN

SYSTEM_NOTIFICATION_ICON_TOKEN: InjectionToken<string>

Const SYSTEM_NOTIFICATION_KEYS

SYSTEM_NOTIFICATION_KEYS: object

Type declaration

  • FORM_RESPONSE: string
  • REJECTED_ITEM: string
  • SEND_FOR_APPROVAL_ITEM: string

THEME_TOKEN

THEME_TOKEN: InjectionToken<string>

TOOLBARITEMS_TOKEN

TOOLBARITEMS_TOKEN: InjectionToken<string>

WIDGET_VIEW_TOKEN

WIDGET_VIEW_TOKEN: InjectionToken<string>

Functions

groupToolbarButtons

  • groupToolbarButtons(toolbar: HTMLElement, insertingToolSelector: string, destinationToolSelector: string, isAtTheEnd: boolean): void
  • Groups tools by removing the border between them and normalizing spacing.

    export

    Parameters

    • toolbar: HTMLElement

      The Kendo's toolbar.

    • insertingToolSelector: string

      The starting tool.

    • destinationToolSelector: string

      The end tool.

    • isAtTheEnd: boolean

      Is as the end of the toolbar.

    Returns void

Generated using TypeDoc