Showing posts with label Scroll. Show all posts
Showing posts with label Scroll. Show all posts

Friday, 17 February 2012

Scroll any Sharepoint list in minutes

Step One: take a list, any list (in fact any web part or other content)

links list

Step Two: prepare a site page on which you'll have the list displayed

press "Edit Page" > "Insert" > "Existing List" and select your list

site page?

Step Three: Adjust list web part appearence

select wanted view, disable list toolbar, remove web part frame..

prepare the list visual appearence

list properties

 

Step Four: Open SharePoint Designer

open the site, which contains your page and edit it

edit page

 

Step Five: Find list's web part in code view

code view

Step Six: Add marquee object

in a brief: html marquee object let's you scroll it's content on a web page.

Main attributes:

now you need to "wrap" the list's web part with the marquee element, so:

 

marquee

save the page and you're all done, let it scroll !!!

Monday, 19 December 2011

Scroll any sharepoint list in web part

All you need is a SharePoint web site, a list and a SharePoint designer!the process is really quick and simple - believe me, it will take much less time to do it, then it took me to prep it :)

Step One: take a list, any list (in fact any web part or other content)

links list

Step Two: prepare a site page on which you'll have the list displayed

press "Edit Page" > "Insert" > "Existing List" and select your list

site page?

Step Three: Adjust list web part appearence

select wanted view, disable list toolbar, remove web part frame..

prepare the list visual appearence

list properties

 

Step Four: Open SharePoint Designer

open the site, which contains your page and edit it

edit page

 

Step Five: Find list's web part in code view

code view

Step Six: Add marquee object

in a brief: html marquee object let's you scroll it's content on a web page.

Main attributes:

now you need to "wrap" the list's web part with the marquee element, so:

 

marquee

save the page and you're all done, let it scroll !!!

 

scrolling

it's hard to show scrolling content with an image - so you'll just have to take my word on it

Enjoy