This function assigns a new CSS Style to specific columns for use in the authoring interface. It does not affect the underlying data.
Syntax:
AssignColumnCSS, count, commaDelimitedColumnCaptions, newCSSStyle
Parameters:
count – the number of columns to be affected
commaDelimitedColumnCaptions – a comma-separated list of column captions that are to be affected
newCSSStyle – the new CSS style to be used for the identified columns
Examples:
AssignColumnCSS,2,Jan 06,Jan 07,Alert2
Assigns the CSS style “Alert2” to the 2 columns captioned “Jan 06” and “Jan 07”.
Comments:This feature affects how html output in the author interface will appear. If you are not using this feature, you can safely ignore this script item. Note that this is not numeric format, only the visual appearance.
|