Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



NameHide HTML Navigation Buttons (Back, Forward, Refresh)

Key

pulsar.docs.hideNavigation

pulsar.docs.<docID>.hideNavigation

Value

TRUE / FALSE

Default Value (if any)

FALSE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

This setting will hide the back, forward, and refresh buttons if this setting is specified and set to TRUE.
Notes/Comments

Be aware: In addition to hiding the navigation buttons when displaying this document, enabling this setting on a content document will result in the addition of query parameters to the URL returned by getContentDocument for this docId. Specifically it will add "?hideNavigation=true" as the query string on the end of the URL.

This may affect your custom documents that attempt to pass query parameters to other documents.

Read more about getcontentdocument here.



...




NameHide HTML Navigation Top Bar

Key

pulsar.docs.hideNavigationBar

pulsar.docs.<docID>.hideNavigationBar

Value

TRUE / FALSE

Default Value (if any)

FALSE
Compatibility
  •  iOS
  •  Windows
  •  Android

Description

This setting will hide the entire Navigation Bar for all HTML documents (pulsar.docs.hideNavigationBar) or on a per document basis (pulsar.docs.<docID>.hideNavigationBar) if this setting is specified and set to TRUE. The Back, Done, Forward and Refresh buttons will not appear. With this setting applied, HTML documents will be positioned at the top of the visible screen. 
Notes/Comments

New in 3.8.0.

Please refer to the documentation for getContentURL() document to make sure you understand there will be a parameter appended to the returned URL. You need to account for thisBe aware: In addition to hiding the navigation bar when displaying this document, enabling this setting on a content document will result in the addition of query parameters to the URL returned by getContentDocument for this docId. Specifically it will add "?hideNavigationBar=true" as the query string on the end of the URL.

This may affect your custom documents that attempt to pass query parameters to other documents.

Read more about getcontentdocument here.

...