showImage

Whether the loading panel image should be rendered. Default value is true:

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

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

     });

    </<script>