Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ineiti/qooxview_examples
Examples for QooxView
https://github.com/ineiti/qooxview_examples
Last synced: 2 days ago
JSON representation
Examples for QooxView
- Host: GitHub
- URL: https://github.com/ineiti/qooxview_examples
- Owner: ineiti
- Created: 2015-05-14T10:50:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-03T17:19:48.000Z (almost 8 years ago)
- Last Synced: 2024-11-03T08:24:17.409Z (about 2 months ago)
- Language: Ruby
- Size: 5.49 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Some examples for the https://github.com/ineiti/QooxView Framework
# Section 0 - General files
## 0-1 Redirection
Simple redirection-file to the port - just so you don't have to go
and google for meta-redirect# Section 1 - View only
In this section, view-only parts are shown, which don't make use of the
Data-handling available in QooxView.## 1-1 Hello
The most simple Frontend to be used - only a html-textbox
## 1-2 Button
Adding a button and some small reaction if someone presses it
## 1-3 Frontend
Little bit more complex layout with HTML-rendering, and some scripts
that are called to fill in the text-boxes.## 1-4 TwoViews
Two tabs that show an Overview and a Detail of some of the process.
This can be extended to as many tabs as necessary## 1-5 Chat
A very simple chat console with an entry-text and a discussion-
part that shows the last 10 lines. It is possible to chose a name,
or to just type anonymously whatever you want## 1-6 Table
How to use a table with automatic selection and getting which field is selected.
## 1-7 LongList
Showing a long list that goes further than the screen
## 1-8 Display-small
Used to test the display-resizing
# Yet to be done
Examples of using the session-ids and how to use the Entities!