Created on 19 May 2022
icon_unfollowing
Login to follow
box-ui-elements

Box UI Elements

Stable version 0.3.1 (Compatible with OutSystems 11)
Uploaded on 25 May 2022 by 
box-ui-elements

Box UI Elements

Documentation
0.2.0

All Box UI Elements share a common set of Parameters:

  • LocaleID
    • en-AU, en-CA, en-GB, da-DK, de-DE, es-ES, fi-FI, fr-CA, fr-FR, it-IT, ja-JP,, ko-KR, nb-NO, nl-NL, pl-PL, pt-BR, ru-RU, sv-SE, tr-TR, zh-CN, zh-TW
  • accessToken - Box API access token
  • IsDebug - Log more info to the console


Generic Methods:

Element_Clear_Cache - Clears out the internal in-memory cache for the UI element forcing re-load of items via the API.

Element_Hide - Hides the element, removes all event listeners, and clears out the HTML.

Element_Show - Shows the element. This is automatically called when the element is initialized and on the OnChangeParametes event of the block.


Content Explorer

Allow users to search and browse through files and folders

Parameters:

  • folderID - The initial folder id
  • options - (see component for details)


Content Picker

Allow users to select files or folders from their Box account

Parameters:

  • folderID - The initial folder id
  • options - (see component for details)


Content Preview

Display interactive viewers for documents, images, audio, video, and more

Parameters:

  • fileID- The file to preview
  • options - (see component for details)


Methods:

  • Preview_Download - Call the download method of a preview widget
  • Preview_Print - Call the print method of a preview widget
  • Preview_Resize - Call the resize method of a preview widget


Content Sidebar

Display a sidebar for file metadata and activity feed information

Parameters:

  • fileID- The file to show the side bar data
  • options - (see component for details)


Content Uploader

Allow users to upload files by selecting or using drag-and-drop

Parameters:

  • folderID- The folder to receive the files
  • options - (see component for details)

Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Box UI Elements has no dependencies.