Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

AnimationEnd

AnimationEnd: string = tmps.animationEnd

Transform

Transform: string = tmps.transform

autoID

autoID: number = 0

dialogZIndexStart

dialogZIndexStart: number = 1000

hideDiv

hideDiv: JQuery = $("<div style='position:absolute;width:100%;height:100%;left:-100%;top:-100%;overflow: hidden;'></div>").appendTo(document.body)

tmps

tmps: object = (function () {let style = document.documentElement.style;let animationEnd:string, transform:string;if ('animation' in style) {animationEnd = 'animationend';//transitionend}else if ('WebkitAnimation' in style) {animationEnd = 'webkitAnimationEnd';//webkitTransitionEnd}else{animationEnd = "";}if ('transform' in style) {transform = 'transform';}else if('WebkitTransform' in style){transform = '-webkit-transform';}else if('msTransform' in style){transform = '-ms-transform';}else{transform = '';}return {animationEnd,transform};})()

Type declaration

  • animationEnd: string
  • transform: string

Functions

_watchEvent

  • _watchEvent(view: View, jdom?: JQuery): void

assignObject

  • assignObject<T>(target: T, ...args: any[]): T
  • Type parameters

    • T

    Parameters

    • target: T
    • Rest ...args: any[]

    Returns T

emptyFun

  • emptyFun(data: any): void

getWindowSize

  • getWindowSize(): object

open

  • open(content: View, target?: string | Dialog, dialogOptions?: IDialogConfigOptions): Dialog
  • Parameters

    • content: View
    • Optional target: string | Dialog
    • Optional dialogOptions: IDialogConfigOptions

    Returns Dialog

setConfig

  • setConfig(data: object): void
  • Parameters

    • data: object
      • Optional dialogZIndexStart?: number

    Returns void

turnContainer

  • turnContainer(container: JQuery, effect?: string): JQuery
  • Parameters

    • container: JQuery
    • Default value effect: string = TurnEffect.slide

    Returns JQuery

Object literals

DialogTarget

DialogTarget: object

Blank

Blank: string = "_blank"

Root

Root: string = "_root"

Self

Self: string = "_self"

Top

Top: string = "_top"

TurnEffect

TurnEffect: object

cover

cover: string = "tdom-cover"

slide

slide: string = "tdom-slide"

jdomMethods

jdomMethods: object

appendChild

appendChild: any = $.fn.append

getSUBS

  • getSUBS(): JQuery[]

getVCON

  • getVCON(): string

getVID

  • getVID(): string

groupBy

  • groupBy(attr?: string): __type

removeChild

  • removeChild(child: any): void

setVID

  • setVID(id: string): void

setZIndex

  • setZIndex(index: number): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc