Skip navigation FileNet logo
  Open Client Developer's Guide
  Search  |  Index  |  Glossary   |  
Return to Previous Menu
Close menu Custom Step Processors
  Step Processor Data Flow
  What to Customize and How
  Customizing the OOTB Step Processor
  Close menu Customizing the User Interface
    ASPX Main Page User Controls
    Step Processor User Controls
    Changing Basic Look and Feel
    Modifying the ASPX Page
  Customizing Content Integration
  Building a Processor from Scratch
   

Customizing the User Interface

For simple customization of the Process Open Client OOTB HTML Step Processor user interface, such as changing the banner, colors or images, you can customize the existing OOTB HTML Step Processor ASPX page (FnStepProcessor.aspx), its code-behind file (FnStepProcessor.aspx.vb), and the appropriate User Controls according to which items in the Step Processor you wish to modify.

For more complex customization of the user interface, you can copy, rename, deploy, and then modify the new ASPX pages, including restructuring and customizing the ASPX page layout. For details and sample code for specific examples, see Changing the Basic "Look and Feel".