idTop
string id
Get the id of KoolButton.
Show/Hide Code
<?php echo $button->id; ?>
Supported from version: 1.0.0.0
RenderTop
void Render()
Render the Button
<body> <?php echo $button->Render(); ?> </body>