Question
helpTool
Hello All,
I have a question, is that possible to provide helptoolTip in textfield that each item has to be shown different helptool,like I have decision for each parameter different HoverOver_desc (placed screenshot) has to be shown, how that can be shown in textfield?
a!textField(
readOnly:index(
rule!CR_RISK_PARAMETER_MAPPING(
Param_description: fv!item.parameterId_int
),
"isReadOnly_bool",
{}
),
value: rule!CR_RISK_PARAMETER_MAPPING(
Param_description: fv!item.parameterId_int
).parameters,
saveInto: rule!CR_RISK_PARAMETER_MAPPING(
Param_description: fv!item.parameterId_int
).parameters,
helpTooltip: rule!CR_RISK_PARAMETER_MAPPING(
Param_description: fv!item.parameterId_int
).HoverOver_Desc,
),
