Hi everyone,
I am trying to port our Kameleoon application to qx 2.0 and it seems the
building process has changed a bit. While running loaderFillTemplate(),
python gives me an "Invalid placeholder in string" error. It seems caused
by a "$" character in my loader_template, since python looks for the $
character in template strings. I include CKEDITOR in my loader_template and
it's code contains said $.
Can anyone tell me either:
- how I can keep the CKEDITOR source in my loader without having to
specifically protect every signe $ in the source?
- how I can put the CKEDITOR source in another file, included in the final
application file, without it to be interpreted as a template by python?
- by default, the correct way to protect every $ in CKEDITOR source code
without breaking CKEDITOR?

Thanks in advance,
V.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to