How:Write scripts in JavaScript for Memento: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 18: Line 18:
:; (hours * 60) + 10:If hours is 5 and minutes is 10, then 310
:; (hours * 60) + 10:If hours is 5 and minutes is 10, then 310


==== Sample more complex expression scripts ====
==== Sample complex expression script ====
:'''Validate entered value:'''
:'''Validate entered value:'''
<pre>
<pre>