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 @@ +
  • Incubator Modules + +
  • References
  • Introduction

    @@ -6372,6 +6382,191 @@
  • chart-vertical-zero-line — Line
  • chart-horizontal-zero-line — Line
  • + + +

    Incubator Modules

    + + + + + + +
    jfx.incubator.scene.control.richtext
    + +

    RichTextArea

    +

    Style class: rich-text-area

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Available CSS Properties
    CSS PropertyValuesDefaultComments
    -fx-caret-blink-period<duration>1000 msDetermines the caret blink period.
    -fx-content-padding<size> + | <size> <size> + <size> <size> + 0 0 0 0Amount of padding in the content area.
    -fx-display-caret<boolean>trueDetermines whether the caret is displayed.
    -fx-highlight-current-paragraph<boolean>falseDetermines whether the current paragraph is highlighted.
    -fx-use-content-height<boolean>falseDetermines whether the preferred height is the same as the content height.
    -fx-use-content-width<boolean>falseDetermines whether the preferred width is the same as the content width.
    -fx-wrap-text<boolean>falseDetermines whether text should be wrapped.
    Also has all properties of Control
    +

    Pseudo-classes

    + + + + + + + + + + + + + + +
    Available CSS Pseudo-classes
    CSS Pseudo-classComments
    Also has all pseudo‑classes of Control
    +

    Substructure

    + + +

    CodeArea

    +

    The CodeArea control has all the properties of RichTextArea

    +

    Style class: code-area

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Available CSS Properties
    CSS PropertyValuesDefaultComments
    -fx-font<font>Monospaced 12pxDetermines the font to use for text.
    -fx-line-spacing<number>0 
    -fx-tab-size<integer>8 
    Also has all properties of RichTextArea
    +

    Pseudo-classes

    + + + + + + + + + + + + + + +
    Available CSS Pseudo-classes
    CSS Pseudo-classComments
    Also has all pseudo‑classes of RichTextArea
    +

    References

    [1] CSS 2.1: http://www.w3.org/TR/CSS21/