There should be an API to hide HTMLEditor toolbars

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: fx2.1
    • Component/s: javafx
    • Environment:

      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;
      }

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

              Created:
              Updated:
              Imported: