Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of new attributes in Word Options #44

Open
mtsofteng opened this issue Dec 6, 2013 · 2 comments
Open

Addition of new attributes in Word Options #44

mtsofteng opened this issue Dec 6, 2013 · 2 comments

Comments

@mtsofteng
Copy link

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.

@lucaong
Copy link
Owner

lucaong commented Dec 8, 2013

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.

@mtsofteng
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants