|
|
|
This article and attached samples describes how to leverage Web Experience Factory data service operations via REST, from a hand coded jQuery based user interface. |
|
|
|
This article summarizes the ways one might use a 3rd Party or Open Source web user interface framework other than Dojo, with Web Experience Factory |
|
|
|
This article with the accompanying sample shows you how to use IBM Web Experience Factory to customize your applications UI using the latest builders and themes. |
|
|
|
This article with the accompanying sample shows you how to use IBM Web Experience Factory (hereafter called Web Experience Factory) to create applications with interesting and colorful, customized User Interfaces. Please refer to the article and attached sample. |
|
|
|
IBM® WebSphere® Portlet Factory feature sets provide a convenient way to package and deliver functional code that development teams can use. This article introduces the new Import WebSphere Portlet Factory Feature Set plug-in and explains how to install and use the plug-in. |
|
|
|
The basic trick to making a multipage form is to have one variable that will contain all the data, then have several different pages, each with its own Data Page builder, all pointing at the same variable. Then, add a Data Field Modifier to each page, hiding all the fields that you don't want on ... |
|
|
|
IBM WebSphere Portlet Factory – Rich User Interface (Web 2.0) Sample NOTE This older set of samples (preWEF7.0.1) has been superceded by the Web Experience Factory Rich Web UI Samples . The charting sample is unique to this older package. For the rest of the samples, please refer to that ... |
|
|
|
In this demonstration we will take a tour of the new interface changes in the 6.1.5 release. |
|
|
|
Sample Description
This article and accompanying sample demonstrates how to use Portlet Factory Version 6.1.2 and later to localize portlets using content from a database or some other back-end server. It is intended for developers writing portlets that must support multiple ... |
|
|
|
The most straightforward technique for conditionally deactivating links is to add both Link and Text builders, and use two Visibility Setters to control which one is displayed - the Text for the current page, the Link otherwise. The Conditional Links sample on the WPF Wiki shows this technique in ... |
|
|
|
Sample description This IBM® WebSphere® Portlet Factory model demonstrates the Print Page Contents builder using a custom print implementation. An Image Button builder is used to call the JavaScript function created by the Print Page Contents builder. The alternate text, hover and ... |
|
|
|
How can you combine data defintions from two schemas into a single Rich Data Definition file?
If you want to add data definitions for multiple schemas to a Rich Data Defintion file, this sample will provide some insight. Install the WebSphere Portlet Factory Archive that is attached to ... |
|
|
|
h3 Overviewh3 The Collapsible Section and Category View builders perform some nice automation for you, but sometimes you want more control andor the ability to work around limitations in these builders. It turns out that building a collapseexpand UI using base Portlet Factory builders is ... |
|
|
|
This article helps you get started with creating and modifying HTML Templates and explains the concepts that form the basis for the automatic construction of HTML. Introducing Portlet Factory HTML Tem |
|
|
|
This presentation from the 2007 WebSphere Portal Technical Conference has an overview of Ajax and rich Internet application features. |
|
|
|
h2 Sample description h2
br
This article and the accompanying samples describe and demonstrate how Page Automation functions in Portlet Factory. The samples show a wide range of different techniques in working with formatting, translation and validation. Read the full article here: ... |
|
|
|
Background information
This sample model shows how one can use XPath, an XML Path Language to select a specific node on a page. This is best used to select a specific generated node which may have the same name as several other generated nodes. Sample description
XPath Page ... |
|
|
|
h2 Overview h2 br IBM ® WebSphere ® Portlet Factory's Page Automation is awesome, isn't it? Given a schema typed variable, it handles all the messy details of creating a UI, including tables. But often you want to perform an action based on selected rows in the table. For example, you ... |
|
|
|
Background information
The Ajax Type-Ahead builder provides some very useful functionality to enhance the user interface of a portlet. The builder, however, may not perform well if the type ahead lookup is being done against a very large data set. Sample description ... |
|
|
|
h3 Sample description h3
br This sample demonstrates a technique using multiple nested Repeated Region Builders to render a calendar. There are also some good examples of how to work with the IXml interface to manipulate data. The calendar data is read from a data service operation that ... |
|
|
|
Sample description
This presentation provides an example of how to create a Model-based builder in WebSphere Portlet Factory. This presentation provides step by step instructions in the creation of a new Model-based builder. The goal of the new Model-based builder is to ... |
|
|
|
h2 Background information h2
A common pattern in Web applications is a datadriven repeated or tabular display in which some items are clickable links, while others are plain text. This pattern requires that the program determine at execution time which type of UI element will be used to ... |
|
|
|
h2 Background information h2
br
The GreenPoint Web Chart Builder Feature Set allows a WebSphere Portlet Factory model to display a wide variety of charts and graphs. The Web Charts Builder works in conjunction with thirdparty software from GreenPoint, Inc. You can use the GreenPoint ... |
|
|
|
h2 Background information h2
br
This is a sample iFrame builder that can be used to put an Iframe on a Page. This Builder accepts three input parameters: src url of the web page to be displayed in the iFrame height height of the iFrame width width of the iFrame
This Builder ... |
|
|
|
Sample description
This sample consists of a set of four cooperating portlets that communicate using Portlet Factory events with clientside delivery, and which use partialpage refresh. The techniques illustrated in this sample include: Using serverside event handling to update the MVC ... |