method enablePropagation

void enablePropagation();

Argumente

Zurückgegebener Wert

This method enables bubbling up an event. If any box reacts to the event and calls eventObj.enablePropagation() the event will bubbling up even if by default it was set not to bubble.
eventObj.enablePropagation();