[Seaside] Seaside+Bootstrap and callbacks

Paul DeBruicker pdebruic at gmail.com
Sun Feb 17 22:23:59 UTC 2019


Seaside callbacks shouldn't be affected by bootstrap at all.  


Bootstrap's javascript for their modal looks for the 

data-toggle="modal" 

attribute and sets a click handler on those elements that opens/closes the
modal when clicked. (See the example at
https://getbootstrap.com/docs/4.3/components/modal/) 


What are you trying to do that you can't get working?







Dominique Dartois-4 wrote
> Hi all.
> 
> 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.
> 
> The statement :
> 
> html: '
> Launch demo modal <#myModal>  
> '.
> 
> Is it a choice for this example or is it impossible to use a Callback with
> Bootstrap for Seaside?
> 
> 
> I am using Pharo 7 64 bits and the latest package Seaside+Bootstrap.
> 
> Regards,
> ---
> Dominique Dartois
> 
> _______________________________________________
> seaside mailing list

> seaside at .squeakfoundation

> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside





--
Sent from: http://forum.world.st/Seaside-General-f86180.html


More information about the seaside mailing list