Skip to content

readme alert subtypes are missing the text attribute #3

@KonradHoeffner

Description

@KonradHoeffner

Is:

dhtmlx.message({ type:"error", "Critical error!"});
//or
dhtmlx.message({ type:"alert-error", "Critical error!"});
 //or
dhtmlx.message({ type:"confirm-error", "Confirm self-destruction!"});

Should be:

dhtmlx.message({ type:"error", text:"Critical error!"});
//or
dhtmlx.message({ type:"alert-error", text:"Critical error!"});
 //or
dhtmlx.message({ type:"confirm-error", text:"Confirm self-destruction!"});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions