|
Custom builder to add Text on multiple elements on a page |
|
Custom builder to control visibility of multiple elements on a page |
|
Resourced Text Builder Sample This sample builder lets you apply text from a resource bundle to any number of page locations in a model. This can let you use a single Resourced Text builder in place of a potentially large number of Text builders. The Resourced Text builder looks through all the ... |
|
Text With Image custom builder This is an example of a simple “control” builder that adds a couple of elements to the specified page location. It also shows how a custom builder can be automatically applied to data fields using a Rich Data Definition library along with the Data Field Settings ... |
|
This sample builder provides new highlevel builder support for constructing various types of pages in Web Experience Factory (WEF). This builder creates a new page in a model and automates several common page design patterns that can be applied to that page. The builder's inputs are designed to ... |
|
Chart With DrillDown Sample The attached samples illustrate how to create a data chart with support for clicking on a bar in the chart to display information related to that item. In this example, the chart shows the total orders for a region; clicking on a region then shows a table of all the ... |
|
Sample XML File Data Service builder for quick prototyping and UIfirst development In many situations, it's valuable to be able to create a data provider in Web Experience Factory (WEF) without a dependency on any back end data store. You may want this for: Learning the UIrelated tools of WEF ... |
|
This article discuss how to use DOJO Charting JS API with WEF to develop custom charts using other than commercial APIs like Fusion Charts or Highcharts JS APIs. So I started building a sample chart demo in WEF V8 using DOJO APIs which shipped with WEF designer. Find detail steps in attached ... |
|
Overview
The attached package includes three samples that illustrate the use of the Worklight Camera builder that's provided with the Multichannel Feature Pack for Web Experience Factory 8.0. The three samples are: – CameraTest: A simple test model for verifying your configuration for using ... |
|
Overview From a user interface perspective, Web Experience Factory (WEF) provides builders to generate customizable navigation menus for multichannel applications (traditional desktop browsers, Smartphones, and Tablets). From an application design perspective, WEF also allows you to break ... |
|
Overview For complex applications with potentially large numbers screens with complex functionality, breaking apart your application UIs into different models provides many benefits. To name a few, it can help you avoid mammoth models with an unmanageable number of builder calls, developers ... |
|
Learn how to build an IBM Web Experience Factory portlet that creates PDF files on the fly, using XSL files (.fo) and the Apache Formatting Objects Processor (FOP) library. In our builder, XSLFO syntaxes are extended with custom XML elements that allow us to add dynamic behavior during the ... |
|
This article and the accompanying sample explain how to use the new CMIS Document Access builder in IBM® Web Experience Factory Version 8.0 (hereafter called WEF or Experience Factory.) This sample includes three WEF models – standard provider and consumer models, along with a model containing ... |
|
The Web Experience Factory framework enables the creation of very powerful builders that do all sorts of code generation and modification. Many builders are primarily “creation” builders that generate new application elements. For example, the View Form builder generates multiple pages and ... |
|
Prerequisites You should have a basic familiarity with Web Experience Factory, . You should also know how to create and run models. To run these models you will need to follow the information provided in the wiki article Adding Security Certificates to a Deployment Server for Outbound Requests to ... |
|
Prerequisites
You should have a basic familiarity with Web Experience Factory, Rest Api's and Service builders. You should also know how to create and run models. To run these models you will need to follow the information provided in the wiki article Adding Security Certificates to a Deployment ... |
|
Creating reusable patterns with Imported Model and profiling This sample shows an example of a reusable highlevel pattern implemented in a "base model" which is profiled to provide parameterization of inputs. This technique can be very valuable if you have a number of portlets that are very ... |
|
Portlet Timeout Sample This sample shows a technique for releasing portlet data for portlets that haven't been accessed recently. This technique can supplement other steps that should be taken in order to keep the amount of session data small. For example, you can use the Discardable Variable ... |
|
Layout Columns Sample Builder This is a sample custom builder that takes a selected Page Automation element and divides it into the specified number of columns. It's designed for use on a singlerecord view, such as a details, create, or update page. Note that you can also create multiple columns ... |
|
Lotus Web Content Management Authoring builder sample This sample shows a simple use of the WCM (Web Content Management) Authoring builder to create a custom portlet for creating and updating content stored in WCM. The UI is profiled and optimized for both desktop and mobile devices, as shown in ... |
|
Prerequisites
You should have a basic familiarity with Web Experience Factory, HTML and styles. You should also know how to create and run models. The Tutorials And SamplesBuilding Models feature also should be added to the project. Introduction to Creating a responsive Data Table
One of the ... |
|
Prerequisites
You should have a basic familiarity with Web Experience Factory, HTML and styles. You should also know how to create and run models. You also should be familiar with using the Data Layout builder and the contents of a data layout template. Introduction to Using a Data Layout to ... |
|
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. |
|
h2 Sample descriptionh2 This set of samples and shows you how localize portlets using WebSphere Experience Factory. http:www.ibm.comdeveloperworkswebspherezonesportalportletfactorysamplesmisc.htmlWebSphere Portlet Factory Samples: Miscellaneous Techniques |
|
This sample shows how to use a restructure handler to change the structure of XML data retrieved from a backend server. |