Image |
null |
You may set the location of the image from the
dataName property of this column. |
LabelFromList |
urlForList |
The urlForList property specifies the URL of
the js file that contains the data of the list of choices that are
available for selection on the widget. |
Link |
Text |
specify the text that would be displayed
in the column. |
dataName |
If renderMode is- text, specify the text that
would be displayed in the column by data binding. For constant text,
this could be empty. The Data Name property has precedence over the
text property.
- image, specify the image URL extracted from the context.
|
flowEvent |
specify the flow event that will be fired after
the column is clicked on. |
dataNameForLink |
specify the URL where the browser navigates
to. The dataNameForLink property has precedence over the flowEvent
property |
dataNameForRow |
specify the data which stores the row of the
clicked widget. |
dataNameForColumn |
specify the data which stores the column of
the clicked widget. |
newWindow |
specify whether to trigger the link in the same
browser window. The default value is false, which
means there is no pop-up window when the column is clicked on. |
tooltip |
specify the text that would be displayed when
the user places the mouse over the column. |
dataNameForTooltip |
specify the tooltip by data binding. The dataNameForTooltip
property has precedence over the tooltip property. |
dataNameForClickable |
If the value is null or false, the widget is unclickable and
rendered just as normal text or image. If the value is true, the widget
is clickable. |
renderMode |
Available values for renderMode:- text (default value): The widget is rendered as text.
- image: the widget is rendered as an image.
|
Button |
Text |
specify the text that would be displayed
in the column. |
dataName |
specify the text that
would be displayed in the column by data binding. For constant text,
this could be empty. The Data Name property has precedence over the
text property. |
flowEvent |
specify the flow event that will be fired after
the column is clicked on. |
dataNameForLink |
specify the URL where the browser navigates
to. The dataNameForLink property has precedence over the flowEvent
property |
dataNameForRow |
specify the data which stores the row of the
clicked widget. |
dataNameForColumn |
specify the data which stores the column of
the clicked widget. |
newWindow |
specify whether to trigger the link in the same
browser window. The default value is false, which
means there is no pop-up window when the column is clicked on. |
tooltip |
specify the text that would be displayed when
the user places the mouse over the column. |
dataNameForTooltip |
specify the tooltip by data binding. The dataNameForTooltip
property has precedence over the tooltip property. |
dataNameForClickable |
If the value is null or false, the widget is unclickable and
rendered just as normal text or image. If the value is true, the widget
is clickable. |