Search Results
10 functions found:
| 1. | ColourFill ( hexOrDecColour ) |
| Jason Wood, Define Database | |
| Place in a button bar to output a large coloured square, rectangle, or circle ( apply corner radius to make a circle ) in the specified colour. | |
| 2. | DeleteWindowVar ( "hello" ) |
| Jason Wood, Define Database | |
| Delete a global variable previously scoped to the current window with SetWindowVar() | |
| 3. | GetWindowVar ( keyOrIndexOrPath ) |
| Jason Wood, Define Database | |
| Get a global variable that was scoped to the current window with SetWindowVar() | |
| 4. | JSONIsValid ( json ) |
| Jason Wood, Define Database | |
| Check if a string is valid json | |
| 5. | JSONKeyExists ( json ; keyOrIndexOrPath ) |
| Jason Wood, Define Database | |
| Determine if a key exists in a JSON object (even if it is empty) | |
| 6. | JSONtoJSONSetElement |
| Jason Wood, Define Database | |
| Convert JSON into a JSONSetElement calculation | |
| 7. | s3presignedUrl ( method ; bucket ; region ; theFilePath ; expireSeconds ; accessKey ; secretKey ; optionsObj ) |
| Jason Wood, Define Database | |
| Generate a presigned URL to upload/download/delete an object in S3 | |
| 8. | ScriptParamGetElement ( keyOrIndexOrPath ) |
| Jason Wood, Define Database | |
| Get a key, index, or path from a JSON formatted script parameter | |
| 9. | ScriptResultGetElement ( keyOrIndexOrPath ) |
| Jason Wood, Define Database | |
| Get a key, index, or path from a JSON formatted script result | |
| 10. | SetWindowVar ( keyOrIndexOrPath ; value ; JSONType ) |
| Jason Wood, Define Database | |
| Set a global variable scoped to the current window | |