Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 8 FormBuilder Desktop : Skins

Skins
The look and feel of FormBuilder Desktop is defined by the Home Page Layout resource, which is located in the Layouts folder of TIBCO Designer. This file refers to skin resources for images, CSS references, and so on.
The source file in the Layout window looks such as the following:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
..........
   <table width="780" border="0" cellspacing="0" cellpadding="0">
      <tr>
         <td colspan="5" height="2" class="tibheader-border"><img src="%%Skin.FileUrl('images.trans.gif')%%" alt="" width="1" height="2" border="0"></td>
..........
</body>
</html>
When you edit this file, you will notice that it refers to some skin resources such as %%Skin.FileUrl('images.trans.gif')%%.
If you want to remove these images, simply remove the entire HTML tag. If you want to replace these images, you need to create a skin.
To Create a Skin
Create a Skin Folder
1.
2.
3.
Figure 61 Creating Skins
4.
Add the Alias Library
5.
Figure 62 Add the Alias Library
6.
7.
Click Apply.
8.
9.
Figure 63 Add a Reference to the Alias Library
10.
Click OK and then click Apply.
Add a Skin Resource
11.
Select the Skins Folder and drop a new Skin resource in the design panel. For the Alias attribute, choose an appropriate alias from the dropdown list.
12.
Figure 64 Add a Skin Resource
The Skin resource populates automatically and maps to the default template values.
13.
Figure 65 Name a Skin Resource
Choose FormBuilder Desktop Skin
14.
Figure 66 Choose a Skin
Each time you change images or other elements, such as CSS, in the folder MySkins, these changes will be reflected in the FormBuilder Desktop. You can also test it by using the tester.
If all your pages have guest access (which is default), you don’t need to login in order to run your formflows.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved