Module Util

Index

Functions

Functions

clearSelectedItemsDict(context: any)

Parameters

  • context: any

createItemPropertiesTitle(renderCtx: RenderContext, listItem: IListItem): string

Parameters

Returns

string

createViewEditUrl(renderCtx: RenderContext, listItem: IListItem, useEditFormUrl?: boolean, appendSource?: boolean): string

Parameters

  • renderCtx: RenderContext
  • listItem: IListItem
  • useEditFormUrl?: boolean optional
  • appendSource?: boolean optional

Returns

string

ctxInitItemState(context: any)

Parameters

  • context: any

getAttributeFromItemTable(itemTableParam: HTMLElement, strAttributeName: string, strAttributeOldName: string): string

Parameters

  • itemTableParam: HTMLElement
  • strAttributeName: string
  • strAttributeOldName: string

Returns

string

getSelectedItemsDict(context: any): any

Parameters

  • context: any

Returns

any

removeOnlyPagingArgs(url: string): string

Parameters

  • url: string

Returns

string

removePagingArgs(url: string): string

Parameters

  • url: string

Returns

string

showAttachmentRows()