Hi.
I have problems using the locations files to translate my app in the FormulaBuilder window. Some properties don't work like:
- formulaBuilder_defaultNewFieldTitle
I can't find the property of the title, always say:
"Formula Editor [New Field]".
And the help button (tooltip or modal) have english text too and I can't change it using the file properties.
I know there is a thread speaking about this problem but apparently it has not found a solution.
To simplify my problem, I just need to know the exactly moment when the FormulaBuilder (the window which create the formula Fields) is called using the ListGrid context menu.
I want to modify this window using javascript.
My idea is:
Overwrite the method-function that show the FormulaBuilder to hide it while I modify it's contents.
I have problems using the locations files to translate my app in the FormulaBuilder window. Some properties don't work like:
- formulaBuilder_defaultNewFieldTitle
I can't find the property of the title, always say:
"Formula Editor [New Field]".
And the help button (tooltip or modal) have english text too and I can't change it using the file properties.
I know there is a thread speaking about this problem but apparently it has not found a solution.
To simplify my problem, I just need to know the exactly moment when the FormulaBuilder (the window which create the formula Fields) is called using the ListGrid context menu.
I want to modify this window using javascript.
My idea is:
Overwrite the method-function that show the FormulaBuilder to hide it while I modify it's contents.