Minor clean up and fixes.

This commit is contained in:
Martín Lucas Golini
2020-05-30 23:21:11 -03:00
parent e45c813e53
commit 4b2f431630
14 changed files with 301 additions and 46 deletions

View File

@@ -916,6 +916,16 @@ or one of the special constants.
---
### locked
Enable or disable editing on code editor elements.
* Applicable to: EE::UI::UICodeEditor (TextEdit)
* Data Type: [boolean](#boolean-data-type)
* Default value: `false`
---
### margin-bottom
Read [margin-bottom](https://developer.mozilla.org/en-US/docs/Web/CSS/margin-bottom) documentation.