Skip to content

Latest commit

 

History

History

sdkjs-plugins

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.