-
For libraries and other type of code that does not have control over the main application, or which is designed to be only loosely coupled, it is useful to be able to observe the state of the applicat…
-
Is it possible to add some automatic detection of the schema type for a yaml file (for popular schemas)? This is to allow zero configuration in many cases. For example when looking at kubernetes resou…
-
We've some mini engine here that supports building a UI from a JSON description. It's variable enough to allow model binding, custom properties, validations, etc. It is used for model items where we d…
cajus updated
3 years ago
-
According to the docs, getCurrentType() of [qx.event.type.Drag](http://www.qooxdoo.org/current/api/#qx.event.type.Drag) "returns the type which was requested last, to be used in the droprequest listen…
-
In the interest of DRYness, we should revert #539 eventually and remove the autogenerated website files. We need them only to have an up-to-date version for git checkouts of this repo - the NPM packag…
-
Hi,
It's a nice and neat looking class system.
Any plans on adding a property system for
Getters & Setters, change events etc?
-
Hi John,
I've also noticed that you changed the active tab color to a plain white, which seems to be inconsistent compared to the button design.
https://github.com/johnspackman/aristo/commit/a7712f7…
-
When I click outside of the table, the table doesn't stop or cancel editing, thus the cell editor will still be visible and the value of the cell editor will not have been committed to the table.
I…
-
Picking up from https://github.com/qooxdoo/qooxdoo/pull/10030#pullrequestreview-477646177 , this issue can collect thoughts on how best to express the conceptual goals of `qx.core.Id` / `qx.core.MObje…
-
Tried to output version via qx.core.Environment class and get null. I am not sure if it is right. Maybe done on purpose.
```javascript
console.log(qx.core.Environment.get( "qx.version" ));
```
Spo…