Classic BasicButton
<!-- BasicButton with universal action is a standard button. When a click operation is performed the event bubbles through the system and ends up on the http server _onUniversalCall event. --> <SkinObject><Type>BasicButton</Type> <!-- Visibility true or false --> <Visible>true</Visible> <!-- Unique name of the control --> <Name>KickOutButton</Name> <!-- Action --> <OnClick> <!-- Action can be onUniversalCall which trigger standard event on the server side. Action can be also onUniversalCall_WithSelectedClient. In this case the _onUniversalCall event on the server is triggered and associative array "client" contains at index 0 (PHP: $clients[0] - user who performed the click action) at index 1..n (PHP: $clients[1] - user selected in list of clients) --> <Action>onUniversalCall_WithSelectedClient</Action> <!-- Text value which is simply passed to the _onUniversalCall event --> <Value>KickOut</Value> </OnClick> <!-- position --> <Position> <Left>90</Left> <Top>100%-40</Top> <Width>36</Width> <Height>30</Height> </Position> <!-- tree images describing look and feel of button --> <LookAndFeel> <!-- Button design --> <Images> <NormalImage>./skin/images/kickout_btn_01.png</NormalImage> <OverImage>./skin/images/kickout_btn_02.png</OverImage> <DownImage>./skin/images/kickout_btn_03.png</DownImage> </Images> <!-- alpha value between 0..1 --> <AlphaBlend>1</AlphaBlend> <!-- Could be one of the following values http://www.google.cz/#q=flash.display.blendmode --> <BlendMode>normal</BlendMode> <!-- color transformation --> <ColorTransform> <Color redMultiplier="0.1" greenMultiplier="0.5" blueMultiplier="0.8" alphaMultiplier="1" redOffset="128" greenOffset="128" blueOffset="128" alphaOffset="0" /> <!-- <Color brightness="0" tintColor="0xFF000000" tintMultiplier="0" /> --> </ColorTransform> </LookAndFeel> </SkinObject>
Latest news (source CNN):

