Hi Alejandro, IBM now owns the SPARK UI toolkit as the default out-of-the-box UI Toolkit. All changes made to the style in BPM 8.6.0 and all BAW versions are owned by IBM. And potential defects [...]
Hi Pavan, Adding CSS to the change the orientation of the label would be a customization of the control. Please feel free to reach out to our Sales Team if you would like to work together on an [...]
Hi Pavan, That is the issue. You cannot reference a control that is not loaded. If your use case requires the control to be referenced before it is displayed, then you should set them to a [...]
Hi Pavan, The Checkbox control does not provide a configuration option to display the label to the left side. You could write some custom CSS to reorient the label. However, one option is to [...]
Hi Yoichi, If the cells are not simple data types, you will need to set the sort value of the cell in the On Custom Cell event. You can return “V” from the event to have the regular [...]
Hello Pavan, The Custom HTML control is not part of the SPARK or BPM UI toolkit. It is a built in component to Views and Human Services. Please contact IBM with these questions. IBM BAW User [...]
Hi Pavan, Binding a Radio Button Group to a Boolean variable is not an option out of the box, as you have found. You would need to evaluate the values in logic to adapt them to the control or [...]
Hi Pavan, The name properties in the static list are being evaluated as String types “false” and “true”, not Boolean false/true. If you bind the Radio Button Group [...]