What is Morfik Scriptor?
The first thing you might wonder is, what exactly is Morfik Scriptor? Scriptor, despite any ideas that the name might suggest, is just a utility built into the AppsBuilder IDE. It is basically a script generator with which you build complex browser-side code, in high-level languages.
You must write all of the code by hand, just as you would if you were using JavaScript and you still need to have some knowledge of HTML and the Document Object Model (DOM). All your complex logic code is written in any of the four high-level syntaxes that are supported by AppsBuilder, just as with a common AppsBuilder project. However, as an aid, a base HTML file is created for the project which you can modify as you wish.
When to Use Scriptor?
There are two main reasons you might wish to use the Scriptor to create a project: to create a page that you are going to use in conjunction with some pre-existing web site and will not be deploying a full Morfik built application or when your objective is to create a complex browser side script such as when implementing a math algorithm or game logic, instead of endeavoring to create a fully fledged application.
Such scripts can be run locally, without the requirement of having access to the server. It is important to note that due to browser architecture limitations such applications are not able to save any information on the user’s computer, except of course through the use of cookies.
For the full article please visit
MorfikWiki .