Subject: | Generated javascript does not escape characters |
I just tried LFB, and it doesn't work for me.
In the generated source, I have javascript looking like:
name: 'id'
,id: 'id'
,fieldLabel: 'Id'
,anchor: '-20'
,autoHeight: true
,value: 'nextval('countries_id_seq'::regclass)'
So I guess it is failing due to not encoding the ' characters properly.