-
Enhancement
-
Resolution: Unresolved
-
P4
-
fx2.1
-
javafx-sdk2.1.0-fcs-b21
HTMLEditor should have an API to hide toolbars as there are cases when you want only edit area to be available to user.
There is a weird workaround using css:
.html-editor *.tool-bar {
-fx-padding: -32 -200 0 -200;
}
There is a weird workaround using css:
.html-editor *.tool-bar {
-fx-padding: -32 -200 0 -200;
}
- relates to
-
JDK-8090840 Allow HTML Editor's toolbar customization
-
- Open
-