... | @@ -12,10 +12,12 @@ To use it, use the custom javascript action. All javascript is executed in the c |
... | @@ -12,10 +12,12 @@ To use it, use the custom javascript action. All javascript is executed in the c |
|
|
|
|
|
Examples of custom javascript commands.
|
|
Examples of custom javascript commands.
|
|
|
|
|
|
|
|
```
|
|
console.log(thisCard)
|
|
console.log(thisCard)
|
|
thisCard.variable = "foobar"
|
|
thisCard.variable = "foobar"
|
|
console.log(parseVariable('$variable'))
|
|
console.log(parseVariable('$variable'))
|
|
console.log(dotSyntax('$variable.variable2'))
|
|
console.log(dotSyntax('$variable.variable2'))
|
|
|
|
```
|
|
|
|
|
|
## Included third party libraries
|
|
## Included third party libraries
|
|
|
|
|
... | | ... | |