diff options
author | xue <> | 2007-01-08 19:27:34 +0000 |
---|---|---|
committer | xue <> | 2007-01-08 19:27:34 +0000 |
commit | 85a3fc6fb132d0f9dd31798d507cce77a33d87d9 (patch) | |
tree | 05d11466a4a410b35fdb0879fbed2cd5298f8b41 /demos/quickstart/protected/controls | |
parent | 362c93033310a8f2724d3b8d1f2bda7085ce4d07 (diff) |
Added TSoapService tutorial page.
Diffstat (limited to 'demos/quickstart/protected/controls')
-rw-r--r-- | demos/quickstart/protected/controls/TopicList.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/quickstart/protected/controls/TopicList.tpl b/demos/quickstart/protected/controls/TopicList.tpl index e7d4a683..698cbeea 100644 --- a/demos/quickstart/protected/controls/TopicList.tpl +++ b/demos/quickstart/protected/controls/TopicList.tpl @@ -60,6 +60,14 @@ </div>
<div class="topic">
+<div>Service Reference</div>
+<ul>
+ <li><a href="?page=Fundamentals.Services">Page Service</a></li>
+ <li><a href="?page=Services.SoapService">SOAP Service</a></li>
+</ul>
+</div>
+
+<div class="topic">
<div>Working with Databases</div>
<ul>
<li><a href="?page=Database.DAO">Data Access Objects</a></li>
|