Create simple toggle button using VBX Scriptbox & HtmlboxThere has always been always some requirements to customize native SAP Design Studio components. While some amount of customization can be done with the help of CSS, most cannot be done with C...
SAP TechED Vegas 2016 just got over. It was very fun filled and also more engaging. And it was my first time In US, so had a great time aroud there :smile: ASUG Pre-Conference SAP Design Studio Advanced WorkshopI was in ASUS pre-conference Advanced w...
Hi,I tried to browse community and went into design studio space and found there is no content. Is the migration still not done yet?http://go.sap.com/community/topic/businessobjects-design-studio.htmlView more blogs/question results the same as well ...
Finding CSS class and ids using developer tool may sound for easy for a developer using inspection tool. But dashboard designer always finds some difficulties in getting Classes and ids.what is CSS class and ID?The class SelectorThe class selector s...
Hello everyone,Is the community beta program's are limited to specific countries? I have chosen my country as India, then was not able to see the drop-down options under community.Thanks,Nithyanandam
Hi kumar,For example you can use something like this #TABSTRIP_1_tf1 .sapUiTabStrip{font-size:14px;}This will only affect the first tabstrip. This is just an example, figure out the proper ID and classes by inspecting. In case you need more help plea...
Hi Kumar,It is completely possible. Just find your tab strip id by inspecting the element in developer tool and change your CSS according to that.Thanks,Nithyanandam