Hi, just a litle improvment:
If you just want to add the disabled style instead of replacing all styles use
Tobago.addCssClass('page:clickMe', 'tobago-button-disabled');
you can also use Tobago.removeCssClass(element, className) to remove a
specific class
from a element.
Regards,
Volker

