A faster way to build enterprise app.
VCL.JS is a TypeScript open-source platform for building enterprise web apps in a fraction of the time, whether you’re an expert developer or just getting started.
for more information http://vcljs.com

Friendly APIs help you get your job done faster.

//Simple dbgrid bounded to a query
import V = require("VCL/VCL");
export class PageHome extends V.TPage {
constructor() {
super();

//create a backend query
var qur = new V.TQuery(this);
qur.SQL = "SELECT CustomerKey, FirstName, LastName FROM Customers";
qur.open();

//create a grid on the screen
var grd = new V.TDBGrid(this, "grid");
grd.Dataset = qur; //bind the grid to the dataset
grd.PageSize = 15;

var col = grd.createColumn(“FirstName”);
var col = grd.createColumn(“Lastname”,”Last Name”);
}
}

Features

  • Build database application in no time
  • Pure TypeScript
  • Visual Component Library- include Page,Grid,Input,Gauges,Charts and many more
  • Single page application
  • Data binding

Project Samples

Project Activity

See All Activity >

Categories

Frameworks

License

Apache License V2.0

Follow VCL.JS

VCL.JS Web Site

Other Useful Business Software
Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
Get Avast Free Antivirus | Your top-rated shield against malware and online scams

Boost your PC's defense against cyberthreats and web-based scams.

Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Free Download
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of VCL.JS!

Additional Project Details

Intended Audience

Information Technology

User Interface

Web-based

Programming Language

JavaScript

Database Environment

ADO.NET

Related Categories

JavaScript Frameworks

Registered

2013-10-24