text

Sets the text shown under the loading panel image or into the center when showImage is set to false;

 <script type="text/javascript">
     $(function () {
         $("#loadingpanel1").shieldLoadingPanel({
             text: "loading...",
             showImage: false
         });

         $("#loadingpanel1").swidget().show();

     });

    </<script>