Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your developerWorks profile is displayed to the public, but you may edit the information at any time. Your first name, last name (unless you choose to hide them), and display name will accompany the content that you post.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

Domino URL cheat sheet (Optional outline arguments sidebar)

[Back to "Domino URL cheat sheet"]

Optional outline arguments for OpenPage and OpenDocument

The following arguments will manipulate outline controls on pages and documents. The arguments for OpenPage and OpenDocument commands use the same syntax regardless of the command.

CollapseOutline= n
Where n is the triangle at the top level of the outline. It is possible to expand or collapse triangles in hierarchical order. For example, &CollapseOutline=2.1.3 will collapse the second triangle at the top level of the outline, the first triangle at the second level, and the third triangle at the third level.

Syntax:

http:// Host / Database / PageName ?OpenPage&CollapseOutline= n
http:// Host / Database / PageUNID ?OpenPage&CollapseOutline= n

Examples:

http://www.acme.com/sales.nsf/products?OpenPage&CollapseOutline=1
http://www.acme.com/sales.nsf/products?OpenDocument&CollapseOutline=1
http://www.acme.com/sales.nsf/products?OpenPage&CollapseOutline=1.2.3
http://www.acme.com/sales.nsf/products?OpenDocument&CollapseOutline=1.2.3

ExpandOutline= n
Where n = the triangle at the first level of the outline.

Syntax:

http:// Host / Database / PageName ?OpenPage&ExpandOutline= n
http:// Host / Database / PageUNID ?OpenPage&ExpandOutline= n

Examples:

http://www.acme.com/sales.nsf/products?OpenPage&ExpandOutline=5
http://www.acme.com/sales.nsf/products?OpenDocument&ExpandOutline=5
http://www.acme.com/sales.nsf/35AE8FBFA573336A852563D100741784?OpenPage&ExpandOutline=5.1.2
http://www.acme.com/sales.nsf/35AE8FBFA573336A852563D100741784?OpenDocument&ExpandOutline=5.1.2

StartOutline= n
Where n is the triangle at the top level of the outline.

Syntax:

http:// Host / Database / PageName ?OpenPage&StartOutline= n
http:// Host / Database / PageUNID ?OpenPage&StartOutline= n

Examples:

http://www.acme.com/sales.nsf/products?OpenPage&StartOutline=1
http://www.acme.com/sales.nsf/products?OpenDocument&StartOutline=1
http://www.acme.com/sales.nsf/35AE8FBFA573336A852563D100741784?OpenPage&StartOutline=5.1.2
http://www.acme.com/sales.nsf/35AE8FBFA573336A852563D100741784?OpenDocument&StartOutline=5.1.2