Office Online Server Component

Redirects to a page of the Office Online Server and initiates a command for the server to display the document that is specified in the path component of the URL. For more information about integration of NXT and OOS, see Customizing NXT settings to work with the Office Online Server.

Function Names

Name Description
oos Redirects to a page of the Office Online Server and initiates a command for the server to display the document that is specified in the path component of the URL.

URL Parameters

Name Possible Values Description
v embed | default Determines the viewer that you want to use to display Microsoft Office documents. You can select the following viewers:
  • default: Default online viewer (view.aspx). By default, this viewer is used in default NXT templates.
  • embed: Online viewer for the embedded view, in a frame (embed.aspx). This viewer is used in default NXT templates to display Microsoft documents on iOS devices.

Running Sample Request

Run the following sample request to see how documents that are stored in NXT display on the OOS page. To see differences in viewers, change viewer settings with the v parameter.

http://[NXT site address]/NXT/Gateway.dll/[path to the document]?f=oos&v=default

Redirects to:

http://[OOS address]/op/view.aspx?src=http://[NXT site address]/nxt/gateway.dll/[path to the document]

, where:

Replacement Variables

Name Description
OOS:AVAILABLE Variable that indicates that templates can call the OOS functionality. This variable can take two parameters: true and false. The false value is returned when NXT is not configured for work with OOS. For more information about integration of NXT and OOS, see Customizing NXT settings to work with the Office Online Server.