-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I try to send a request to my server via GET, but qooxdoo sends request as OPTIONS. Is any way to change this behaviour?
I try to use qx.data.store.Json (url) and qx.io.remote.Request (url, "GET", type) but result is same in both cases.
My version of qooxdoo is 1.0.1, browsers are FF 3…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello!
I am learning Qooxdoo framework and I am trying to make it work with a small Django web service. Django webservice just returns JSON data like this:
{ "name": "Football", "description": "The most popular sport." }
Then I use the following code to query that url:
var req = new qx.io.remote…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello. I'm looking for a JavaScript library for my web application. The application is very data intensive and has rich form controls (almost windows like). AJAX will be used liberally. The development platform is ASP.Net (mostly ASP.Net MVC will be used).
I cannot pursue with ExtJs due to the price/license…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am trying to display rows of my tables in different colors .
Please help me to achieve this. Please provide sample code to do same.
Thanks.
Regards,
vyankatesh
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I want to create a button with rounded corners in Qooxdoo but I'm having some problems. I guess it's a problem with ImageMagick and not my Qooxdoo code, but I'll post it anyway.
So in order to create rounded corners I'm following this guide
Guide
this is what my image.json contains:
…
>>> More