Detail
How to force search result list columns to not wrap? Typical scenario consists of a search result list that has many columns marked to be displayed. As result, some data may wrap including the column heading name in order to fit all in the center of the page.
Resolution
In order to modify the search result table so that no wrapping occurs, please modify RUISRCH.CSS under C:\Program Files\Pivotal\ePower\www\css\schemeX. X represents the scheme directory currently being used. If it is the Pivotal default, modify the file under scheme9.
Once located, open file RUISRCH.CSS in Notepad and search for ‘TD.Results’ string. Add the code as below and eliminate the remaining instances of what searching on 'TD.Results' yields.
TD.Results,
TD.ResultsMultiSelect,
TD.ResultsSelectAll,
TD.ResultsFK,
TD.ResultsEmail,
TD.ResultsFax,
TD.ResultsWeb,
TD.ResultsAttachment
{
white-space:nowrap;
}
In addition, to change the search result column heading so that no wrapping occurs then search for 'TD.MemoHeadingText' and include as following:
TD.MemoHeadingText,
TD.HeadingText
{
white-space:nowrap;
}
Please note that this change affects wrapping for all columns in a search result list and affects all searches system wide. Unfortunately, we do not offer a mechanism in which only one column in a particular search is affected.
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire