Page 1 of 1

Basic question: is it possible to more than one css file ? -LoadCssFile

Posted: Wed Oct 12, 2016 11:22 am
by Sesztak
Dear JS-Support,

sorry for the basic question:
is it possible to more than one css file ? -with LoadCssFile ?
e.g.:

await CSHTML5.Interop.LoadCssFile("ms-appx:///KasszaWEB_Kliens/javascripts/datatables.min.css");

await CSHTML5.Interop.LoadCssFile("ms-appx:///KasszaWEB_Kliens/javascripts/original.css");

Thanks in advance,
Br,
Péter

Re: Basic question: is it possible to more than one css file ? -LoadCssFile

Posted: Tue Oct 25, 2016 12:30 am
by JS-Support @Userware
Dear Péter,

Yes, this is possible.

By the way, in one of the next versions (within a few weeks) we are going to make it much easier to reference external CSS and JS files by simply adding them to the project, and optionally defining their load order (or excluding some of them) using an optional separate config file.

Thanks.
Regards,
JS-Support

Re: Basic question: is it possible to more than one css file ? -LoadCssFile

Posted: Tue Oct 25, 2016 11:22 am
by Sesztak
thanks !