command
component
contentediting
command
- _ChangeContentStatus
- _CommandWithDialogMixin
- _ContentAreaCommand
- _ContentCommandBase
- _LegacyDialogCommandBase
- AccessRights
- BlockEdit
- BlockRemove
- CancelAndEdit
- ContentAreaCommands
- CreateDraft
- DynamicProperties
- EditCommonDraft
- Editing
- ForPublishMenu
- IgnoreInUseNotification
- ItemCollectionCommands
- ItemEdit
- LanguageSettings
- ManageExpiration
- MoveOutsideGroup
- MoveToNext
- MoveToPrevious
- MoveVisibleToNext
- MoveVisibleToPrevious
- NewItem
- PermanentInUseToggle
- Personalize
- Publish
- Reject
- RevertToPublished
- ScheduleForPublish
- SelectDisplayOption
- SendForReview
- StartWorkflow
- Withdraw
- WorkflowTask
commandproviders
ContentActionSupport
editors
model
CollectionEditorModel
- CollectionEditorItemModel
- _AddItemDialogMixin
- _BlockTreeNode
- _ClipboardPasteMixin
- _ContentAreaTree
- _ContentAreaTreeModel
- _ContentAreaTreeNodeMixin
- _GroupTreeNode
- _PreviewableEditor
- _TextWithActionLinksMixin
- CheckBoxListEditor
- CollectionEditor
- ContentAreaEditor
- ContentBlockEditor
- ContentBlockEditorViewModel
- ContentEditableEditor
- DefaultGridAssembler
- DialogWithCheckBoxListEditor
- DialogWithCheckBoxListEditorViewModel
- ItemCollectionEditor
- PreviewableDateTimeEditor
- PreviewableTextEditor
- SelectionEditor
- ShortcutEditor
- TinyMCEEditor
- TinyMCEInlineEditor
PageShortcutTypeSupport
viewmodel
- _ContainerViewModel
- _ContentViewModelObserver
- _ViewModelMixin
- CollectionItemModel
- ContentAreaViewModel
- ContentBlockViewModel
- ContentDetailsViewModel
- CreateContentViewModel
- CreateLanguageBranchViewModel
- EditActionPanelViewModel
- ExpirationDialogViewModel
- ItemCollectionViewModel
- LinkItemModel
- PersonalizedGroupViewModel
- PublishMenuViewModel
- ShortcutDialogViewModel
viewsettings
- _ContentEditingNotification
- _ContextualContentContextMixin
- _EditorWrapperBase
- _FloatingComponentEditorWrapperMixin
- _FormEditingMixin
- _HasFloatingComponent
- _Renderer
- _ValidationMixin
- _View
- _ViewSetting
- AutoSaveButton
- ClientRenderer
- ContentDetails
- ContentEditableWrapper
- ContentEditingValidator
- ContentModelServerSync
- ContentPreview
- ContentReferencesNotification
- ContentViewModel
- CreateContent
- CreateLanguageBranch
- DateTimeNowEditor
- DialogEditorWrapper
- EditActionPanel
- EditingBase
- EditorFactory
- EditToolbar
- ExpirationDialog
- ExpirationNotification
- FloatingComponentHandler
- FloatingEditorWrapper
- FlyoutEditorWrapper
- FormEditing
- InlineEditorWrapper
- InUseNotificationManager
- LanguageNotification
- MappingManager
- NewContentNameInputDialog
- NotificationBar
- OnPageEditing
- Operation
- OverlayBasedEditorWrapper
- PageDataController
- PropertyRenderer
- PropertyXhtmlRenderer
- PseudoContextualCommandDecorator
- PublishMenu
- RenderManager
- RichTextInlineEditorWrapper
- ScheduledPublishSelector
- ScheduledPublishSelectorViewModel
- SettingsPanel
- ShortcutDialog
- ShortcutNotification
- SideBySideEditorWrapper
- StandardToolbar
- UpdateController
- ValidationTextboxWithWarning
- ViewSettingsManager
- ViewSettingsNotification
- WorkflowTaskNotification
conversion
core
dgrid
extension
form
layers
layout
legacy
store
widget
command
overlay
sharedContentDialogHandler
UploadUtil
viewmodel
- _CategoryTreeNode
- _ConfigurableContentListBase
- _ContentListBase
- _ContentListKeyMixin
- _ContentListMouseMixin
- _ContentTreeNode
- _ContentTreeNodeMixin
- _DndStateMixin
- _DropDownWidgetItemMixin
- _Droppable
- _FolderTreeNode
- _GridWidgetBase
- _HasChildDialogMixin
- _HasClearButton
- _HierarchicalModelMixin
- _HyperLinkFieldItem
- _ItemSelectorBase
- _LegacySelectorBase
- _SelectorBase
- _UserResizable
- Breadcrumb
- BreadcrumbCurrentItem
- CategorySelector
- CategorySelectorDialog
- CategoryTree
- CategoryTreeStoreModel
- ChannelsButton
- ChannelSelector
- ContentForestStoreModel
- ContentList
- ContentListing
- ContentReferences
- ContentSearchBox
- ContentSelector
- ContentSelectorDialog
- ContentTree
- ContentTreeModelConfirmation
- ContentTreeStoreModel
- ContentType
- ContentTypeGroup
- ContentTypeList
- ContextualContentForestStoreModel
- CreateCommandsMixin
- DisplayOptionSelector
- EmptyTrashMenu
- FileList
- FilesUploadDropZone
- FolderTree
- HierarchicalList
- HyperLinkSelector
- IFrameController
- LinkEditor
- MultipleFileUpload
- MultipleFileUploadConfirmation
- NotificationStatusBar
- NotificationStatusZone
- PersonalizationSelector
- PropertiesForm
- ReadOnlyContentList
- ReadOnlyDateTimeEditor
- ResolutionSelector
- SearchBox
- SearchResultList
- SelectorMenuBase
- TooltipDialog
- Trash
- TrashItemList
- TrashViewModelConfirmation
- UrlContentSelector
- UrlSelector
- ViewLanguageButton
- ViewLanguageSelector
- ViewSelector
- ViewSelectorDropDownButton
- ViewSettingsExpandoButton
- VisitorGroupButton
- VisitorGroupsSelector
- XFormEditor
- XFormPropertyWidget
- _ContentContextMixin
- _MultilingualMixin
- ApplicationSettings
- BackContextHistory
- CMSModule
- ContentLanguageHelper
- ContextSynchronizer
- ErrorDialog
- Profile
formatters
Summary
Static module that defines miscellaneous formatter methods for use with the dgrid.
Location
epi-cms/dgrid/formatters
defaultIconClass
contentIcon ( typeIdentifier
)
Adds an icon as specified for the type or a default object icon
Name | Summary | Type | Usage |
---|---|---|---|
typeIdentifier | key for the type |
undefined | required |
contentItem ( typeIdentifier ,
missingLanguageBranch ,
text ,
title ,
menuSettings ,
thumbnailUrl ,
isEncoded
)
Formats a content object with icon missing language indicator and an optional menu
Name | Summary | Type | Usage |
---|---|---|---|
typeIdentifier | content type key for selecting the icon |
undefined | required |
missingLanguageBranch | Content items language information |
undefined | required |
text | The name or description of the content |
undefined | required |
title | The name or description of the content used for the title attribute. If not specified, the text value will be used |
undefined | required |
menuSettings | Settings information for menu |
undefined | required |
thumbnailUrl | The image public url of content |
undefined | required |
isEncoded | The flag which is used to enale/disable encode mode. (default true) |
Boolean | required |
contentItemFactory ( textSelector ,
titleSelector ,
iconSelector ,
menuSettings ,
thumbnailSelector ,
languageSelector ,
isEncoded
)
Factory function for configuring the contentItem formatter
Name | Summary | Type | Usage |
---|---|---|---|
textSelector | Selector function or property key of content object |
undefined | required |
titleSelector | Selector function or property key of content object |
undefined | required |
iconSelector | Selector function or property key of content object |
undefined | required |
menuSettings | Settings information for menu |
undefined | required |
thumbnailSelector | undefined | required | |
languageSelector | undefined | required | |
isEncoded | Flags which is used to enabled/disable encode mode. (default true) |
Boolean | required |
friendlyBoolean ( value
)
Creates a div with a "checked/not checked" css class.
Name | Summary | Type | Usage |
---|---|---|---|
value | undefined | required |
languageBranch ( languageBranch
)
Adds an indicator of the true langauge for the content object
Name | Summary | Type | Usage |
---|---|---|---|
languageBranch | Languagebranch object. |
undefined | required |
localizedDate ( date
)
Shim for the epi/date/toUserFriendlyHtml function
Name | Summary | Type | Usage |
---|---|---|---|
date | The date to format. |
undefined | required |
menu ( settings
)
Adds a menu icon
Name | Summary | Type | Usage |
---|---|---|---|
settings | Settings information for menu |
Object | required |
secondaryText ( value ,
valueIsHtml
)
Wrappes the value with a span with the 'epi-secondaryText' css class
Name | Summary | Type | Usage |
---|---|---|---|
value | undefined | required | |
valueIsHtml | Pass true to skip html encoding of the value. The default is to encode the value. |
undefined | required |
userName ( userName
)
Shim for the epi/username/toUserFriendlyHtml function
Name | Summary | Type | Usage |
---|---|---|---|
userName | The user name. |
undefined | required |