Changeset 255:109956883adf


Ignore:
Timestamp:
May 22, 2011, 3:54:52 PM (13 years ago)
Author:
Evgeny Stambulchik <Evgeny.Stambulchik@…>
Branch:
default
Phase:
public
Message:

Get qx version programmatically.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/class/pf/Application.js

    r253 r255  
    28372837            w.setLayout(new qx.ui.layout.VBox(10));
    28382838
     2839            var qx_version = qx.core.Environment.get("qx.version");
    28392840            var str = 'Plasma Formulary Interactive 0.9.1.<br/>' +
    28402841                      '<p>Created by Evgeny Stambulchik.</p>'    +
    2841                       'GUI built with the Qooxdoo toolkit.<br/>' +
     2842                      'GUI built with the qooxdoo-' + qx_version +
     2843                      ' toolkit.<br/>' +
    28422844                      'Using Walter Zorn jsGraphics for drawing.';
    28432845
Note: See TracChangeset for help on using the changeset viewer.