JavaScript/jQuery LoadPanel - Change the Text
To change the text displayed by the LoadPanel, use the message property.
JavaScript
- $(function() {
- $("#loadPanelContainer").dxLoadPanel({
- hideOnOutsideClick: true,
- message: "Please, wait..."
- });
- $("#buttonContainer").dxButton({
- text: "Show the Load Panel",
- onClick: function () {
- $("#loadPanelContainer").dxLoadPanel("show");
- }
- });
- });
See Also
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.