To customize a workspace home page, you can add an image
to the page. To add an image, you create a module for images and define
a view that displays an element in the module. Then, you display the
view in a window on the home page.
Before you begin
To add a new module, you must be a workspace administrator.
Procedure
- Add a module for storing image files. You might name the
module Images.
- Click , and add a file attribute
to a module.
- In the file attribute, in the Name field,
remove the following default text: New File Attribute.
Click OK. In the attribute
list, the attribute is displayed as Untitled.
- In the title attribute, make sure that the Name field
is empty.
- In the attribute list, click Title.
- In the Name field, remove the
default text Title, and click OK.
In the attribute list, the attribute is displayed as Untitled.
- Replace the default prefix in the module.
- Click .
- In the list Prefix Attribute,
select None, and then click OK.
- Create an element in the module, and upload your image
to the element. Note the value in the ID attribute because you need
that value in the view definition.
- Create a view that displays only the image.
- Create the following view rule:
Show elements whose ID is element ID
where element
ID is the ID of the uploaded image.
- For the file attribute, select Visible.
- Set all of the other attributes in the view to None,
and then click OK.
- Add the view to your home page.
- In the control palette, click .
- Click , and select the created
view.
- Edit the text in the Window Title field
and click OK.
What to do next
Open the workspace home page and verify that the image is
displayed.