• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Vertical Scrollbar

Participant ,
Sep 22, 2008 Sep 22, 2008

Copy link to clipboard

Copied

I want to put a vertical scrollbar in my page. I want to know how to and the code to put it

Thanks
TOPICS
Advanced techniques

Views

848

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 22, 2008 Sep 22, 2008

Copy link to clipboard

Copied

If there is enough output, one should appear automatically unless you do something to prevent it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 22, 2008 Sep 22, 2008

Copy link to clipboard

Copied

I mean I want a new vertical scrollbar inside a table. I need a code for a vertical scrollbar inside a table

Thanks!!!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 22, 2008 Sep 22, 2008

Copy link to clipboard

Copied

tables do not support scroll bars - you cant put one IN a table.
you can out your table in a container that supports scrolling, like a
DIV, or as Dan suggested, an IFRAME.

the easiest way is to put your table insde a fixed-size DIV tag - scroll
bars should appear automatically in your table is longer than the DIV's
height.

you can also employ a GRID, as Dan again has suggested. CFGRID will
automatically paginate your recordset. so no scrollbars, but a nice
previous-next pagination...

you can also use jQuery with tablesorter and pager plug-ins to make your
table paginated.

hth

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 22, 2008 Sep 22, 2008

Copy link to clipboard

Copied

Use a grid or iframe.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 22, 2008 Sep 22, 2008

Copy link to clipboard

Copied

Hi dan
I don't wana change the topic here but i couldn't get answer from anywhere regrading validate soap request to xsd file any idea. I am using xmlspy but still getting error . Do you have any examples of validate soap request to xsd.
Also i am not finding simple example of soap header validate. I mean i am passing userid and password in soap header and get validate. not sure how to validate that in webserivce.

thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 22, 2008 Sep 22, 2008

Copy link to clipboard

Copied

LATEST
quote:

Originally posted by: Nick201
Hi dan
I don't wana change the topic here but i couldn't get answer from anywhere regrading validate soap request to xsd file any idea. I am using xmlspy but still getting error . Do you have any examples of validate soap request to xsd.
Also i am not finding simple example of soap header validate. I mean i am passing userid and password in soap header and get validate. not sure how to validate that in webserivce.

thanks


I read the subject line and immediately decided that it was outside my area of knowlege.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation