Difference between revisions of "pas2js widgetsets"

From Free Pascal wiki
Jump to navigationJump to search
Line 24: Line 24:
 
Installation Procedure:
 
Installation Procedure:
 
1. Download from: https://github.com/heliosroots/Pas2JS_Widget
 
1. Download from: https://github.com/heliosroots/Pas2JS_Widget
 +
 
2. Extract to C:Lazarus:pas2js_designer
 
2. Extract to C:Lazarus:pas2js_designer
 +
 
3. Open - C:Lazarus:pas2js_designer - package: pas2js_designer_package.lpk
 
3. Open - C:Lazarus:pas2js_designer - package: pas2js_designer_package.lpk
4. Choose install
+
[[File:pas2js designer-install-01.png]]
5. You will see LCL for pas2js
+
 
 +
4. Click on Use - Install
 +
[[File:pas2js designer-install-02.png]]
 +
 
 +
5. Click on Yes to install this package
 +
[[File:pas2js designer-install-03.png]]
 +
 
 +
6. You will see LCL for pas2js
 +
[[File:pas2js designer-install-04.png]]
  
 
== Navigation ==
 
== Navigation ==

Revision as of 13:47, 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