How to save annotation in flexpaper? -


i m trying save annotation in flexpaper.. tried using this

marksarray = json.stringify($flexpaper('documentviewer').getmarklist());  var initialmarks = json.parse(marksarray);  $flexpaper('documentviewer').addmarks(initialmarks); 

but it's not working..

in console, tried using marks = $flexpaper('documentviewer').getmarklist()[0]; can see storing inside marks $flexpaper('documentviewer').addmarks(marks) it's showing undefined.

am missing something? please me, in advance.

we 'll require files after downloading annotations web server package flexpaper classic page. missed <'flexpaper:annotations_handler runat="server"/> should inside script in simple_document.aspx page. , in annotations_handlers.ascx page shifted (onmarkcreated ,onmarkdeleted,onmarkchanged) jquery code flexpaper_handlers.js file. after these changes working me.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -