Agile JS framework for realtime && offline enterprise web applications
$dhx is the top layer of the T-Rex realtime and high available web stack
- i18n
- skining
- module loader
- dhtmlx window stack control
- PDF viewer
- PDF generator
- Excel generator
High capacity database shared pool. Share databases between $dhx applications
Build enterprise CRUDs with full featured MVW (Model-View-What) code with no efforts.
Features
- Generic Views
- Custom Views
- Generic Helpers classes
- Custom Helpers classes
- Scaffold tables && it foreign keys
- Create, Read, Update, Delete, List and Search operations
- Full navigation over records
- Fully integrated with $dhx.dataDriver
var crud = null;
var db_name = 'juris';
var table = 'persons';
function StartUI(){
crud = new $dhx.ui.crud.simple( {
wrapper : document.body
,database : db_name
,collection : table
// not mandatory, default inherits $dhx.ui.crud.simple.View
,customView : my_Custom_View_Class_here
} );
}
window.onload = function() {
$dhx.ui.start( {
// load dhtmlx suite files?
dhtmlx : true
,db : db_name
,onStart : function()
{
StartUI()
}
} );
}
$dhx.ui.start( {
dhtmlx : true
,desktop : true
,db : 'juris'
,onStart : function()
{
$dhx.ui.desktop.start();
}
} );
WebOS ToDo:
- toolbar at input data windows - Cruder generic view
- Don't enumerable properties from REST class
- internal realtime chat - chat between logged users
- ODF and DOC editor
- System general information
- email client
- File explorer - both with server and local storage
- local storage and viewer for PDF, images, ODF and DOCs
- users online (and show what are they doing)
- personal notes on desktop (like post it)
- RSS News in desktop
- Addresses of Clients with Google Maps
T-Rex is a realtime and high available web stack made on top of Mojolicious, a fantastic and modern Perl framework. Implements a set of hot features providing support to Agile development of Enterprise web applications.
See more at:
A cross-browser JavaScript library for building rich Web and Mobile apps
- fixed ribbon.unload(). When you add any function to array prototypes, you get errors when unloading DHTMLX ribbons from an application.
Copyright 2015 José Eduardo Perotta de Almeida. eduardo at web2solutions.com.br
- AGPL for personal use.
- Commercial && Enterpsise If you need a commercial or an enterprise license, you will need also to be licensed by DHTMLX. Please contact the author for commercial usage
I'm sorry Bill, but we don't provide support to IE on our offline database and socket libraries. Maybe on 12 version of Internet Explorer.
Actually this software is under development. There is no stable version yet.
Please report any bugs or feature requests through the email address: eduardo at web2solutions.com.br
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.