开发者

customizing the pop up window that comes after clicking filter button

in the shar开发者_JAVA百科epoint list filter webpart with settings as multiple selection allowed. when the filter button is clicked a pop up page appears to do the selection . how can i change the title and text on that page ?


The file is called FilterValuesPickerDialog.aspx you have to edit the file directly at the C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS folder. This modification:

1) can break on SharePoint updates
2) will appear in all sites under your sharepoint server

you can create a small javascript filter to address the second problem, testing for the host:

if ( window.location.host == 'myhost' ) {
// change title and text
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜