AppStudio Documentation: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
Line 23: Line 23:


== Frameworks ==
== Frameworks ==
Frameworks provide the controls (also called widgets) that the user interacts with. AppStudio makes it easy to use them in your app.
Frameworks provide the controls (also called widgets) that the user interacts with. AppStudio makes it easy to use them in your app. You cannot use Class and jQuery Mobile in the same app. jqWidgets controls work in any project.
* [[:Category:Classic|Classic]]
* [[:Category:Classic|Classic]]
* [[:Category:jQuery Mobile|jQuery Mobile]]
* [[:Category:jQuery Mobile|jQuery Mobile]]

Revision as of 21:45, 20 December 2012

AppStudio

BASIC Language

One of the most popular programming languages of all time, BASIC is easy to learn. AppStudio's BASIC is a subset of VB, with extensions for web apps.

JavaScript Language

JavaScript is the standard language of the Web. AppStudio allows the use full standard JavaScript in its apps.

Frameworks

Frameworks provide the controls (also called widgets) that the user interacts with. AppStudio makes it easy to use them in your app. You cannot use Class and jQuery Mobile in the same app. jqWidgets controls work in any project.

Other Resources