PermeAgility recognizes certain column names as clues to render the appropriate view and editor of the column. Here are the specific column names that are recognized:
endingWithColor - Will render with a colored background of the selected color in a tabular list and will be presented as a color picker when editing (Colour is also supported this way)
endingWithScript - Will be presented as a code editor when editing (Default language is JavaScript)
endingWithStyle - Will be presented as a code editor for CSS
endingWithSQL - Will be presented as a code editor for SQL
endingWithRScript - Will be presented as a code editor for the R language
endingWithJSON - Will be presented as a code editor for JSON
Note that these patterns are not configurable at this time.
The code field in the OFunction table is also presented as a javascript editor but other fields ending with code will not be presented this way (ie. postalCode, productCode, etc...)