Template:FieldTypeReturnValues

From Memento Database Wiki
Revision as of 03:25, 18 February 2017 by UnConnoisseur (talk | contribs)
Jump to navigation Jump to search
Field Type Return Values
Field type JavaScript object Examples
Text , Hyperlink, Password, Phone, Email, Calculation (string result) , Single-choice list , Radio buttons String "abc"
Integer, Real number, Rating, Currency, Calculation (number result) Number 42, 42.1
Date , DateTime, Time Date
Checkbox (Boolean) Boolean true, false
Multiple-choice list, Checkboxes Array of String ["Shirts", "Pants", "Socks"]
Link to entry Array of Entry
Each array element has a method field() for access to values of fields of entries of the linked library. Example:
field("localField")[i].field("remoteField")
[e1, e2, e3]