Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.08 KB

INFO.md

File metadata and controls

33 lines (22 loc) · 1.08 KB

BUTTON

CHECKBOX

COMBO BOX

RADIO BUTTON

MESSAGE BOX

MessageBox.confirm("Approve purchase order 12345?");
MessageBox.alert("The quantity you have reported exceeds the quantity planed.");
MessageBox.error("Select a team in the \"Development\" area.\n\"Marketing\" isn't assigned to this area.");
MessageBox.information("Your booking will be reserved for 24 hours.");
MessageBox.warning("The project schedule was last updated over a year ago.");
MessageBox.success("Project 1234567 was created and assigned to team \"ABC\".");

MESSAGE TRIP