Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 243 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 243 Bytes

Qooxdoo Log Panel

shows the qooxdoo log in a panel

Usage

$ qx pkg update
$ qx pkg install qooxdoo/qxl.logpane
$ qx serve 
  var view = new qxl.logpane.LogPane();
  this.getRoot().add(view, {edge: 0});
  view.fetch();