webCOMAND

COMAND Help

io_comand_help

Provides a framework for adding help to the webCOMAND Help sidebar, accessed from the (?) icon in the upper-right of the user interface.

Help URLs and Docs installed and managed in the / System / Help will be displayed in the webCOMAND Help sidebar if their app criteria matches the active app.

Content Types

  • Help Doc - Simple content type meant to be extended by the following two to provide a common base.
  • Help Doc Text - Help documentation with full text, which can be accessed in the Help sidebar and opened in an iframe or new browser tab/window.
  • Help Doc URL - Help documentation that lives on an external web page that be accessed in the Help sidebar and opened in an iframe or new browser tab/window.

Links

Once a Help Doc has been created, a couple types of links can be used to open the Help Doc in webCOMAND.

Full-browser

To open the Help Doc Text in the full browser window, use the Help Doc DOID for a URL like:

https://demo.webcomand.com/io_comand_help/help/view?doid=456

Sidebar Link

To open the Help sidebar with a specific Help Doc Text, get the OID of the Help Doc Text object and add helpdoc=<OID> as a query parameter in the URL, like:

https://demo.webcomand.com/?helpdoc=123

The helpdoc query parameter can also be combined with other query parameters to customize the workspace and help sidebar with something like:

https://demo.webcomand.com/cms/?display=com.webcomand.form.formview&cpath=789&helpdoc=123