Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Splash screen thread
#8
Hi Matija. Put the Modal div in the same IWForm template.
 
PHP Code:
<body>
 
   <div class="wrapper">
 
     <header class="main-header">
......
 
     </header>
 
   </div><!-- /.wrapper -->

 
   <!-- Modal -->
 
   <div class="modal fade" id="EditModal" role="dialog" data-backdrop="false" data-keyboard="false">
 
     <div class="modal-dialog modal-lg" role="document">
 
       <!-- Modal content-->
 
       <div class="modal-content">
 
       </div><!-- /.modal-content -->
 
     </div><!-- /.modal-dialog -->
 
   </div><!-- /.modal -->
 
 </body
To show/hide this modal:
Code:
Show: WebApplication.CallBackResponse.AddJavaScriptToExecute('$("#EditModal").modal("show");') ;
or
Hide: WebApplication.CallBackResponse.AddJavaScriptToExecute('$("#EditModal").modal("hide");') ;
Reply


Messages In This Thread
Splash screen thread - by matija - 04-17-2019, 07:19 AM
RE: Splash screen thread - by kudzu - 04-17-2019, 02:55 PM
RE: Splash screen thread - by DanBarclay - 04-18-2019, 06:11 AM
RE: Splash screen thread - by matija - 04-18-2019, 07:47 AM
RE: Splash screen thread - by kudzu - 04-18-2019, 01:06 PM
RE: Splash screen thread - by DanBarclay - 04-19-2019, 04:39 AM
RE: Splash screen thread - by matija - 04-23-2019, 10:55 AM
RE: Splash screen thread - by Jose Nilton Pace - 04-23-2019, 12:06 PM
RE: Splash screen thread - by matija - 04-24-2019, 05:38 AM
RE: Splash screen thread - by DanBarclay - 04-24-2019, 05:42 AM
RE: Splash screen thread - by Jose Nilton Pace - 04-24-2019, 11:57 AM
RE: Splash screen thread - by matija - 04-24-2019, 01:06 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)