Project Properties

Top  Previous  Next

Project Properties can be reached from "Projects | Project Options" menu.

project_properties

Project

Library

The path of the MoreMotion Application Studio Library. If no value is specified, the value specified in the System Options is used.

Project CT Definitions File

The name of the file that contains the standard CT definition for the whole project. The CT definitions existing in this file executed before each Page Preview or Project Build.

SCM Fingerprint

The value defined here is inserted to each file saved by MoreMotion Application Studio as a fingerprint for SCM (Source Configuration Management) systems. If, for example, value "$Id: $" is defined in this property, the second records of each file would be as follows:
 
<?mmf version="1.3" $Id: $ >

If a file containing the above definition is committed to a version control systems such as Subversion, the "$Id: $" text is replaced with something like
"$Id: Page1.mmpa 714 2009-03-18 09:41:14Z johny $"

_rand Parameters For Links

We can control how MoreMotion Application Studio generates _rand parameters during the build using this property.

The Options:

1.Auto Generate: _rand parameters will be added to every hyper link to make sure the url become unique each time it is clicked.
2.Do Not Auto Generate: _rand parameters will not be added automatically but on the other hand the _rand parameters added by the user manually will not be interfered.
3.Eliminate All: _rand parameters will not be added automatically and _rand parameters added by the user manually will be removed.        

Wizard Project

This property should be given true when the project is for developing wizards. This way it will be possible to test the developed pages without deploying them to their final location on the library.

Enable Sub-Session Support

The modern browsers associate the web pages of an application to the same user session even though they are located in different tabs or windows.

This behaviour of browsers block the users to login to an application using different user accounts. If you want to make this possible then activate the Sub-Session support by giving "true" to this property.

Provide a link to  "index.htm" on the application to create a new session.

Example: <a href="index.htm">Open a new session</a>
 

Page Defaults

Width and Height properties of new pages.

Language and Character set properties of new pages.

Assign values to these properties as the default values of the new pages. If you want, you can change the values of these properties in the page after you open it.

 

Page Design Area options

See Page Design Area