Difference between revisions of "pas2js widgetsets"

From Lazarus wiki
Jump to navigationJump to search
Line 16: Line 16:
 
[[Category:Pas2js]]
 
[[Category:Pas2js]]
  
 +
=== Commercial ===
 +
* TMS software has created [https://www.tmssoftware.com/site/tmswebcoreintro.asp | TMS Web Core]
 
== Navigation ==
 
== Navigation ==
 
* Back to [[pas2js]]
 
* Back to [[pas2js]]
 
* Back to [[Pas2JS Version Changes]]
 
* Back to [[Pas2JS Version Changes]]
 
* Back to [[lazarus_pas2js_integration]]
 
* Back to [[lazarus_pas2js_integration]]

Revision as of 12:34, 3 November 2018

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. in random order, they are:

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

Commercial

Navigation