Skip to content

MessageBox visibility #3

@rusco

Description

@rusco

In the "ext-6.0.2-classic.d.ts" file are two MessageBox definitions:

Line 12811:

    export class MessageBox ...

and
Line 122499:

export class MessageBox extends Ext.window.Window implements Ext.window.MessageBoxConfig ..

Only the first definition is visible to VStudio Code 1.1.1 for code completion, the latter with the "confirm" method is not.

I am including only this line:

///<reference path="ext-6.0.2-classic.d.ts"/>

I assume this ts def file is supposed to work stand alone, right ? No other .d.ts files required ?
(Question with later prio: Aliases like "Ext.Msg" are supposed to work) ?

Thanks for looking into this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions