Categories | Question details Back To List | ||
Can we define css for cell type? Can we define the css for the cell type? if yes the how can i set css to define cell type ? Answer posted by Support on Dec 12, 2008 01:46 You can't define custom css for all cells of the same type, but you can define custom css class of set of css rules directly in xml by using cell@class and cell@style attributes <cell class="myCss">value</cell> or <cell style="backgroudn-color:red;">value</cell> |