How to use Drawing form control by JS?
I have a Drawing in eForm,
I need to save jpg or display image field(add this Drawing image in attachment),
How to get the Agilepoint Drawing image by JavaScript?

-
You can use the eForm Helper method 'getFieldValue' to get the value of Drawing control. The value will be in base64 encode format in a standard image Data URIs format which needs to be converted to image using JavaScript or library which you prefer to use.
eFormHelper document: https://documentation.agilepoint.com/00/appbuilder/cloudjsGetFieldValue.html
Thanks
AgilePoint NX Support
请先登录再写评论。
评论
1 条评论