- General Information
- Connecting Third-party Systems
- crossConnect for content systems
- crossConnect for External Editing
- Purpose and usage
- Requirements
- Implementation
- Across XLIFF format
- Across-specific Extensions
- <xliff> Element Attributes
- <file> Element Extensions
- <trans-unit> Element Extension
- Paragraph States
- Paragraph State Flags
- <source> and <target> Element Content
- <bpt> Element Attributes
- <ph> Element Attributes
- <x> Element Attributes
- Across-specific Properties
- Analysis Results
- Sample Files
- Across XLIFF - import, export and segmentation
- Context information
- Exporting best matches in Across XLIFF
- Hyperlinks to XLIFF
- Secure file handling with C#
- Secure file handling with JAVA
- Workflow and vendor configuration
- Sample code - Integrated solution
- Across XLIFF format
- Generic File Connector
- Display Texts
- APIs
- APIs - Technology
- crossTank API v1
- crossTank API v2
- crossTerm API v1
- crossTerm API v2
- crossAPI SI
- Requirements
- Function Return Types
- crossAPI SI and Java
- List of Objects in crossAPI SI
- Sample - transferring checkout files via FileManager
- Sample - VBS
- Text Preprocessing API
crossTerm Web
Linking to crossTerm Web
To do | Example |
Access a given entry | |
Use the entry_id parameter with the ID of this entry. | http://localhost/crosstermweb/crossTermWeb.dll?entry_id=2 |
Access a given term | |
Use the term_id parameter with the ID of this term. | http://localhost/crosstermweb/crossTermWeb.dll?term_id=3 |
Direct search | |
Use the searchText parameter. | http://localhost/crossTermWeb/crossTermWeb.dll?searchText=component |
Direct search with source language | |
Use the sourceLang parameter. Note: if this parameter is not found, the default browser language will be used instead. | http://localhost/crossTermWeb/crossTermWeb.dll?searchText=component&sourceLang=en |
Direct search with target language | |
Use the targetLang parameter. | http://localhost/crossTermWeb/crossTermWeb.dll?searchText=component&targetLang=en |
Directly add an entry | |
Use the oper parameter add_entry. | http://localhost/crosstermweb/crossTermWeb.dll?oper=add_entry |
Directly add a suggestion | |
Use the oper parameter add_suggestion. | http://localhost/crosstermweb/crossTermWeb.dll?oper=add_suggestion |
Reference any image that comes along with crossTerm Web | |
Add target and filename. | http://localhost/crossTermWeb/crossTermWeb.dll?target=image&file=example.gif |
Access crossTerm Web with direct login | |
Use the parameters user and password. Note: If a user is already logged in to crossTerm Web, crossTerm Web opens the term/entry directly and does not ask for the authentication again. If the user is not logged in: If anonymous access is disabled: login dialog appears, after a successful login, crossTerm Web shows the requested term/entry. If anonymous access is enabled: crossTerm Web shows the requested term/entry with anonymous login. | http://localhost/crossTermWeb/crossTermWeb.dll?term_id=1&user=Default&password=123 |
Tip
When you use language values, they should be in RFC1766 format (en, de, en-gb, de-de).
Tip
If the user runs into accessing problems, check the crossTerm Web settings, the groups and group permissions of the user.