Data privacy notice

 

When this content is loaded, usage information is transmitted to Vimeo and may be processed there.

 

             

Theme (backend)

Modified on Mon, 16 Jan, 2023 at 10:58 PM

In order to create a theme for the FORMCYCLE backend, you just have to create a class that implements the interface IPluginBackendTheme.

String getCSSResource()

Method for providing the CSS resource of the theme.

Return value: Path to the CSS resource. The path has to be relative to the resource path of the Java Archive (src/main/resources).

Example: If the file resides in "src/main/resources/css/theme.css" of the Java Package, the method has to return "css/theme.css".

String getJSResource()

Method for providing the JavaScript resource of the theme.

Return value: Path to the JavaScript resource. The path has to be relative to the resource path of the Java Archive (src/main/resources).

Example: If the file resides in "src/main/resources/js/theme.js" of the Java Package, the method has to return "js/theme.js".

After installing a theme plugin in FORMCYCLE the theme may be selected in the system settings under Look & Feel.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article