1 2 3 4 5 6 7 8 9 10
<?php class Ticket28 extends TPage { function linkButton1_Clicked() { $this->label1->setText("Link Button 1 Clicked!"); } }