jQCloud icon indicating copy to clipboard operation
jQCloud copied to clipboard

Addition of new attributes in Word Options

Open mtsofteng opened this issue 11 years ago • 2 comments

I would like to ask whether there is a constraint (that I cannot see) in adding more attributes/fields for Word Options, other that the already exisitng {text, weight, html, link,afterWordRender ,handlers}

I have added one more attribute, call it attributeA.

The reason I am asking is that I keep receiving an error by cloud.ftl file that I have created: "FreeMarker template error:The following has evaluated to null or missing:" meaning attributeA.

I am almost sure that I am passing value to this attribute. Might it be a constraint in adding more attributes in Word Options? Thank you.

mtsofteng avatar Dec 06 '13 10:12 mtsofteng

This error seems to be a server-side one, as far as I can see not related to jQCloud.

That said, if you set an option not in the list of supported ones, it should just be ignored, without causing errors. If you wish to set HTML attributes though, you should use the html option.

lucaong avatar Dec 08 '13 22:12 lucaong

Yes, it was a server side error. Nevertheless, the info you provided is very important because I also wanted to add more features but not html ones. Thank you.

mtsofteng avatar Dec 17 '13 16:12 mtsofteng