Interface IGetWidgetResourceParams
- All Known Implementing Classes:
GetWidgetResourceParams
public interface IGetWidgetResourceParams
Parameters passed to
IXItemWidget.getJavaScriptData(IGetWidgetResourceParams) and- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionGet the base URL to the formcycle application, may or may not include the scheme/domain/port, e.g.booleanisInline()Whether the form is rendered inline.
-
Method Details
-
getBaseUrl
String getBaseUrl()Get the base URL to the formcycle application, may or may not include the scheme/domain/port, e.g. http://localhost:8080/xima-formcycle/ or/xima-formcycle/.- Returns:
- The base URL to the formcycle application.
-
isInline
boolean isInline()Whether the form is rendered inline. In inline mode, all resource files should be standalone and not reference any other external resources, e.g. by inlining all fonts as base64 within the CSS file.- Returns:
- Whether the form is rendered inline.
-