Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
varStatus | false | false | java.lang.String |
Name of the exported scoped variable for the status of the iteration. This scoped variable has nested visibility. | |||
dataWidgetWrapper | false | true | com.exalead.cv360.searchui.widgets.DataWidgetWrapper |
The DataWidgetWrapper that contains the widgets to iterate over. Defaults to the widget in the current context. | |||
widgetContainer | false | true | com.exalead.cv360.searchui.configuration.v10.WidgetContainer |
The widget container that contains the widgets to iterate over. If specified, you must set the feed and entry attributes. | |||
feed | false | true | com.exalead.access.feedapi.ResultFeed |
The parent ResultFeed for the specified widget. | |||
entry | false | true | com.exalead.access.feedapi.Entry |
The parent Entry for the specified widget. | |||
evalTriggers | false | false | boolean |
Specifies whether the tag should evaluate or not the widget triggers. Defaults to 'true'. | |||
begin | false | true | int |
The index on which to begin the iteration. Defaults to '0'. | |||
iteration | false | true | int |
The number of iteration to perform, replace the 'end' attribute. 0 is interpreted as 'unbounded'. Defaults to '0'. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
varCssId | false | false | java.lang.String |
Name of the exported variable for the widget ID. If the widget has no ID, a random one is generated. | |||
varUcssId | false | false | java.lang.String |
Name of the exported variable for the widget Unique CSS ID. | |||
htmlTag | false | true | java.lang.String |
The HTML tag to use for the widget wrapper. Defaults to 'div'. | |||
extraCss | false | true | java.lang.String |
CSS class to adds to the widget wrapper. | |||
extraStyles | false | true | java.lang.String |
Styles to adds to the widget wrapper. | |||
disableWrapper | false | true | boolean |
Specifies whether the widget wrapper should be disabled or not. | |||
disableStyles | false | true | boolean |
Specifies whether the default style of widgets should be disabled or not. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
cssId | false | true | java.lang.String |
The ID to sets to the header wrapper. | |||
htmlTag | false | true | java.lang.String |
The HTML tag to use for the header wrapper. Defaults to 'h2'. | |||
extraCss | false | true | java.lang.String |
CSS class to adds to the header wrapper. | |||
extraStyles | false | true | java.lang.String |
Styles to adds to the header wrapper. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
cssId | false | true | java.lang.String |
The ID to sets to the content wrapper | |||
htmlTag | false | true | java.lang.String |
The HTML tag to use for the content wrapper. Defaults to 'div'. | |||
extraCss | false | true | java.lang.String |
CSS class to adds to the content wrapper. | |||
extraStyles | false | true | java.lang.String |
Styles to adds to the content wrapper. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | false | false | java.lang.String |
Name of the exported variable for the retrieved Unique CSS ID. | |||
dataWidgetWrapper | false | true | com.exalead.cv360.searchui.widgets.DataWidgetWrapper |
The DataWidgetWrapper that contains the widget we want to retrieve the Unique CSS ID from. By defaults it takes the current widget. |
- < c:if test="${widget:hasSubWidgets(widget)}" >