<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   <div>
    Hi all.
   </div>
   <div>
    <br>
   </div>
   <div>
    I’m trying to use Bootstrap with Seaside and I don’t find the notion of Callback. In the ‘Modal example’ the launch of the modal window is done by a href attribute in a html statement and not a callback in the Smalltalk code.
   </div>
   <div>
    <br>
   </div>
   <div>
    The statement :
   </div>
   <div>
    <br>
   </div>
   <div>
    html: '<a data-toggle="modal" href="#myModal" class="btn btn-primary btn-large">Launch demo modal</a>'.
   </div>
   <div>
    <br>
   </div>
   <div>
    <div>
     Is it a choice for this example or is it impossible to use a Callback with Bootstrap for Seaside?
    </div>
    <div>
     <br>
    </div>
   </div>
   <div>
    <br>
   </div>
   <div>
    I am using Pharo 7 64 bits and the latest package Seaside+Bootstrap.
   </div>
   <div>
    <br>
   </div>
   <div>
    Regards,
   </div>
  </div>
  <div class="io-ox-signature">
   <div class="default-style">
    --- 
    <br>
   </div>
   <div class="default-style">
    Dominique Dartois 
    <br>
   </div>
  </div> 
 </body>
</html>