Web Server Controls for Rapid Web Application Design
The HNFSDK included with Hyper.Net is composed of web server controls found in the Hyper.Net.Framework.Web.UI.dll and Hyper.Net.Framework.Web.UI.AppControls.dll assemblies, as well as the BOM classes contained in the Hyper.Net.Framework.BOM.dll assembly.
The available web server controls are:
| |
|
|
Web Server Control
|
Description
|
|
Bookmarks
|
Displays all the bookmarks related to a Topic. Bookmarks correspond to bookmark elements created by the author in the original document.
|
|
Content
|
Displays the content of a Topic regardless of the type. Whether the type is text/html, application/pdf or any other type, it can be displayed with this control.
|
|
JavigatorNavigation
|
Displays a group of Hyper.Net hierarchical data wrapped around a Java Applet to achieve a portal-like navigation menu system. Content of the navigation system is retrieved using the Search class.
|
|
NavigationImage
|
This Hyper.Net Web Server Control provides the functions needed to navigate thru topics in a Previous - Next fashion. An image is displayed on the web page.
|
|
NavigationLink
|
This Hyper.Net Web Server Control provides the functions needed to navigate thru topics in a Previous - Next fashion. Text is displayed on the web page.
|
|
Subtopics
|
This Hyper.Net Web Server Control displays either a set of Related or Sub Topics of a specific Topic.
|
|
TOC
|
This Hyper.Net Web Server Control displays the Table of Contents of a publication.
|
|
TopicAncestors
|
This Hyper.Net Web Server Control displays the ancestor links belonging to the current instance of a Topic. This is traditionally used at the top of a displayed topic to allow the user to simultaneously display the current location within the content, and to allow the user to click back to parent topics.
|
|
TreeViewNavigation
|
This Hyper.Net Web Server Control displays a group of Hyper.Net hierarchical data wrapped around a JavaScript TreeView program to achieve a portal-like navigation menu system. Content of the navigation system is retrieved using the Search class.
|
|
Download
|
This Hyper.Net Web Server Control allows the user to download any type of content contained in the hypermedia data storage; whether transformed content or attached files. This control will prompt to confirm the download action, and provides a way to implement download of resources without first launching them in their associated applications.
|
|
Feedback
|
This Hyper.Net Web Server Control enables any ASP.NET web application to provide a 'feedback' feature. The Hyper.Net.Framework.DAL COM+ component must be installed to properly use it.
|
|
Recommend
|
This Hyper.Net Web Server Control enables any ASP.NET web application to provide a 'recommend this site' feature. The Hyper.Net.Framework.DAL COM+ component must be installed to properly use it.
|
|
Subscribe
|
This Hyper.Net Web Server Control provides subscribe functionality for your Hyper.Net web application. The Subscribe control calls the Subscriptions control.
|
|
Subscriptions
|
This Hyper.Net Web Server Control displays a user’s currently configured subscriptions. This control can be used either with or without the Subscribe control.
|