pas2js widgetsets

From Free Pascal 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

Most freeware tools for Lazarus Web Application lack of features and documentations. If you really need a good component for Web Application then TMS Web Core is worth to try.


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 Lazarus - pas2js_designer

3. Open: Lazarus - pas2js_designer - package: pas2js_designer_package.lpk

pas2js designer-install-01.png

4. Click on Use - Install

pas2js designer-install-02.png

5. Click on Yes to install this package

pas2js designer-install-03.png

6. You will see LCL for pas2js!

pas2js designer-install-04.png

Navigation