Changeset 257:b068b820052f


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

An initial stub of User's guide added.

Location:
source
Files:
5 added
1 edited

Legend:

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

    r255 r257  
    20392039
    20402040            var nvOptions = {
    2041                 width: 800,
    2042                 height: 600,
     2041                width: 850,
    20432042                scrollbars : true,
    20442043                resizable : true,
     
    20502049            q = new qx.ui.core.Command("F1");
    20512050            q.addListener("execute", function(ev) {
    2052                 this.msgWindow.info("Help system not implemented yet.");
     2051                    var url = "resource/pf/html/ug.html";
     2052                    var w = qx.bom.Window.open(url, null, nvOptions);
    20532053                }, this);
    20542054            btn = new qx.ui.menu.Button("Help Contents",
     
    28412841                      '<p>Created by Evgeny Stambulchik.</p>'    +
    28422842                      'GUI built with the qooxdoo-' + qx_version +
    2843                       ' toolkit.<br/>' +
     2843                      ' toolkit.<br/>'                           +
    28442844                      'Using Walter Zorn jsGraphics for drawing.';
    28452845
Note: See TracChangeset for help on using the changeset viewer.