Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

Ui text box
typeinfo

This composite component is used

...

to display a header

...

on the page.

It is accessed through the <crm:tabHeader> tag

...

and is defined in

...

the xmlns

...

namespace with the

...

declaration xmlns:em="http://java.sun.com/jsf/composite/crm".

...


Attributes

NameRequiredTypeDefaultDescription
idfalseStringnullUnique identifier of the component.
managedBeanfalseStringnullThe name of the managed bean that will be used for retrieving the component values.
tipfalseStringnullA valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information.
valuefalseStringnullA valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component.


Examples
 JSF Page

The following example illustrates how ...

 

 

 

 

...

 

Managed Bean