typograph-editor-documentation
    Preparing search index...

    Class StepRepeatDialog

    Base class for modal dialog's

    Standard header and footer with cancel and ok button's

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cancelDialogProc: callbackwithstring
    cancelProc: callbackwithstring
    container: HTMLElement
    containerid: string
    content: HTMLElement
    dialogcontent: HTMLElement
    dialoglayer: HTMLElement
    dialoglayerid: string
    first_x: number
    first_y: number
    foooterheight: number = kFooterHeigth
    headerheight: number = kHeaderHeight
    height: number
    horizontal: Inputfield
    id: string
    okDialogProc: callbackwithstring
    okProc: callbacksteprepeat
    orinal_x: number
    orinal_y: number
    pagerange: Inputfield
    repeat: Inputfield
    setrepeat: steprepeat
    type: string
    vertical: Inputfield
    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