Configure the User Interface

Home » Support Library » Developer Support » Configuration » Configure the User Interface

Extend the User Interface

 To extend a view in ArkCase Core please follow the below steps:

1. Copy the html view that you want to change/extend under: “src/main/resources/META-INF/resources/resources/custom_modules/$module_name$/views/components”.

For example, “src/main/resources/META-INF/resources/resources/custom_modules/cases/views/components/case-main.client.view.html”.

2. The name and the path of the html file you are extending must follow the same path as existing OOTB folder, for example = “src/main/resources/META-INF/resources/resources/custom_modules /

3. Update the HTML code in the copied file with the changes needed for the extension and save it.

4. When ArkCase is loading the extension, if it finds a replaced/extended view it will be taken, otherwise the Core version of the view will be used.

Extend the User Interface