Difference between revisions of "pas2js widgetsets"

From Lazarus wiki
Jump to navigationJump to search
Line 20: Line 20:
  
 
=== Pas2JS Widgetset ===
 
=== Pas2JS Widgetset ===
Pas2JS Widgetset is a RAD Framework to develop Web Applications like to develop Windows Applications.
+
Pas2JS Widgetset is a RAD Framework to develop Web Applications like to develop Windows Applications.<br />
  
Installation Procedure:
+
Installation Procedure:<br />
1. Download from: https://github.com/heliosroots/Pas2JS_Widget
 
  
2. Extract to C:Lazarus:pas2js_designer
+
1. Download from: https://github.com/heliosroots/Pas2JS_Widget<br />
 +
 
 +
2. Extract to C:Lazarus:pas2js_designer<br />
  
 
3. Open - C:Lazarus:pas2js_designer - package: pas2js_designer_package.lpk
 
3. Open - C:Lazarus:pas2js_designer - package: pas2js_designer_package.lpk

Revision as of 13:49, 19 November 2019

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

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