Hi,
I think i've found an error in the documentation.
But i want to ask the question before feeding a bug report.
 At this address
http://manual.qooxdoo.org/1.4.x/pages/low_level/back-button_and_bookmark_support.html#add-event-listener-to-history-changes
There is a code block, there is a  call to this.setApplicationState()

But i can't found the setApplicationState anywhere in the api doc, and
apparently it's not in the Application object.

I sugest this code block should be replace buy this on

      qx.bom.History.getInstance().addListener("request", function(e)
      {
        var state = e.getData();

        // application specific state update
        this.setState(state);
       });

Any comment will be welcome

Regards
-- 
Benjamin Dreux
Analyste-Programmeur
Chaire de logiciel libre-Finance Social et solidaire
UQAM
Montréal
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to