Focal Point
On Demand Paging Look/Feel

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7491079071

June 07, 2006, 10:52 AM
Wayne Atchley
On Demand Paging Look/Feel
We are interested in changing the look and feel of the on demand paging controls. We found where to replace the images on the server and that is completed, now we want to know where to change the background color for the HTML.

If we view source, we see where it is set, but I want to find the source file for this HTML on the server to make the change if that's even possible.

Thanks in advance for the assistance.

Wayne
June 08, 2006, 05:51 AM
paulburridge
Wayne,

The colour is probably controlled by a cascading stylesheet. Look for the .css files in the same (or sub) directory as you found the HTML. Be aware that if you change the .css it might affect other backrounds as well.

Paul


Paul Burridge
Senior Consultant
34 years with Information Builders
WebFOCUS 8.2.5 Win10
June 08, 2006, 06:40 AM
Tony A
Wayne,

Paul is correct regarding the css file and it can be found in ibi\WebFOCUS71\ibi_html\viewer\minion.css.

A word of warning, as usual, make a backup of the original and remember that an upgrade will probably overwrite your work so keep a copy together in another folder with all the other customisations you make. I usually keep a document in the custom folder detailing where and how the customisations should be made.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
June 08, 2006, 08:35 AM
paulburridge
I just checked a customized application that I made a while ago. I applied my own .css to the focexecs.
To point to the .css , add to the top of the fex :

SET CSSURL = '/approot/myapp/mycss.css'

And before the END statement:

ON TABLE SET HTMLCSS ON

In this case you need to make a .css called mycss.css in yout application (myapp) directory.

This also works fine with OLAP reports and with WEBVIEWER reports.

Paul


Paul Burridge
Senior Consultant
34 years with Information Builders
WebFOCUS 8.2.5 Win10
June 08, 2006, 08:52 AM
Tony A
To expand on what Paul says,

The apps directory on a local or same machine install, just happens to be the apps directory on the web server and therefore Paul's suggestion will work.

However, to be absolutely sure that you have the css (and javascript modules etc.) file(s) in the correct directory you should add them to the directories under Web Applications and not under EDASERVE in the Data Servers path.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
June 08, 2006, 05:30 PM
Wayne Atchley
THanks for the input. We are going to try changing the minion.css file.

We are keeping the other idea in mind and in fact are using that approach on some of the testing we are doing.

I greatly appreciate your assistance.

Wayne
June 12, 2006, 03:22 AM
<Antony Gubert>
Can you give the code to do "on demand paging" on a HTML page
June 12, 2006, 04:39 PM
Wayne Atchley
well, we tried chaning the minion.css file and realized later that it isn't even referenced by the ODP control form...

We have tried changing the colors in the HTML, but it is getting overwritten. So, I ask again if anyone knows where the HTML for ODP actually gets generated and can we modify the source to change that resulting HTML?

Thanks for all the replies.

Wayne