Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8090439

There should be an API to hide HTMLEditor toolbars

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • fx2.1
    • javafx
    • 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;
      }

            Unassigned Unassigned
            mrkam Alexander Kuznetcov (Inactive)
            Votes:
            3 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: