diff --git a/modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html b/modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html index 11ae849..77508d9 100644 --- a/modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html +++ b/modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html @@ -446,6 +446,16 @@ +
jfx.incubator.scene.control.richtext | +
Style class: rich-text-area
+CSS Property | +Values | +Default | +Comments | +
---|---|---|---|
-fx-caret-blink-period | +<duration> | +1000 ms | +Determines the caret blink period. | +
-fx-content-padding | +<size> + | <size> <size> + <size> <size> + | +0 0 0 0 | +Amount of padding in the content area. | +
-fx-display-caret | +<boolean> | +true | +Determines whether the caret is displayed. | +
-fx-highlight-current-paragraph | +<boolean> | +false | +Determines whether the current paragraph is highlighted. | +
-fx-use-content-height | +<boolean> | +false | +Determines whether the preferred height is the same as the content height. | +
-fx-use-content-width | +<boolean> | +false | +Determines whether the preferred width is the same as the content width. | +
-fx-wrap-text | +<boolean> | +false | +Determines whether text should be wrapped. | +
Also has all properties of Control | +
CSS Pseudo-class | +Comments | +
---|---|
Also has all pseudo‑classes of Control | +
The CodeArea control has all the properties of RichTextArea
+Style class: code-area
+CSS Property | +Values | +Default | +Comments | +
---|---|---|---|
-fx-font | +<font> | +Monospaced 12px | +Determines the font to use for text. | +
-fx-line-spacing | +<number> | +0 | ++ |
-fx-tab-size | +<integer> | +8 | ++ |
Also has all properties of RichTextArea | +
CSS Pseudo-class | +Comments | +
---|---|
Also has all pseudo‑classes of RichTextArea | +
[1] CSS 2.1: http://www.w3.org/TR/CSS21/