User Interface
|
Modify the basic "look
and feel" of the user interface.
|
ASPX pages, User Process and Open Client Controls, other files
as appropriate.
|
Modify the top-level ASPX page, its associated .aspx.vb
code-behind file, and other files as needed, for the OOTB HTML Launch
Step Processor.
|
|
Change
the banner of the OOTB Launch Step Processor.
|
FnBannerUC.ascx
|
Modify the FnBannerUC Open Client User Control.
|
|
Change
the colors of the OOTB Launch Step Processor.
|
FnLaunchProcessor.aspx.vb; appropriate User Controls
|
Modify the OOTB HTML Launch Step Processor ASPX code-behind file
and the User control whose color you want to change.
|
|
Change
the images in the OOTB Launch Step Processor.
|
FnLaunchProcessor.aspx.vb; appropriate image files, .gifs,
etc.
|
Modify the OOTB HTML Launch Step Processor ASPX code-behind file
and the image files you wish to use/change.
|
|
Modify
the page layout or structure of the OOTB Launch Step Processor.
|
FnLaunchProcessor.aspx; FnLaunchProcessor.aspx.vb; appropriate
User Controls
|
Copy, deploy, and modify the OOTB HTML Launch Step Processor ASPX
page and its code-behind file; use the User controls you want to
add, change, or delete (see next two items).
|
|
Add
new User Controls.
|
FnLaunchProcessor.aspx; FnLaunchProcessor.aspx.vb; appropriate
User Controls
|
Copy, deploy, and modify the OOTB HTML Launch Step Processor ASPX
page and its code-behind file; use the Process, Open Client, Factory,
.NET or other controls controls you want to add. This may require
customizing business logic in the new FnLaunchProcessor.aspx.vb
and other files.
|
|
Hide
existing User Controls.
|
FnLaunchProcessor.aspx; FnLaunchProcessor.aspx.vb
|
Copy, deploy, and modify the OOTB HTML Launch Step Processor ASPX
page and its code-behind file, commenting out or otherwise editing
out the existing User controls you do not want.
|