Triggers: Difference between revisions

14 bytes added ,  1 October 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 145: Line 145:
===== create(values) =====
===== create(values) =====
: Create a new entry in the library
: Create a new entry in the library
:; Argument: [https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object '''Object'''] containing the field values (type Object)
:; Argument: '''values''' — containing the field values (type [https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object '''Object'''])
:; Result: Entry object — the new entry in the library (type Entry)
:; Result: Entry object — the new entry in the library (type Entry)