pas2js widgetsets
The ultimate goal is to use Free Pascal and 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 in Lazarus.
- Do not use the actual LCL widgetset, but create one that supports Pas2JS app development in the browser.
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:
- XComponents (and XIDE): [1] (Steve Wright)
- Web Component Library (WCL): [2] - fork of Pas2JS Widgetset (Sven Barth)
- (archived) Pas2JS Widgetset: a RAD Framework to develop Web Applications [3] (Heliosroots)
- Pas2js implementation of DHTMLX: [4] (Christian Ulrich)
Other Demonstrations
- Web Widgets, bundled with pas2js: [5]
- projJ: [6]
- Puma: [7] - lightweight UI components for pas2js based on Bulma
- VUE using pas2js: [8]
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.
- TMS software has created: TMS Web Core
- Install TMS Web Core to Lazarus:https://www.youtube.com/watch?v=YzZazLnF8Zk
- TMS Web Core Developer Guide: http://www.tmssoftware.biz/Download/Manuals/TMSWEBCoreDevGuide.pdf
Another commercial alternative that is free for open-source projects is xProject
This project transforms your Delphi or Lazarus project into a web app without any modifications.
There's no need to install components in Delphi or Lazarus.
The result is exclusively HTML, CSS, and JavaScript, and it looks and behaves exactly like the desktop application.
XIDE/XComponents
XIDE is a simple, stand alone, open source IDE for Free Pascal which runs in the browser (and on other platforms supported by Lazarus).
It is a combined Client Side Run Time Library and RAD IDE intended to allow Pascal(Pas2JS) and/or Python(Pyodide) development with the minimum of installation or learning curve while also being as platform independent as possible. XComponents is the widgetset that enables XIDE.
XIDE is intended for Prototyping, Small Group Collaboration and Agile Line of Business projects where the choice of browser can be specified. It will run on any platform that is supported by Chrome or Electron, or Lazarus(+CEF). It is not intended for the development of general-purpose public facing web sites. It may also run on other HTML5 browsers (e.g. Microsoft Edge), but this is not tested.
XIDE projects can be deployed as a single static HTML/Javascript (or .exe) file combining the User App with the RTL and IDE Code. This can be done with the IDE disabled (for end users) or enabled (as done in the examples below, for collaborators).
Examples…..
XIDESimplePascalExample.html [9] XIDESimplePythonExample.html [10] XIDEPascalSVGAndGPUExample.html [11]
To build from source….
XIDE [12] XComponents [13]
XIDE Screenshot
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
or from https://github.com/pascaldragon/Pas2JS_Widget
2. Extract to Lazarus - pas2js_designer
3. Open: Lazarus - pas2js_designer - package: pas2js_designer_package.lpk
4. Click on Use - Install
5. Click on Yes to install this package
6. You will see LCL for pas2js!
- Back to pas2js
- Back to Pas2JS Version Changes
- Back to lazarus_pas2js_integration