+ |
+
+ |
+
Copyright © 2005 PradoSoft.
diff --git a/demos/quickstart/protected/pages/chap3/HelloWorld.page b/demos/quickstart/protected/pages/chap3/HelloWorld.page
index 8ded6585..1db35d8b 100644
--- a/demos/quickstart/protected/pages/chap3/HelloWorld.page
+++ b/demos/quickstart/protected/pages/chap3/HelloWorld.page
@@ -13,7 +13,7 @@ PRADO promotes component-based and event-driven Web programming. The button is r
The code that a developer needs to write is merely the following event handler function, where $sender
refers to the button object.
+public function buttonClicked($sender,$param) { $sender->Text="Hello World"; diff --git a/demos/quickstart/themes/Simple/style.css b/demos/quickstart/themes/Simple/style.css index ea77ef62..a0d2a8fb 100644 --- a/demos/quickstart/themes/Simple/style.css +++ b/demos/quickstart/themes/Simple/style.css @@ -34,15 +34,13 @@ body { #toc { background:#BFE4FF; - float:right; width:200px; padding:5px; } #content { - float:left; background:#fff; - padding:5px; + padding:10px; } #footer { @@ -51,7 +49,7 @@ body { font-size:8pt; text-align:center; margin-top:25px; - padding:5px; + padding:10px; } .topic { @@ -74,12 +72,13 @@ body { color:red; } -.code { +.source { padding:10px; border-style:solid; border-width:1px; border-color:#cccccc; background-color:#ffffee; + font-family: "Courier New", Courier, mono; } .runbar a:link, .runbar a:visited { @@ -111,14 +110,19 @@ body { #sourceList { background-color:#BFE4FF; - margin:10px; - border:1px solid silver; + margin:10px 10px 0px 10px; padding:10px; + border:1px solid silver; } #sourceView { + font-family: "Courier New", Courier, mono; background-color:#ffffee; - margin:10px; + margin:5px 10px 10px 10px; border:1px solid silver; padding:10px; +} + +code { + font-family: "Courier New", Courier, mono; } \ No newline at end of file -- cgit v1.2.3