Template:FieldTypeReturnValues: Difference between revisions

m
no edit summary
(Created page with "{| class="wikitable" style="font-size:120%" |- ! Field type !! JavaScript object !! Examples |- | Text , Hyperlink, Password, Phone, Email, Calculation (string result) , Singl...")
 
mNo edit summary
Line 20: Line 20:
| Multiple-choice list, Checkboxes
| Multiple-choice list, Checkboxes
| [https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array '''Array'''] of [https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String '''String''']
| [https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array '''Array'''] of [https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String '''String''']
| ["Bats", "Balls", Gloves"]
|-
|-
| Link to entry
| Link to entry