cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5: Eclipse execution

Former Member
0 Kudos

Hi,

Ref: attachment

I am using separate css file and have written my own html code; but the execution of this code is not rendering the output; the same code can be rendered in Brackets without the sap provided header (meta & script code).

<link rel="stylesheet" type= "text/css" href="abc.css">

Do we need to modify the SAP provided header code to write our custom css.

Thanks.

Derek

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member484715
Contributor
0 Kudos

Give the exact path in the href attribute.Now to your control, add the addStyleClass method, in the parameter give the name of your style class.

Hope this helps,

Regards.

former_member203031
Contributor
0 Kudos

Hi Derek,

In the href please check the path
where the abc.css file is located in the project .

Until you make the exact path css file will not be loaded.

Thanks,

Deepak.

junwu
Active Contributor
0 Kudos

no.......

//just to pass check, i add this dummy words