jpress
- 合計アクティビティ 24
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 11
アクティビティの概要
jpressさんの最近のアクティビティ-
jpressさんがコメントを作成しました:
Hi , In what browsers are you seeing this issue? The expected behavior is for the PDF to be opened in a new tab, prompting the native browser print functionality. Unfortunately, the fact that c...
-
jpressさんがコメントを作成しました:
You shouldn't need to reinit preview, but you will need to map from file ID to file version ID, so we know which version you want to use for which file. I think in your example you would need ...
-
jpressさんがコメントを作成しました:
hi , Yes, you are able to use the Preview SDK with a developer account.
-
jpressさんがコメントを作成しました:
Hi , I was able to preview box notes using box content preview directly. This is a vanilla Javascript library that powers the UI Element. Here's a codepen example, you'll need to add your own fi...
-
jpressさんがコメントを作成しました:
Hi NickUK, If you're referring to multiple files for one instance of preview, you can specify versions like so (1,2,3,4 are file IDs): Documentation can be found here: https://github.com/box/box-c...
-
jpressさんがコメントを作成しました:
Hi , The Open With Element is projected to enter public beta on September 28th.
-
jpressさんがコメントを作成しました:
Hi , you can add this option in your show call. Example uploader.show(folderId, accessToken, { container: '.container', isFolderUploadEnabled: true }); A...
-
jpressさんがコメントを作成しました:
Hi , You'll need to contact your customer success manager to get that logo applied to expiring embed previews. See https://developer.box.com/docs/work-with-preview#section-when-to-use for more abo...
-
jpressさんがコメントを作成しました:
hi , You can find more information about the markdown viewer here, as a part of our content preview Javascript library.
-
jpressさんがコメントを作成しました:
Hi , This can be done by disabling the document viewer with preview.disableViewers(['Document']). Here's a sample of what the behavior would look like https://codepen.io/jeremypress/full/MQEby...