Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ua-dev] Linking of Help UI Browser with content


Hi Chris,

You can do this using _javascript_. Have a look at the org.eclipse.help plugin, there is a livehelp.js file that contains a method showTopicInContents(topic). You can try invoking this one when you click on your link to show the topic contained in the link. See http://help.eclipse.org/help31/topic/org.eclipse.platform.doc.isv/guide/help_active_invoke.htm for a little more info.. this is for live help which is related but not quite the same.

Thanks,
Curtis d'Entremont
Eclipse User Assistance
IBM Toronto Lab

Phone: (905) 413-5754
E-Mail: curtispd@xxxxxxxxxx




Chris Aniszczyk <zx@xxxxxxxxxx>
Sent by: platform-ua-dev-bounces@xxxxxxxxxxx

30/01/2006 05:13 PM

Please respond to
"Eclipse Platform User Assistance component developers list."

To
platform-ua-dev@xxxxxxxxxxx
cc
Subject
[platform-ua-dev] Linking of Help UI Browser with content






Here's a question. I have this usage scenario.


User clicks on TOC entry, takes them a to page. In the page, there is a next button that moves the user to the next location. When moved, the UI doesn't properly update where the user currently is.


Thoughts on how to do this, or is this more of a feature request?


Thanks guys, your responses have been really helpful over the past week.


----
Chris Aniszczyk
IBM Tivoli Security / Eclipse Software Developer <zx@xxxxxxxxxx>
+1 860.839.2465
_______________________________________________
platform-ua-dev mailing list
platform-ua-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ua-dev


Back to the top