About Titles Customization
You can use the CATImmRFLPLinksDecoderPanel.CATNls resource file to customize the titles of the following categories:
- Implemented Objects
- Implementing Objects
- Downstream Requirements
- Downstream Requirement Sources.
About Titles CustomizationYou can use the CATImmRFLPLinksDecoderPanel.CATNls resource file to customize the titles of the following categories:
Note:
The resource file is available in the resource\msgcatalog directory.
Default ValuesIn CATImmRFLPLinksDecoderPanel.CATNls, the default titles values for the customizable categories are provided: // Custom categories default values RFLPNavPanel_ = "/P1 Linked Objects:"; RFLPNavPanel_Implemented = "Implemented /P1 Objects:"; RFLPNavPanel_Implementing = "Implementing /P1 Objects:"; RFLPNavPanel_DerivedReq = "Derived /P1:"; RFLPNavPanel_DerivedReqSource = "Derived /P1 Sources:"; Note:
"P1" (Parameter 1) corresponds to the title of the pointed type.
ExampleIn this example, Implementing Logical Instance Objects is the default title for the Implementing Objects category. Logical Instance is the title of the pointed type. Customized ValuesA dedicated tag is provided to customize the categories titles : RFLPNavPanel_<MainCategory>_<TypeSel>_<TypeTarget> = "<Title>"; Tag ManipulationIn the tag, four elements have to be specified:
When the tag is added to CATImmRFLPLinksDecoderPanel.CATNls, the default value for the specified category is ignored. ExampleIn this example, the following tag had been added to CATImmRFLPLinksDecoderPanel.CATNls:
FctInstMyCompany to LogInstMyCompany is now the customized title for the Implementing Objects category. |