[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Using a single quote in a view label breaks generation

  • Thread starter Thread starter Thierry Ciot
  • Start date Start date
Status
Not open for further replies.
T

Thierry Ciot

Guest
Greg, I tried this using Hello World custom view and it works fine, both at design time and at run-time. Here is how it looks for me: There is nothing special with these properties containing a ' character as it does not terminate the javascript string in the model. Here is what my generated controller looks like: this.$model = { "titleY": "Test '", "greeting": "Test ' Hello" }; Could you check your controller.js file and report what it contains? Thanks, Thierry.

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