Re: [qooxdoo-devel] i need a function like PHP include in qooxdoo

2007-10-04 Thread Siarhei Barysiuk
Hello, Take a look at QxTransformer. http://qxtransformer.sourceforge.net QxTransformer has this functionality as well as macro definitions. Best regards, Siarhei Barysiuk On 10/4/07, Juan Matias Granda <[EMAIL PROTECTED]> wrote: > hi, i want to now if qooxdoo have a function like PHP include, i

[qooxdoo-devel] i need a function like PHP include in qooxdoo

2007-10-03 Thread Juan Matias Granda
hi, i want to now if qooxdoo have a function like PHP include, i want to do something like this: var barView = new qx.ui.pageview.buttonview.ButtonView; barView.addToDocument(); this._states = {}; this._createPage(barView, "Page1", "page1.png", this._page1); this._createPa