diff options
author | ctrlaltca <> | 2012-08-31 13:57:52 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-08-31 13:57:52 +0000 |
commit | 36fbeaf2e91dbbc7a2cb6d96faaf3c83ac756d52 (patch) | |
tree | d4e87b9bff9dbc164eeffc7f2e75959da39f5cad /demos/quickstart/protected/controls/TopicList.tpl | |
parent | 8f7207361edb10527ca6468010e258f469b003cf (diff) |
Quickstart tutorial page for the TRpcService
Diffstat (limited to 'demos/quickstart/protected/controls/TopicList.tpl')
-rw-r--r-- | demos/quickstart/protected/controls/TopicList.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/controls/TopicList.tpl b/demos/quickstart/protected/controls/TopicList.tpl index 94860067..adcdff4a 100644 --- a/demos/quickstart/protected/controls/TopicList.tpl +++ b/demos/quickstart/protected/controls/TopicList.tpl @@ -66,6 +66,7 @@ <ul>
<li><a href="?page=Fundamentals.Services">Page Service</a></li>
<li><a href="?page=Services.SoapService">SOAP Service</a></li>
+ <li><a href="?page=Services.RpcService">RPC Service</a></li>
</ul>
</div>
|