WebWorks Help SDK (API) for 4.x and 5.x

Version

Date

Changes

1.2

2007-05-07

Re-organized and added javascript api notes and examples.

1.1

2006-12-10

Initial version.

Description

This WebWorks Help SDK download zip file is required if you intend to integrate WebWorks Help with your installed applications and fully take advantage of the context-sensitive help api it provides.

Includes complete set of C/C++/COM/.Net code and example projects for including WebWorks Help support in your Windows, Macintosh, or Unix installed applications.

Also includes javascript code and example projects for creating help for web applications.

Release 4.0.7.1

Contains only documentation changes for organizing the information for use by either web or "installed application" developers. Also includes additional sample ePublisher projects.

wwhapi-v4.0.7.1.zip

Release 4.0.7

    window.name = "WWHFrame";

  Files/wwhelp/wwhimpl/common/html/reset.htm
  Files/wwhelp/wwhimpl/common/html/switch.htm
  Files/wwhelp/wwhimpl/common/html/wwhelp.htm
  Files/wwhelp/wwhimpl/js/html/wwhelp.htm

wwhapi4.v4.0.7.zip

Release 4.0.6

Major features of this release:

wwhapi4.v4.0.6.zip

Notes

As for additional information, it isn't so much that IE7 drops the query string as it no longer reposts it to a server.

So, consider this case:

  http://www.webworks.com/show.aspx?message=cool

If you enter that on a website, IE posts:

  http://www.webworks.com/show.aspx?message=cool

If a security dialog pops up, then here's where things differ:

Because you wouldn't want the server to perform an action twice, now would you.

This is great for servers, but lousy for file systems:

  file:///C:/index.html?context=help&topic=me

If you enter that on a website, IE posts:

  file:///C:/index.html?context=help&topic=me

If a security dialog pops up, then here's where things differ:

Not so great for context sensitive help.

DevCenter/Projects/WebWorksHelp/WebWorksHelpSDK (last edited 2008-02-13 06:18:27 by localhost)