|
MessageControl
Getting started with MessageControlMessageControl is a Gmail style user messaging control. It will always show on top even you scroll the page and will disappear after 10 seconds. Simple message text example:
Html text message example:
Example - Show User messageDrag and drop MessageControl into an ASP.NET page. Use the following function. msg.text('Record successfully saved!');Example - Show HTML formatted user messageYou can show HTML formatted user message by using MessageControl. Use the following function. msg.html('Record successfully saved!');Example - Set message disappear time in SecondsYou can set message disappear time in seconds. Use the following function. msg.text('Record successfully saved!',3000);
| |
► Sign in to add a comment