url("../../demos/quickstart/index.php?page=Controls.Samples.TLabel.Home&notheme=true&lang=en"); $this->assertEquals("PRADO QuickStart Sample", $this->title()); $this->assertContains("This is a label with customized color and font.", $this->source()); $this->assertContains("This is a form label associated with the TTextBox control below", $this->source()); $this->assertContains("This is a label with empty Text property and nonempty body", $this->source()); $this->assertContains("This is a disabled label", $this->source()); $this->assertAttribute("ctl0_body_Label2@disabled","regexp:true|disabled"); //$this->assertAttribute("ctl0_body_Label1@for","ctl0_body_test"); $this->type("ctl0\$body\$test", "test"); } }