Hi,
We are using your latest 8.2 nightly build. I'm trying out the HiLite functionality. The basic editor seems to work fine. But, when I try the Advanced Rule editor, I am having problems.
First, we have some grid columns where we've inserted html formatting such as <br> in the column headers. The advanced field drop-down is displaying these html tags and I'm trying to figure out how to format that drop-down. I have a stripTags function I call for this purpose but not sure where to use it. I've attached a screenshot showing this.
Second, the drop-down next to the field list in the Advanced Editor is not getting refreshed with values. This is the drop-down that contains all the hilite conditions like "contains". If I select certain fields, it will update and show contents. And, after I select those fields, the drop-down will continue showing options. But, when I close the window and re-open and try to select a field, it usually doesn't get populated. I'm not sure how to debug this further because I don't see any documentation on the hilite editor. The attached screenshot shows the field I am talking about with focus but there are no values in the drop-down. Suggestions on how to debug this?
Lastly, when the user clicks save in the HiLite Editor, I want to override this behavior to also save the HiLite state to our database. How can I customize the behavior of the save button in the HiLite editor to do this?
We are using your latest 8.2 nightly build. I'm trying out the HiLite functionality. The basic editor seems to work fine. But, when I try the Advanced Rule editor, I am having problems.
First, we have some grid columns where we've inserted html formatting such as <br> in the column headers. The advanced field drop-down is displaying these html tags and I'm trying to figure out how to format that drop-down. I have a stripTags function I call for this purpose but not sure where to use it. I've attached a screenshot showing this.
Second, the drop-down next to the field list in the Advanced Editor is not getting refreshed with values. This is the drop-down that contains all the hilite conditions like "contains". If I select certain fields, it will update and show contents. And, after I select those fields, the drop-down will continue showing options. But, when I close the window and re-open and try to select a field, it usually doesn't get populated. I'm not sure how to debug this further because I don't see any documentation on the hilite editor. The attached screenshot shows the field I am talking about with focus but there are no values in the drop-down. Suggestions on how to debug this?
Lastly, when the user clicks save in the HiLite Editor, I want to override this behavior to also save the HiLite state to our database. How can I customize the behavior of the save button in the HiLite editor to do this?
Comment