Question

If you're dealing with a page with many many vertical WebPartZones & WebParts, is there any way to have the ToolPart Pane open next to the WebPart you are editing? Or move up as you scroll up and move down as you scroll down?

It would be very helpful to be able to do this.\

&& On the same note, be able to move the Ribbon as you scroll down on a page.

Était-ce utile?

La solution

It's mostly a question about CSS. As I some what support the Javascript ideas, I must say they are a bit overkill, as you easily can edit the CSS for both the Ribbon as well as the ToolPane.

.ms-ToolPaneOuter this is the ToolPane CSS class you'll need to modify the CSS for.
s4-ribbonrow the Ribbons div ID, or if it's only the Toolbar Ribbon, it's this class ms-cui-tabContainer.

Update: I'll suggest you read this blog, as this guy explains rather well an example of how you can move the ribbon and still maintain full functionality. I hope this helps you! :)

Autres conseils

you could try editing the master page with java script. you put in some sort of on scroll down move that controls div my the distance that you have scrolled

This is just an idea but you could use jQuery .clone() method and copy the toolpart wherever needed. And then hide the default toolpart which pops up.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top