diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2009-12-10 10:15:20 +0100 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2009-12-10 10:15:20 +0100 |
commit | 738bfa79f4491ad241f0647fc8e993061f3a6c81 (patch) | |
tree | c67bce1a1b5411cad52b273acbc39bff9b9c7bc0 /odk/examples/examples.html | |
parent | 0b38b7636bfc3138d1954a11a6489eec6f571f51 (diff) | |
parent | 1996f5a390833943b57ec8af6b4c8aa766094c6a (diff) |
merged with DEV300_m67
Diffstat (limited to 'odk/examples/examples.html')
-rw-r--r-- | odk/examples/examples.html | 34 |
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 "Notes.jar" into your <OFFICE_CLASSES_DIR> directory - or adapt the SDK_CLASSPATH variable in the example Makefile to use the - "Notes.jar" 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> |