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
58
votes
2 answers

Resource interpreted as Font but transferred with MIME type application/x-font-woff

I followed the Web Fonts tutorial in qooxdoo documentation to add a web font to Font.js , but I notice there is a warning in Chrome's Developer Console: My code is as follow: /*…
Raptor
  • 53,206
  • 45
  • 230
  • 366
11
votes
2 answers

What garbage collection algorithms do all 5 major browsers use?

I am currently rethinking the object dispose handling of the qooxdoo JavaScript framework. Have a look at the following diagram (A is currently in scope): diagram http://yuml.me/51747906.jpg Let's say we want to delete B. Generally, we cut all…
Martin Wittemann
  • 2,109
  • 1
  • 12
  • 14
7
votes
2 answers

Developing with Qooxdoo and multiple developers

I'm interested in Qooxdoo as a possible web development framework. I have downloaded the SDK and installed it in a central location on my PC as I expect to use it on multiple projects. I used the create-application.py script to make a new test…
NPB
  • 115
  • 1
  • 4
6
votes
1 answer

Is it possible to use Django with Qooxdoo framework?

Guys i would like to use Django as my backend framework and qooxdoo as the frontend framework. Is it practical to do this? Has anyone tried to do this? How did they do it? Links and pointers would nice. Gath
gath
  • 24,504
  • 36
  • 94
  • 124
5
votes
2 answers

Can TextArea widget be resized by mouse at runtime?

I am wondering can qx.ui.form.TextArea be resized by mouse at runtime? just as I can re-height question box in stackoverflow.
5
votes
0 answers

Controlled event handling flow in qooxdoo

Preface The problem described below might be topical for virtually any event-driven JS framework and any application that processes incoming data/event stream. For the sake of definiteness, let's imagine a web-based IM (Facebook chat-like) using…
4
votes
2 answers

Qooxdoo : styling individual widgets

What is the most convenient way to apply some custom styling to an individual widget element that does not confirm to the default styling of the theme. I am still confused with the usage of decorators . How does one apply multiple decorators eg. for…
lorefnon
  • 12,875
  • 6
  • 61
  • 93
4
votes
1 answer

qooxdoo - custom listitem widget selection

I made custom listitem view (based on http://news.qooxdoo.org/tutorial-part-4-2-custom-widgets-4). I have problem with selection items on this list. There is always selected first element (no matter which element on list I will click). What should I…
tchudyk
  • 564
  • 4
  • 14
4
votes
2 answers

Include Library (jQuery)

i want to include two libraries (jQuery, Highcharts). I tried to add them as additional-js in the config.json File: "additional-js" : { "add-script" : [ { "uri" : "script/jquery-3.1.0.min.js" }, { "uri" : "script/highcharts.js" }…
F.F
  • 430
  • 2
  • 13
4
votes
1 answer

Is Qooxdoo protected against XSS

I'm looking for informations about security on Qooxdoo. I want to check my app vs OWASP top 10 A point to review is the XSS OWASP A3 XSS How can I be sure that Qooxdoo is secure against XSS attacks ? Does Qooxdoo use some sanitizer tools ? SOLVED A…
4
votes
3 answers

qooxdoo vs sproutcore?

I am totally confused as too which of these two frameworks to learn. Most of the comparsons are between sproutcore and cappuccino or qooxdoo vs jquery. If the criteria is a JS framework that: 1. builds desktop like web apps 2. offers the ability to…
KKj
  • 41
  • 1
  • 2
4
votes
2 answers

How is something like Sproutcore/Qooxdoo helpful?

I am learning Python and building my first web app. I have been going thru the django tutorials and just beginning to think about how to do the client side. I want it to be web 2.0-ish, and will need some AJAX/javascript functionality for…
Steve
  • 715
  • 10
  • 18
4
votes
1 answer

Trouble Getting Data from a Webservice using Qooxdoo

My capstone team has decided to use Qooxdoo as the front end for our project. We're developing apps for OpenFlow controllers using NOX, so we're using the NOX webservices framework. I'm having trouble getting data from the service; I know the…
Andy
  • 778
  • 5
  • 16
4
votes
2 answers

Table decoration in Qooxdoo

Is it possible to set the background color of one Row in a Table? I need to highlight a row when a condition applies. Something to the effect of < tr font="...">...< /tr> where I can specify the "font" attributes. (I need the whole row to be…
user249331
  • 71
  • 3
4
votes
3 answers

Is qooxdoo a good choice for this use case?

I would like to take a simple web page, and allow non-technie administrators to modify content simply by logging in, browsing to the page that is to be changed, and clicking on text to change things, or drag simple lists to re-order them. My…
Greg
  • 41
  • 2
1
2 3
34 35