Giter Club home page Giter Club logo

qxex's Introduction

qxex

Additional GUI widgets (in ui/*) and utilities (static/singleton Manager's in util/) for qooxdoo apps.

Demo

Application | API

Development

setup

git clone https://github.com/adrelino/qxex.git
cd qxex
npm install
./serve.sh

generate build

./compile.sh

deploy to gh-pages

./deploy.sh build/
./deploy.sh README.md

qxex's People

Contributors

adrelino avatar marcelr avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

qxex's Issues

Migrate from a qooxdoo v5 "contrib" to v6 "package"

The qooxdoo dev team invites you to upgrade your contrib project to qooxdoo v6 (very soon to be release in beta). Please have a look at the documentation at

https://www.qooxdoo.org/docs/#/cli/packages

The previous "contrib" architecture has been deprecated; qooxdoo v6 will be using "packages" with different Manifest.json entries compared to the old system (see here). The packages are managed using CLI commands that support the use, creation and mainenance of packages.

Upgrading your project to version 6 should pose no major problems. Version 6 adds a whole slew of new and exciting features, but stays almost 100% backwards compatible with version 5. The major difference is the new tool chain and compiler based on NodeJS. See here on how to get started. If you run into problems, feel free to ask questions on Gitter or StackOverflow.

Once you have re-published your project as a package, it will (with a delay of a day or so) show up in the Qooxdoo Package Browser. If you add a standalone demo application by providing the necessary instructions in the compile.json configuration file, a live version will be showcased there.

We'd be thrilled to see your new qooxdoo package in the package browser soon, and please use the Gitter chat to announce it!

Date Celleditor: Click on delete icon has no effect

Hi,

when I click on the delete icon, the text entry is not removed, the "execute" is not fired:

grafik

qxex.ui.form.DateField.js

        case "button2":
          control = new qx.ui.form.Button(); //null,xbGetQxIcon("16/actions/edit-delete.png"));
          control.setFocusable(false);
          control.setKeepActive(true);
          control.addState("inner");
          // Adding this has no effect:
          // control.addListener("click", e => {
          //  this.setValue(null);
          //});
          control.addListener("execute", e => {
            this.setValue(null);
          });
          this._add(control);
          break;

I have tried a "click" event, but this is not triggered as well.

The click on the delete icon closes the calendar popup (qxex.ui.control.DateChooser) - probably this inhibits the event firing?

Same issue with current chromium or firefox (tested on Linux).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.