Framscript Context Configuration

Each file type may contain objects from many contexts, as specified below.
Each context may contain many objects, as specified below.
Note: This formatting sheet (xsl) would use framscript.xml to show object names if that file was available! This formatting sheet (xsl) includes object names extracted from framscript.xml.



File typesContentsExamples

Objects defined in the following contexts can be stored directly in the file (using the standard Framsticks format):

Contains the script (plain text format) accessing objects defined in the following contexts:

Special objects properties are created according to property definitions in the file:

sample file

# object defined in ""
object:
field_1:...
field_2:...



# sample object that contains the script:
:
field_1:...
field_2:...
:~
function fun()
{
// using some objects from ""
}
~


# this property will be visible as ".field"
:
id:field
name:My property
...



// script directly in the file
function fun()
{
// using some objects from 
}


( , )
  • ":" field of ":" contains a script that can access objects defined in the following contexts:

  • is defined by objects