jQuery LoadingPanel API Settings

A LoadingPanel component is initialized with the shieldLoadingPanel constructor, passing it a dictionary of settings as shown below:

 <script type="text/javascript">
    $(function () {
        $("#element").shieldloadingpanel({
            text: "loading...",
            show: false
        });

        // show the loading panel
        $("#element").swidget().show();
    });
</script>

More configuration settings can be found bellow.