Portal UI Customization: Advanced

Useful Tools and Components for UI Customization

AquaLogic Interaction (formerly called Plumtree Foundation) includes a collection of useful tools and components to support UI customization.

Adding Custom Images (Image Service)

To add custom images to the portal UI, always copy the image file to the specially designated location in the ALI Image Service.

Accessing ALI Objects (Adaptive Tags, Common Object Opener)

Many Web services, applications and UI customizations require access to portal objects and pages. The portal API provides several options:

Using VarPacks

A Variable Package (VarPack) is essentially a set of name-value pairs stored on the Application. VarPacks are mainly used to store the values from an xml file in memory so the data can be used easily without directly accessing the xml file. The portal ships with a variety of VarPacks that are used throughout the portal. You can create custom VarPacks for use in your customizations.

Next: Adding Custom Images