Questions tagged [qooxdoo]

qooxdoo is a versatile JavaScript framework to create applications for a wide range of platforms.

qooxdoo is a universal JavaScript framework that enables you to create applications for a wide range of platforms. With its object-oriented programming model you build rich, interactive applications (RIAs), native-like apps for mobile devices, traditional web applications or even applications to run outside the browser.

It includes a platform-independent development tool chain, a state-of-the-art GUI toolkit, an advanced client-server communication layer and support for internationalization. It is open source under the MIT license.

All questions specific to the qooxdoo framework should have the "qooxdoo" tag. Related tags that cover more general topics include "javascript", "xhr", "rpc" and "json".

Important information relating to qooxdoo include:

520 questions
0
votes
1 answer

Qooxdoo: how to make a form validation on a complex form?

I have this form:…
Totty.js
  • 15,563
  • 31
  • 103
  • 175
0
votes
1 answer

Qooxdoo -- How to bind icon to an item of a VirtualTree

I'm using a VirtualTree as a layer selector for a mapping application, and I'm trying to have a "Layer" or "File" show a green icon when a layer is active and a grey icon when it is not. Can you... Set the icon of a selection? or Bind an icon of…
Jonathan
  • 894
  • 2
  • 9
  • 20
0
votes
1 answer

Qooxdoo - Is there a way to get at the parent of a VirtualTree selection?

I'm following along with the VirtualTree demo and can't seem to find a way to get at the parents of a selection: tree.getSelection().addListener("change", function(e){ var selection = tree.getSelection(); …
Jonathan
  • 894
  • 2
  • 9
  • 20
0
votes
1 answer

What is Axis for when constructing WidgetCellSpan

What is purpose or use case of qx.ui.virtual.core.Axis when constructing a qx.ui.virtual.layer.WidgetCellSpan?
d-_-b
  • 6,555
  • 5
  • 40
  • 58
0
votes
1 answer

qooxdoo generator file name does not show up on errors

I think that I have a syntax error somewhere but the qooxdoo generator does not say in which file . even with the argument --verbose it just gives the following error Invalid control character u'\n' at: line 7 column 1 (char 117) the full output…
0
votes
1 answer

How to use classes defined with qxoo with nodejs?

var qx = require('qooxdoo'); var t= new T(4080); var t= new qx.T(4080); // none of them are defined :s I have my main file, run.js and then a file T.js with a class: qx.Class.define("T", { extend : qx.core.Object, constructor:…
Totty.js
  • 15,563
  • 31
  • 103
  • 175
-1
votes
1 answer

bug with modal window and desktop widget

(sorry my english!) I use a modal window within a Tabview's page. Check this little playground example. Open the modal window, go to Second page, and return to First page. How can i solve this problem with the opened modal window? I need switch to…
-1
votes
1 answer

qooxdoo modal window and opacity of parent widgets

I'm coding with qooxdoo. I have a TabView on the root. The tabview have a Dock layout. I put a window with the modal property set as true. When the window is opened, the widgets of parents get blocked. Nice. But that parents widgets dont' get opaque…
-1
votes
1 answer

How to filter a virtual tree

Has there been any updates to this post (How to filter a virtual tree...)? http://qooxdoo.678.n2.nabble.com/How-to-filter-a-virtual-tree-td7050674.html
Jonathan
  • 894
  • 2
  • 9
  • 20
-3
votes
1 answer

Want to work in Qooxdoo. Help me

I am new to Qooxdoo. I downloaded it. After that i do not know the next step. I want to know how to work in it. I went through http://qooxdoo.org/documentation/1.1#getting_started but am not getting it to work. Please can anyone tell me how it…
Vinod Vm
  • 43
  • 4
1 2 3
34
35