Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags: [Development]
# Custom Elements and Locations

The platform supports the addition of various UI elements, including **buttons** (generic, link, and dropdown) and **panels** (generic, sidebar, and tab).
These elements can be incorporated into specific sections of the user interface in the **Inbox, Orders, Projects and Reports** areas.
These elements can be incorporated into specific sections of the user interface in the **Customers, Inbox, Orders, Projects, Reports, and Vendors** areas.

<table>
<thead>
Expand All @@ -20,6 +20,17 @@ These elements can be incorporated into specific sections of the user interface
</tr>
</thead>
<tbody>
<tr>
<td>Customers</td>
<td>Customers list</td>
<td>
customers-list-tabpanel
<img src="https://github.com/RWS/language-cloud-public-api-doc-resources/blob/main/extensibility/guides/developer/ui/customers-list-tabpanel.png?raw=true" alt="customers-list-tabpanel location">
</td>
<td>tab</td>
<td></td>
<td></td>
</tr>
<tr>
<td rowspan="13">Inbox</td>
<td>Tasks list</td>
Expand Down Expand Up @@ -277,6 +288,17 @@ These elements can be incorporated into specific sections of the user interface
<td></td>
<td></td>
</tr>
<tr>
<td>Vendors</td>
<td>Vendors list</td>
<td>
vendors-list-tabpanel
<img src="https://github.com/RWS/language-cloud-public-api-doc-resources/blob/main/extensibility/guides/developer/ui/vendors-list-tabpanel.png?raw=true" alt="vendors-list-tabpanel location">
</td>
<td>tab</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you don't already have Node.js installed, you can download the most recent LT

### Dependencies

- [@trados/trados-ui-extensibility](https://www.npmjs.com/package/@trados/trados-ui-extensibility) v0.1.5
- [@trados/trados-ui-extensibility](https://www.npmjs.com/package/@trados/trados-ui-extensibility) v0.1.6
- [GitHub repository](https://github.com/RWS/trados-ui-extensibility)
- [GitHub wiki](https://github.com/RWS/trados-ui-extensibility/wiki)

Expand Down