KSS is in production mode. Setup
There are three buttons. If you click on the first button, it changes the text (and style) of the second and third button. Since we have the same action twice, they would merge if we had not used aliases. Look at the link on the kss file to understand.
action-client: setAttribute htmlid(button_2); setAttribute-name: value; setAttribute-value: 'RESET ME'; action-client: setAttribute htmlid(button_3) alias(setAttributeRight); setAttributeRight-name: value; setAttributeRight-value: 'RESET ME TOO';