Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 3500:0600 [2026/08/13 00:55] – ↷ Page moved from docs:3500:0600 to 3500:0600 localdev | 3500:0600 [2026/08/13 01:10] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| To add a new document type to // | To add a new document type to // | ||
| - | - Write the code for the component that will work with documents of the new type on the client side (see [[docs:3500: | + | - Write the code for the component that will work with documents of the new type on the client side (see [[3500: |
| - | - Write the code for the component that will work with documents of the new type on the server side (see [[docs:3500: | + | - Write the code for the component that will work with documents of the new type on the server side (see [[3500: |
| - Compile the source code of your components and package them in a jar file(s). Make sure that the jar file resides in the '' | - Compile the source code of your components and package them in a jar file(s). Make sure that the jar file resides in the '' | ||
| - Add the definition of a new document type to the '' | - Add the definition of a new document type to the '' | ||
| DocumentEngines=com.bas.basserver.documents.JasperReportsEngine, | DocumentEngines=com.bas.basserver.documents.JasperReportsEngine, | ||
| - | Note that you have to make sure that the jar file with your server side component as well as the modifications to '' | + | Note that you have to make sure that the jar file with your server side component as well as the modifications to '' |
| - | If everything has been done correctly the new document type must appear in the list of document types displayed by the Document Template Property Editor (see [[docs:2500_config_apps: | + | If everything has been done correctly the new document type must appear in the list of document types displayed by the Document Template Property Editor (see [[2500_config_apps: |
| - | {{simplenavi> | + | {{simplenavi> |