Difference between revisions of "FieldJavaScripting"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
(Created page with '= Calc: Formula = Executing Javascripts client AND serverside NOTE: This feature is currently BETA, and features are subject to change. Properties * Type: [[Field type referenc…')
 
old>Admin
Line 27: Line 27:


Required:
Required:
* [[Complex_formulas|Syntax help for the formulas]]
* Functional JavaScript
** All basic commands and functions from JavaScript
** Support for TS functions:
*** getValue( variable )
*** setValue( variable, valueToAssign )


Options:
Options:

Revision as of 23:17, 27 August 2013

Calc: Formula

Executing Javascripts client AND serverside

NOTE: This feature is currently BETA, and features are subject to change.

Properties

  • Type: Complex
  • Groupable: No
  • Show in lists: No
  • Searchable: No


User interface

Field in show mode

File:FieldJavaScripting show.png

Due to its nature this field has no special editing mode.

User interface as displayed in picture


Configuration

This field requires configuration before deployment.

File:FieldJavaScripting BE.png

Required:

  • Functional JavaScript
    • All basic commands and functions from JavaScript
    • Support for TS functions:
      • getValue( variable )
      • setValue( variable, valueToAssign )

Options:

  • As shown above

Developer info

  • FeltTypeID: 83
  • SQL datatype: n/a
  • Class name: FieldJavaScripting
  • Field is ignored in tables