This topic is locked

Change the style in the more popup window

6/25/2007 6:04:14 AM
ASPRunnerPro General questions
A
Akkem01 author

I'd like the to change the style in the more popup window. I wan't to use the same layout as the list page.
Can anyone help me change it?
Thanks

Sergey Kornilov admin 6/26/2007

Check the function named ProcessLargeText(strValue, iquery, table, mode) in include/commonfunctions.asp file.

If you like to modify More ... popup appearance this is the right place to do this.

A
Akkem01 author 6/26/2007

Thanks Sergey,
Is there a simple way to change the style in the same as the basic style?
And, another question, i'd like to hide a field in the list page, the only problem is that this field the key is of my database?
Is this possible?

Sergey Kornilov admin 6/26/2007

Modify this function to make popup window use the same stylesheet file (include/style.css).
Yes, you can hide the key column.