How to change the size of a mulivalue attribute box on View/Modify Record screens.

How to change the size of a mulivalue attribute box on View/Modify Record screens.

book

Article ID: KB0085021

calendar_today

Updated On:

Products Versions
TIBCO MDM -
Not Applicable -

Description

Description:

Out-of-the-box, it is not possible to change the size of a multivalue attribute box (on View/Modify Record screens). But this can be achieved by using custominit.html. The custominit.html should be placed under $MQ_COMMON_DIR/<enterprise_short_name>/htmlprops directory.


Symptoms:
N/A
Cause:
N/A

Resolution

Put the following css code in custominit.html:

<head>
<style>
.multiValueDiv {
    height: 40px;
}
</style>
</head>

Issue/Introduction

How to change the size of a mulivalue attribute box on View/Modify Record screens.

Additional Information

N/A