[progress Communities] [progress Openedge Abl] Forum Post: Re: Kendo Ui Builder -...

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
You are welcome Wolfgang. I changed the culture settings in a app and I was able to get a field using Semantic Type of Currency to show using Euro whereas by default it uses the Dollar sign. For this particular usage, I changed index.html.ejs. It is an .ejs template. I did not need to change a view template for this. I changed /resources/webapp/index.html.ejs to contain the following text: script src="scripts/kendo.culture.de-DE.js"> ... I changed the .ejs file in an existing project, however, you could also change KendoUIBuilder/generator-starnova/generators/app/resources/webapp/index.html.ejs if you want new projects to use the customized version. The culture scripts are not currently included with Kendo UI Builder. You can find the culture scripts in GitHub: github.com/.../cultures The code at the bottom uses kendo.culture() to set the culture. See overview document docs.telerik.com/.../overview If you need to set the culture dynamically, you can use the approach used in the following example: demos.telerik.com/.../index I hope this helps, Edsel

Continue reading...
 
Status
Not open for further replies.
Back
Top