Hi List,
We are currently in the process of moving to 7.6.4 and with it we have a
new look and feel for SRM. Unfortunately, not everyone is a fan of the new
look especially with how the Title and Description of our Services is being
cut off. So far I have been unable to find much in the way for
documentation on how to modify this look. I have found the Jar file within
the Data Visualization Module form and have found what I believe to be a
data limitation within browse-services.js. In particular the section below
""""function truncateDescriptions() {
var divs = document.getElementsByTagName('div');
if (divs && divs.length > 0) {
for (var d=0; d<divs.length; d++) {
if (divs[d].className == "categoryDescription") {
var desc = divs[d].innerHTML;
var trunc = truncateByBytesUTF8(desc, 240);
if (trunc.length < desc.length) {
divs[d].innerHTML = trunc + "…";""""
Also, I have seen the Data Visualization Definitions form and the .CSS and
gif files for the SRM module. We have tweaked those files a bit and have
lengthened the Title return and the length of the Description as well
though I believe the actual data return of the description is limited by
the JS above. Also, we have yet to discover where to modify the boxes to
enlarge them to fit the longer return fields. We tried modifying the size
of the .gif; however, that did not seem to work. My questions are this:
- Does anyone know of any documentation that would assist us in making
changes to the SRM DVM?
- Does anyone know if modifying the .js statement above would increase
the amount of data we were returning for the Description of the services?
- Does anyone know how to modify the box size? I'm thinking there is
something in the .CSS that we have missed.
I appreciate your time and any suggestions anyone has.
Regards,
Shawn Rosenberry
Senior Remedy Developer
Lyondellbasell
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"