Difference between revisions of "Table Styling"
From All n One's bxp software Wixi
Philip Lacey (talk | contribs) (Created page with "= Overview = bxp can adopt a look from other known office tools and using a well-known package to suggest some HTML interpretations. 800px T...") |
Philip Lacey (talk | contribs) |
||
| Line 30: | Line 30: | ||
Application of styling can vary throughout the system. i.e. there will be a master default but some reports will allow “selective” styling. | Application of styling can vary throughout the system. i.e. there will be a master default but some reports will allow “selective” styling. | ||
| + | |||
| + | |||
| + | This change will affect where clients might have customisations or expect data to appear in particular layouts. | ||
| + | |||
| + | |||
| + | A default style matching current styles will be created BUT the HTML will have the new css Headers added. | ||
| + | |||
Revision as of 14:43, 12 February 2018
Overview
bxp can adopt a look from other known office tools and using a well-known package to suggest some HTML interpretations.
These styles are implemented using the following CSS tags on tables.
- css_Table_New_Table
- css_Table_First_Cell
- css_Table_First_Row
- css_Table_Data_FirstCell
- css_Table_Data_DataCell
- css_Table_Data_LastCell
- css_Table_Data_Alt_FirstCell
- css_Table_Data_Alt_DataCell
- css_Table_Data_Alt_LastCell
- css_Table_Last_FirstCell
- css_Table_Last_Row
- css_Table_Last_LastCell
These tags are then set with appropriate styles and makes styling really easy to apply.
It is possible to overwrite these styles with your own custom implementations
Application of styling can vary throughout the system. i.e. there will be a master default but some reports will allow “selective” styling.
This change will affect where clients might have customisations or expect data to appear in particular layouts.
A default style matching current styles will be created BUT the HTML will have the new css Headers added.