As we seen in my last post , declarative is very powerful. Let's now see how simple it is to use his own custom behavior. First of all, we need to create a behavior. In this example, we will use a simple HoverBehavior. His goal is just to swap a CSS class when mouse is over a DOM element. To create a...