Customize UI of web control using CSS
In This Topic
"Vintasoft.Imaging.css" file contains default CSS styles for base standard UI elements, which can be used in
WebUiControlJS control.
"Vintasoft.Imaging.DocumentViewer.css" file contains default CSS styles for standard UI elements, which can be used in
WebDocumentViewerJS control.
"Vintasoft.Imaging.Office.css" file contains default CSS styles for standard UI elements, which can be used in
WebSpreadsheetDocumentEditorControlJS control.
"Vintasoft.Imaging.Dicom.css" file contains default CSS styles for standard UI elements, which can be used in
WebDicomControlJS control.
If you want to change the CSS-style for an UI element (for exampe CSS-style from "Vintasoft.Imaging.DocumentViewer.css" file), you need to do the following steps:
- Create new file "Vintasoft.Imaging.DocumentViewer-customization.css"
- Copy CSS-style, which you want to change, from "Vintasoft.Imaging.DocumentViewer.css" file into "Vintasoft.Imaging.DocumentViewer-customization.css" file
- Change CSS-style in "Vintasoft.Imaging.DocumentViewer-customization.css" file
- Add reference to the "Vintasoft.Imaging.DocumentViewer.css" file on your web page
- Add reference to the "Vintasoft.Imaging.DocumentViewer-customization.css" file on your web page