ajax Taglib documentation

Version 1.0
Description Mashup AJAX Helpers

Tag forEachPath ajax:forEachPath(...)

Iterate over a list of Unique CSS ID paths.
Body Content: scriptless
Attribute nameRequiredRuntime Expression EvaluationType
vartruefalsejava.lang.String
Name of the exported scoped variable for the current path. This scoped variable has nested visibility.
varStatusfalsefalsejava.lang.String
Name of the exported scoped variable for the status of the iteration. This scoped variable has nested visibility.
varUcssIdfalsefalsejava.lang.String
Name of the exported scoped variable for the current UCssId. This scoped variable has nested visibility.
pathstruetruejava.lang.String
List of paths to iterate over, separated by a comma.
pagetruetruecom.exalead.cv360.searchui.configuration.v10.MashupPage
The page we want to iterate from. Object is of type MashupPage.
feedtruetruecom.exalead.access.feedapi.ResultFeed
The ResultFeed of the page we want to iterate from. Object is of type ResultFeed.

Tag forEachWidgetIncludesTag ajax:forEachWidgetIncludesTag(...)

Iterate over a list of Unique CSS ID paths.
Body Content: scriptless
Attribute nameRequiredRuntime Expression EvaluationType
vartruefalsejava.lang.String
Name of the exported scoped variable for the current path. This scoped variable has nested visibility.
varStatusfalsefalsejava.lang.String
Name of the exported scoped variable for the status of the iteration. This scoped variable has nested visibility.
dataWidgetWrappertruetruecom.exalead.cv360.searchui.widgets.DataWidgetWrapper
The widget that contains the triggers to evaluate. Object is of type DataWidgetWrapper. Defaults to the current widget context.