Skip to content

Commit deaed2d

Browse files
Update README.md (ONLYOFFICE#24)
1 parent 0e65b04 commit deaed2d

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

sdkjs-plugins/README.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
# sdkjs-plugins
1+
# sdkjs-plugins
2+
3+
This repository comprises plugin styles for [ONLYOFFICE plugins](https://api.onlyoffice.com/plugin/basic).
4+
5+
## Description
6+
7+
ONLYOFFICE provides a style sheet for different interface elements. To adjust your plugin interface to the ONLYOFFICE style, connect the [plugin.css](https://onlyoffice.github.io/sdkjs-plugins/v1/plugins.css) to the [index.html](https://api.onlyoffice.com/plugin/indexhtml) file with the following link:
8+
9+
`<link rel="stylesheet" href="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins.css">`
10+
11+
Plugin styles (controls) include:
12+
13+
* Different types of buttons
14+
* Input controls (text area, text field, checkbox)
15+
* Label controls (header label, link label)
16+
* Combo box
17+
* Loader
18+
19+
For more details and examples, please refer to the [ONLYOFFICE API documentation](https://api.onlyoffice.com/plugin/styles).
20+
21+
## Project information
22+
23+
Official website: [www.onlyoffice.com](https://www.onlyoffice.com/)
24+
25+
Repository: [github.com/ONLYOFFICE/onlyoffice.github.io](https://github.com/ONLYOFFICE/onlyoffice.github.io)
26+
27+
## User feedback and support
28+
29+
In case you have any issues, questions or suggestions, please visit our official forum: [forum.onlyoffice.com](https://forum.onlyoffice.com/), or leave your feedback [here](https://github.com/ONLYOFFICE/onlyoffice.github.io/issues).

0 commit comments

Comments
 (0)