Files
onlyoffice.github.io/sdkjs-plugins
Alexander Trofimov 856443f89d fix: add LRU cache to prevent WASM memory exhaustion in translator
Implemented automatic cleanup of old translation models using LRU cache
(max 3 models) to prevent memory abort errors after multiple language
changes. Added debug logging flag for development troubleshooting.
2026-02-02 09:30:34 +03:00
..

Description

ONLYOFFICE provides a style sheet for different interface elements. To adjust your plugin interface to the ONLYOFFICE style, connect the plugin.css to your plugin's index.html file with the following link:

<link rel="stylesheet" href="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins.css">

Plugin styles (controls) include:

  • Different types of buttons
  • Input controls (text area, text field, checkbox)
  • Label controls (header label, link label)
  • Combo box
  • Loader

For more details and examples, please refer to the ONLYOFFICE API documentation.

Structure

  • v1: This directory contains the stylesheets and CSS files used for plugin customization and styling.
  • content: This directory contains the code and resourses of all plugins in store. How to add your own plugin read here.

User feedback and support

In case you have any issues, questions or suggestions, please visit our official forum: forum.onlyoffice.com, or leave your feedback here.