chore(docs): sync developer guide

This commit is contained in:
Elian Doran
2025-04-12 01:36:45 +03:00
parent d3e18a68a8
commit cd35884446
37 changed files with 2693 additions and 2697 deletions

View File

@@ -1,7 +1,7 @@
# CSS
In `doRender()`:
```plain
```
this.cssBlock(`#my-widget {
position: absolute;
bottom: 40px;

View File

@@ -3,7 +3,7 @@
* `parentWidget()` must be set to `“rightPane”`.
* `widgetTitle()` getter can optionally be overriden, otherwise the widget will be displayed as “Untitled widget”.
```plain
```
const template = `<div>Hi</div>`;
class ToDoListWidget extends api.RightPanelWidget {