Search Results
6 functions found:
1. | CSSToFMText ( text ) |
Average rating: 0.0 | |
Joshua Willing, Willing Apps | |
the reverse of the native GetAsCSS function | |
2. | GetFoundList ( field ; start ; result ) |
Average rating: 3.9 | |
Joshua Willing, Willing Apps | |
Returns the current set as a return delimited list. Uses tail recursion. | |
3. | JSONCombineObjects ( object1 ; object2 ) |
Average rating: 5.0 | |
Joshua Willing, Willing Apps | |
Combines two JSON objects into one JSON object. | |
4. | RangesOverlap ( start1 ; end1; start2 ; end2 ) |
Average rating: 5.0 | |
Joshua Willing, Willing Apps | |
Check if two ranges of dates or numbers overlap (inclusive) | |
5. | StyleSelectedValues ( fullList ; listToStyle ; style ; color ; one ) |
Average rating: 0.0 | |
Joshua Willing, Willing Apps | |
Styles and colors values in a list. Useful for styling selected values in a checkbox set and other UI implementations. | |
6. | TableOccurrencesWithCascadeDelete ( file ; tableOccurrence ) |
Average rating: 0.0 | |
Joshua 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. | |