-Button with customized color, font, columns, maximum length:
+Button with customized color, font and width:
|
+
+TLinkButton Samples
+
+
+
+
+Link button with customized color and font:
+ |
+
+ |
+
+
+Link button with only body content:
+ |
+
+body content
+
+ |
+
+
+A click link button:
+ |
+
+ |
+
+
+A command link button:
+ |
+
+ |
+
+
+A button causing validation:
+ |
+
+
+
+ |
+
+
+
+
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.php b/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.php
new file mode 100644
index 00000000..f18072f2
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.php
@@ -0,0 +1,14 @@
+Text="Name: {$param->CommandName}, Param: {$param->CommandParameter}";
+ else
+ $sender->Text="I'm clicked";
+ }
+}
+
+?>
\ No newline at end of file
--
cgit v1.2.3
|