|
|
Jetfire Web Parts Overview A Web Part is an ASP.NET server control that is added to a Web Part Zone on Web Part Pages by designers at design time or users at run time. Web Parts are an integrated set of controls for creating Web sites that enable end users to modify the content, appearance, and behavior of Web pages directly from a browser. (Refer to Web Parts Namespace for an integrated set of classes and interfaces, known collectively as the Web Parts control set, for creating Web pages whose appearance and behavior can be modified (personalized) by end users.) This document describes the Jetfire Web Parts that are used to display Jetfire Workflows.
Introduction Jetfire makes it easy to create and/or modify Workflows. The objective of Jetfire Web Parts is to provide a functional GUI for the display of Jetfire Workflows. Each Jetfire Web Part provides specific display functionality for Jetfire Workflows. Jetfire Web Parts are added to Web Pages at design time or run time to provide a functional GUI for Jetfire Workflows.
Common Features Jetfire Web Parts have a number of common features that include:
- Subscription – the name of the user group used to display/save data for this web part.
- Must be logged in – a flag that if true, means that the web part may only be viewed if the user is logged in.
- The Multi-language key in each Web Part is the index in the collection of strings for the Web Part.
.NET Web Parts Properties include:
- Title – the title of the Web Part. Each title is a multi-language string. Each Web Part shows the Default (English) Title for it.
- Description – this description for the Web Part. Each description is a multi-language string.
- Chrome Type which displays optional borders and titles in the web page. This property allows the designer to set Title and Border, Title Only, Border Only and None. A (single language) title may be added to the Web Part. The Web Parts on the DVD Demo page are shown with Title and Border.
- Height of the Web Part
- Width of the Web Part
- Web Part Zone – the web page may be divided into areas zones that contain Web Parts. Each Web Part Zone is basically a cell in a table. Web Parts are placed in a zone and in edit mode may be moved between zones. The DVD Demo page shows two columns, each with a single cell. Each cell contains one or more Web Parts.
|
|
|
|
|