使用注释器js在mysql数据库中存储注释(注释)

时间:2017-04-06 09:20:12

标签: php jquery mysql pdf annotations

我正在使用"注释器js"用于评论PDF文件。一切正常。 现在我想在Mysql数据库上存储注释(注释)。

请帮帮我。

由于

1 个答案:

答案 0 :(得分:0)

我使用此请求解决了我的问题 var annotation = $('#content')。annotator();   的setTimeout(函数(){

    annotation.annotator('addPlugin', 'Store', {
    prefix: prefixUrl,
      annotationData: {
        'uri': '/annotations'
      },

    urls: {
        create:  '/highlighter?page_id='+id,
        update:  '/update',
        destroy: '/delete',
        search:  '/annotations?page_id='+id
    }
  });
}