system
September 6, 2016, 1:22am
1
HI
Just moved to Design studio 1.6. and struggling in changing the font size and formatting for Cross Tab. Google it but not much help and also not able to understand
Has anyone done the font change or formatting.
Thanks
rajx72 (BOB member since 2006-08-02)
system
September 6, 2016, 7:18pm
2
Quick hint: Look at CSS (Cascading Style Sheets).
Andreas (BOB member since 2002-06-20)
system
September 6, 2016, 7:54pm
3
Hi
I did but not able to figure out. I was able to do CSS for Text box and Panel but struggling to change the font size of cross tab.
for example to change the colom I found this code.
.sapzencrosstab-DataCellDefault, .sapzencrosstab-HeaderCellDefault{
font-size : 7px;
height : 10px;
}
But I am not able figure out where should I write this code. I tried in application CSS but did not worked. I have build a custom template which I am using.
Edit: Finally found a way to get it work.
Thanks
rajx72 (BOB member since 2006-08-02)
system
September 19, 2016, 2:18pm
4
Hi,
try to add that code to the CSS general properties file, find attached an screenshot with the marked button.
I also attached a complete list of css properties for the crosstabs, it’s an older version but I found it helpful.
I was working a lot to build some kind of tables with crosstabs and it was very hard.
I also used this link a lot.
http://scn.sap.com/docs/DOC-63655
I hope it helps.
Regards,
Guillermo
DS1.1 - List of CSS Classes.txt (16.0 KB)
Toxicosmos (BOB member since 2012-08-21)