TUIC - Telbit User Iterface Components
Overview
TUIC is an UI Library specially designed for Web Application Development.
TUIC is built over the well known Prototype framework. It eases the use of advanced features such as resize adaptable interfaces, events calendar, and many other widgets and features.
Some components, named hybrid-components, use a server-side Java component. WebEndarium, TUIC Library's agenda, uses this aproach, so we can have reliable data on every client.
TUIC Library structure
The easiest way to start understanding TUIC is looking at the library's fisical structure.
- /
- components/
- InputButton
- Tabs
- WebEndarium
- Flash
- Window
- ...more TUIC Classes...
- modules/
- JsonRequest
- JsonProxy
- ...more TUIC Modules...
- resources/
- /themes
- default/
- brightLooks/
- /themes
- interfaces/
- Prototype
- ExtJs
- 3rd_party
- TUIC.js
- prototype.js
Components
Components, in TUIC speak, are handy widgets that you can use to build your interface. Some examples of these are: Window, InputButton, Tabs, WebEndarium.
Modules
Each Module provides a specific foundation/functionality you can build upon, such as a JSON Remote Scripting Layer.
Resources
CSS, Images, etc...
TUIC.Utils
TUIC provides some usefull utilities located under TUIC.Utils namespace.