【问题标题】:How do I start the google drive editors如何启动 Google Drive 编辑器
【发布时间】:2013-01-05 22:48:25
【问题描述】:

Google 为 Google Drive 文档提供了多个编辑器,还提供了一个 viewer for external document types。我已经在处理驱动文件中的元数据,但是如何从我的 GWT/GAE 代码中打开这些编辑器?

总结;如何在我自己的 GWT 网站的框架中启动 Google 编辑器?有这方面的 API 吗?

我已经看过GDBE project,但我喜欢使用标准驱动器编辑器。

【问题讨论】:

    标签: google-app-engine gwt ckeditor google-drive-api


    【解决方案1】:

    查看 cloudie 基于 Web 的桌面时;

    http://code.google.com/p/cloudie/

    编辑器在一个新窗口中打开,只有一个 URL 参数...

    private void execute(final FileDialogOpenDocumentCommand cmd) 
    {
      Window.open("http://docs.google.com/Doc?docid=" + cmd.getDocumentId() +
      "&hl=en",cmd.getDocumentId(), "");
    }
    

    【讨论】:

      猜你喜欢
      • 2012-05-11
      • 1970-01-01
      • 2013-05-14
      • 2015-12-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-04-08
      • 1970-01-01
      相关资源
      最近更新 更多