Files
onlyoffice.github.io/sdkjs-plugins
Artur a1fd6aa9b7 1. Changed the assistant update
2. Added context reset if the prompt is different from the previous one.
2026-01-28 15:40:30 +03:00
..
2026-01-28 15:40:30 +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.