summaryrefslogtreecommitdiff
path: root/odk/examples/examples.html
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/examples.html')
-rw-r--r--odk/examples/examples.html34
1 files changed, 5 insertions, 29 deletions
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index 98afc9b11994..03ca9f1c9d8d 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -342,35 +342,6 @@
</table>
</td>
</tr>
- <tr>
- <td>
- <table class="table4">
- <tbody>
- <tr class="thead">
- <td class="cell20">Other Examples</td>
- <td class="cell80">Description</td>
- </tr>
- <tr>
- <td class="cell20"><a href="java/ConverterServlet/" title="link to the source directory of the Java ConverterServlet examle">ConverterServlet</a></td>
- <td class="cell80">This servlet shows how to convert arbitrary documents
- on a remotely running office server. The converted document will be
- pushed from the web server to the client browser. Please see the <a href="java/ConverterServlet/README" title="link to the README file of the Java ConverterServlet example">README</a> file for further information.</td>
- </tr>
- <tr>
- <td class="cell20"><a href="java/NotesAccess/" title="link to the source directory of the Java NotesAccess example">NotesAccess</a></td>
- <td class="cell80">This class creates a spreadsheet document and fills it
- with existing values of documents from a Lotus Notes database. For this
- examples some external APIs from Lotus Notes/Domino are necessary. You
- can download a trial version from <a href="http:///www.lotus.com/downloads">http:///www.lotus.com/downloads</a>. After installing please add the install path
- to the PATH or LD_LIBRARY_PATH of your SDK environment and either copy
- the &quot;Notes.jar&quot; into your &lt;OFFICE_CLASSES_DIR&gt; directory
- or adapt the SDK_CLASSPATH variable in the example Makefile to use the
- &quot;Notes.jar&quot; of your installation.</td>
- </tr>
- <tbody>
- </table>
- </td>
- </tr>
<tr>
<td>
<table class="table3">
@@ -450,6 +421,11 @@
the servers process and retrieves an instance and does some calls on the
instance.</td>
</tr>
+ <tr>
+ <td class="cell20"><a href="cpp/complextoolbarcontrols/" title="link to the source directory of the C++ complextoolbarcontrols example">complextoolbarcontrols</a></td>
+ <td class="cell80">This example shows how to create a toolbar add-on with complex toolbar controls.
+ It shows how to use an Image Button, a Combo Box, a Spin Field, an Edit Field, a Dropdown Box, a Toggle Dropdown Button and a normal Dropdown Button</td>
+ </tr>
<tbody>
</table>
</td>