Hi Isomorphic,
We would like to customize the valueSetHint and the valueItemTextHint in the FilterBuilder, ideally within the getValueFieldProperties implementation.
Could you please provide some guidance on how we might achieve that?
Thank you
SmartClient Version: v12.0p_2019-02-06/Pro Deployment (built 2019-02-06)
We would like to customize the valueSetHint and the valueItemTextHint in the FilterBuilder, ideally within the getValueFieldProperties implementation.
Could you please provide some guidance on how we might achieve that?
Thank you
SmartClient Version: v12.0p_2019-02-06/Pro Deployment (built 2019-02-06)
Code:
//> @attr filterClause.valueSetHint (String : "Comma-separated values" : IR) // A hint to show in the value-item when using an operator that takes an array of values. // @group i18nMessages // @visibility external //< valueSetHint:"Comma-separated values", //> @attr filterClause.valueItemTextHint (String : "Enter a value" : IR) // A hint to show in the value-item when using an operator that takes user-entered values. // @group i18nMessages // @visibility external //< valueItemTextHint:"Enter a value",
Comment