pas2js/demo/rtl
2018-10-06 12:36:34 +00:00
..
ajax.pas * Initial import 2017-12-16 14:45:10 +00:00
countries.json * Initial import 2017-12-16 14:45:10 +00:00
demo_njsprocess.pas * Initial import 2017-12-16 14:45:10 +00:00
demoajax.html * Initial import 2017-12-16 14:45:10 +00:00
demoajax.lpi * Initial import 2017-12-16 14:45:10 +00:00
demoajax.lpr * Initial import 2017-12-16 14:45:10 +00:00
demobrowserconsole.html * Initial import 2017-12-16 14:45:10 +00:00
demobrowserconsole.lpi * Initial import 2017-12-16 14:45:10 +00:00
demobrowserconsole.lpr * Initial import 2017-12-16 14:45:10 +00:00
democanvas2d.html * Initial import 2017-12-16 14:45:10 +00:00
democanvas2d.lpi * Initial import 2017-12-16 14:45:10 +00:00
democanvas2d.pas * Initial import 2017-12-16 14:45:10 +00:00
democlasstopas.html * Initial import 2017-12-16 14:45:10 +00:00
democlasstopas.lpi * Refactored and improved class2pas 2018-10-06 12:36:34 +00:00
democlasstopas.pas * Refactored and improved class2pas 2018-10-06 12:36:34 +00:00
democollection.html * Initial import 2017-12-16 14:45:10 +00:00
democollection.lpi * Convert to webproject, demo enumerator for collection and stringlist 2017-12-27 10:54:29 +00:00
democollection.pas * Convert to webproject, demo enumerator for collection and stringlist 2017-12-27 10:54:29 +00:00
democomponents.html * For in loop, converted to web project 2017-12-27 11:07:20 +00:00
democomponents.lpi * For in loop, converted to web project 2017-12-27 11:07:20 +00:00
democomponents.lpr * For in loop, converted to web project 2017-12-27 11:07:20 +00:00
demodatetime.lpi rtl: added JSDelete 2018-06-14 13:54:31 +00:00
demodatetime.pas rtl: added JSDelete 2018-06-14 13:54:31 +00:00
demodocument1.html * Initial import 2017-12-16 14:45:10 +00:00
demodocument1.pas * Initial import 2017-12-16 14:45:10 +00:00
demodombuttonevent.html * Initial import 2017-12-16 14:45:10 +00:00
demodombuttonevent.lpi * Initial import 2017-12-16 14:45:10 +00:00
demodombuttonevent.pas * Initial import 2017-12-16 14:45:10 +00:00
demojsarray.lpi * Initial import 2017-12-16 14:45:10 +00:00
demojsarray.pas * Initial import 2017-12-16 14:45:10 +00:00
demojsdataarray.pas * Initial import 2017-12-16 14:45:10 +00:00
demojsregexp.pas * Initial import 2017-12-16 14:45:10 +00:00
demojsstring.pas * Initial import 2017-12-16 14:45:10 +00:00
demonew.html * Initial import 2017-12-16 14:45:10 +00:00
demonew.pas * Initial import 2017-12-16 14:45:10 +00:00
demorouter.lpi * Initial import 2017-12-16 14:45:10 +00:00
demorouter.pas * Initial import 2017-12-16 14:45:10 +00:00
demortti.lpi * Initial import 2017-12-16 14:45:10 +00:00
demortti.pas typinfo: added GetStrProp, SetStrProp, GetOrdProp, SetStrProp 2018-06-05 22:17:12 +00:00
demostringlist.html * Convert to webproject, demo enumerator for collection and stringlist 2017-12-27 10:54:29 +00:00
demostringlist.lpi * Convert to webproject, demo enumerator for collection and stringlist 2017-12-27 10:54:29 +00:00
demostringlist.pas * Convert to webproject, demo enumerator for collection and stringlist 2017-12-27 10:54:29 +00:00
demouncaughtexception.html * Initial import 2017-12-16 14:45:10 +00:00
demouncaughtexception.lpi * Initial import 2017-12-16 14:45:10 +00:00
demouncaughtexception.pas * Initial import 2017-12-16 14:45:10 +00:00
demoxhr.html * Initial import 2017-12-16 14:45:10 +00:00
demoxhr.lpi * Initial import 2017-12-16 14:45:10 +00:00
demoxhr.lpr * Initial import 2017-12-16 14:45:10 +00:00
README.md * Initial import 2017-12-16 14:45:10 +00:00

Simple demos for the RTL units

Compiling for running in node.js:

pas2js -Tnodejs -Jirtl.js demojsstring.pas
pas2js -Tnodejs -Jirtl.js demojsregexp.pas
pas2js -Tnodejs -Jirtl.js democollection.pas
pas2js -Tnodejs -Jirtl.js democomponents.lpr
pas2js -Tnodejs -Jirtl.js demostringlist.pas
pas2js -Tnodejs -Jirtl.js demo_njsprocess.pas

Compiling for running in a browser:

pas2js -Jc -Jirtl.js demodombuttonevent.pas
pas2js -Jc -Jirtl.js demodocument1.pas
pas2js -Jc -Jirtl.js democollection.pas
pas2js -Jc -Jirtl.js democomponents.lpr
pas2js -Jc -Jirtl.js demoajax.pas
pas2js -Jc -Jirtl.js democanvas2d.pas
pas2js -Jc -Jirtl.js demonew.pas
pas2js -Jc -Jirtl.js democlasstopas.pas
pas2js -Jc -Jirtl.js demodocument1.pas
pas2js -Jc -Jirtl.js demouncaughtexception.pas
pas2js -Jc -Jirtl.js demoxhr.lpr
pas2js -Jc -Jirtl.js dembrowserconsole.lpr

When using lazarus, you can also open the respective .lpi files, and compile your project. Make sure pas2js is in your path, or the IDE will not find it.

Run in node.js

To run the code, you need to run

nodejs demojsstring.js
nodejs demojsregexp.js

etc.

Run/Show in a browser.

Some of the projects can be run straight from file. Just open the file in the explorer using your favourite browser.

The ajax demo needs to be run from a webserver, just as the demoxhr demo.

One way to do so, is to compile the simpleserver example program from the fcl-web examples, and run it in this directory. Then point your browser to http://localhost:3000/ajaxdemo.html.