Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.47 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.47 KB

Web Component Library

Web Component Library (formerly Pas2JS Widgetset) is a RAD Framework to develop Web Applications like to develop Windows Applications originally started by Hélio S. Ribeiro and Anderson J. Gado da Silva and further improved by Sven Barth.

Thanks

This project is only possible thanks to Free Pascal, Lazarus and the fabulous compiler Pas2JS

Requirements

  • Lazarus 2.1 or newer
  • pas2js 2.0 or newer

Simple Online Demo

http://syware.ru

Help Please

This project is under development. This version is an basic implementation and many bugs need to be corrected. Please help us to take this project forward.

Install

This was tested with Lazarus 2.1 using version 2.0 of pas2js.

  • make sure that the pas2jsdsgn package is installed
  • the pas2js_rtl package should have been opened (so that the IDE knows about it)
  • install the wcldsgn package from design/package
  • open the wcl package in widgets (again so that the IDE knows about it)

Usage

  • create a new Web GUI Application

Notes

  • you can only use components from the WCL tab

Further plans

  • test data module template
  • implement support for DB controls
  • implement a Lazarus compatible grid
  • better maintenance of the project's HTML file
  • better maintenance of the project's main program file
  • more dynamic layouting of the components