Giter Site home page Giter Site logo

dhx's Introduction

$dhx - DHTMLX on steroids NPM version Join the chat at https://gitter.im/web2solution/T-Rex

Agile JS framework for realtime && offline enterprise web applications

$dhx is the top layer of the T-Rex web toolkit -> http://web2solutions.github.io/T-Rex-Specs/

$dhx.ui

  • i18n
  • skining
  • module loader
  • dhtmlx window stack control
  • PDF viewer
  • PDF generator
  • Excel generator

$dhx.ui.data

High capacity database shared pool. Share databases between $dhx applications

$dhx.ui.crud

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

$dhx.ui.crud.simple controller

$dhx.ui.crud.simple print

      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.desktop T-Rex webOS

$dhx.ui.desktop print

      $dhx.ui.start( {
          dhtmlx : true
          ,desktop : true
          ,db : 'juris'
          ,onStart : function()
          {
            $dhx.ui.desktop.start();
          } 
      } );

WebOS ToDo:

see trello board

About T-Rex web stack

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:

http://web2solutions.github.io/T-Rex-Specs/

About DHTMLX

A cross-browser JavaScript library for building rich Web and Mobile apps

http://dhtmlx.com/

Bug Fixes for DHTMLX Suite 4.2 std:

  • fixed ribbon.unload(). When you add any function to array prototypes, you get errors when unloading DHTMLX ribbons from an application.

AUTHORS, LICENSE AND COPYRIGHT

  • José Eduardo Perotta de Almeida. eduardo at web2solutions.com.br
  • Lucas Tiago de Moares

Copyright 2015

  • 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

LIMITATIONS

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.

BUGS

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

DISCLAIMER OF WARRANTY

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.

dhx's People

Contributors

web2solutions avatar

Stargazers

 avatar al3c avatar  avatar Álvaro Luiz Andrade avatar

Watchers

 avatar Lucas Tiago de Moraes avatar James Cloos avatar Álvaro Luiz Andrade avatar  avatar  avatar

Forkers

alec7 golbian

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.