Difference between revisions of "Category:TypeScript"

From Lianjapedia
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{DISPLAYTITLE:TypeScript Scripting}}
 
Lianja supports a growing number of dynamic scripting languages and TypeScript is one of them. It is fully integrated in and is a first class citizen with full support for the Lianja UI Framework, the ability to code custom sections, gadgets and custom delegates in TypeScript.
 
Lianja supports a growing number of dynamic scripting languages and TypeScript is one of them. It is fully integrated in and is a first class citizen with full support for the Lianja UI Framework, the ability to code custom sections, gadgets and custom delegates in TypeScript.
 
  
 
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
 
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
Line 11: Line 11:
  
 
TypeScript is supported in Lianja 3.1 and above.
 
TypeScript is supported in Lianja 3.1 and above.
 +
 +
You can integrate Lianja/VFP, Python and PHP code in with the TypeScript code.
 +
 +
<div style="height:80px;margin-bottom:5px;padding:5px;border:0px solid orange;border-left:5px solid orange;background:#fff8dc;vertical-align:middle;position:relative;">
 +
[[File:bm-noteicon.png|top|40px|link=]]<div style="position:absolute;top:3px;margin-bottom;bottom:5px;margin-left:50px;"><b> Pro Tip</b>
 +
When building Apps each Page, Section and Formitem can use any or a combination of the supported scripting languages.
 +
</div>
 +
<span style="height:6px;"> </span>
 +
</div>
  
 
==See Also==
 
==See Also==

Latest revision as of 08:55, 3 December 2017

Lianja supports a growing number of dynamic scripting languages and TypeScript is one of them. It is fully integrated in and is a first class citizen with full support for the Lianja UI Framework, the ability to code custom sections, gadgets and custom delegates in TypeScript.

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.

TypeScript enables JavaScript developers to use highly-productive development tools and practices like static checking and code refactoring when developing JavaScript applications.

Lianja App Builder lets you develop Apps using TypeScript which it just-in-time compiles into JavaScript for you.

TypeScript is a selectable component in the Lianja App Builder installer.

TypeScript is supported in Lianja 3.1 and above.

You can integrate Lianja/VFP, Python and PHP code in with the TypeScript code.

Bm-noteicon.png
Pro Tip

When building Apps each Page, Section and Formitem can use any or a combination of the supported scripting languages.

See Also

TypeScript Documentation

Pages in category "TypeScript"

This category contains only the following page.