Search Results
8 functions found:
| 1. | CSSToFMText ( text ) |
| Josh Willing, Willing Apps | |
| the reverse of the native GetAsCSS function | |
| 2. | GetFoundList ( field ; start ; result ) |
| Josh Willing, Willing Apps | |
| Returns the current set as a return delimited list. Uses tail recursion. | |
| 3. | HumanizeCase ( snakeOrCamelCase ) |
| Josh Willing, Willing Apps | |
| Convert snake and camel case strings to human-readable proper case | |
| 4. | JSON.ArraySort ( array ; nestedPath ; fmDataType ; direction ; sortLocale ) |
| Josh Willing, Willing Apps | |
| Sort a json array. | |
| 5. | JSONCombineObjects ( object1 ; object2 ) |
| Josh Willing, Willing Apps | |
| Combines two JSON objects into one JSON object. | |
| 6. | RangesOverlap ( start1 ; end1; start2 ; end2 ) |
| Josh Willing, Willing Apps | |
| Check if two ranges of dates or numbers overlap (inclusive) | |
| 7. | StyleSelectedValues ( fullList ; listToStyle ; style ; color ; one ) |
| Josh Willing, Willing Apps | |
| Styles and colors values in a list. Useful for styling selected values in a checkbox set and other UI implementations. | |
| 8. | TableOccurrencesWithCascadeDelete ( file ; tableOccurrence ) |
| Josh Willing, Willing Apps | |
| List of tables related to tableOccurrence that have a relationship with a cascade delete. Searches recursively so grandchild deletes will be included etc. | |