Options
All
  • Public
  • Public/Protected
  • All
Menu

Orgscribe User Interface - Orgscribe like Markdown for orgcharts

let chart = new OrgChart("#tree", {});
chart.onInit(function(){
chart.orgScribeUIUI.show();
});
chart.load(nodes)

Hierarchy

  • orgScribeUI

Index

Properties

textAreaElement: HTMLInputElement

Text area

Accessors

  • get width(): number
  • The width of the orgscribe UI

    Returns number

Methods

  • hide(): void
  • Hides the orgscribe form

    Returns void

  • Inits orgscribe ui

    Parameters

    Returns void

  • isVisible(): boolean
  • Returns true if the orgscribe UI is visible

    Returns boolean

  • show(dontFocus?: boolean, dontAnim?: boolean): void
  • Shows the orgscribe form

    Parameters

    • Optional dontFocus: boolean

      if true the imput will not be focused

    • Optional dontAnim: boolean

      If true hsoe withput animation

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Static property
  • Static method

Settings

Theme

Generated using TypeDoc