pas2js widgetsets

From Lazarus wiki
Jump to navigationJump to search

The ultimate goal is to use Lazarus to create a webpage in a RAD manner as much as possible. There can be several approaches to this.

  • Create an actual LCL widgetset
  • Do not use the actual LCL widgetset, but create a widgetset that uses the IDE support for a custom designer.

Either way, a set of basic widgets that can be used in HTML are needed.

Currently, several efforts are underway to create such a widget set.

Open source

in random order, they are:

  • ProjJ: [1] Warley Alex
  • XComponents: [2] (Stephen Wright)
  • Pas2JS Widgetset: A project based on LLCL [3] (Heliosroots)
  • Based on DHTMLX: [4] (Christian Ulrich)

Commercial

Pas2JS Widgetset

Pas2JS Widgetset is a RAD Framework to develop Web Applications like to develop Windows Applications.

Installation Procedure: 1. Download from: https://github.com/heliosroots/Pas2JS_Widget 2. Extract to C:Lazarus:pas2js_designer 3. Open - C:Lazarus:pas2js_designer - package: pas2js_designer_package.lpk 4. Choose install 5. You will see LCL for pas2js

Navigation