typograph-editor-documentation
    Preparing search index...

    Class DialogAssetManager

    Base class for modal dialog's

    Standard header and footer with cancel and ok button's

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    add_folder_button: HTMLElement
    cancelDialogProc: callbackwithstring
    cancelProc: callbackwithstring
    container: HTMLElement
    containerid: string
    content: HTMLElement
    delete_button: HTMLElement
    delete_folder_button: HTMLElement
    dialogcontent: HTMLElement
    dialoglayer: HTMLElement
    dialoglayerid: string
    files: File[]
    first_x: number
    first_y: number
    foooterheight: number = kFooterHeigth
    getfileselement: HTMLInputElement
    headerheight: number = kHeaderHeight
    height: number
    id: string
    images: string[]
    imagesbaseurl: string
    imagesource: string
    isdragover: boolean = false
    okDialogProc: callbackwithstring
    okProc: callbackassatmanager
    orinal_x: number
    orinal_y: number
    selection: HTMLElement
    selection_client: id_point
    selection_element_ids: string[] = []
    selection_offset: number
    selection_position: id_point
    selection_scrolltop: number
    selection_size: id_size
    type: string
    width: number

    Methods

    • popupmenu call to check active item used by popmenucontroler when dialog propery !=null should be overridden by subclasses

      Parameters

      • id: string

      Returns boolean

    • popupmenu call for menu action used by popmenucontroler when dialog propery!=null should be overridden by subclasses

      Parameters

      • id: string

      Returns void

    • genaral call back to dispatch events back to the dialog...

      Parameters

      • s: string

        can be null

      Returns void

    • Parameters

      • htmlcontainer: HTMLElement
      • add_event_listener: boolean = false

      Returns void