본문 바로가기
728x90

SharePoint Designer8

sharepoint ms-dlgContent resize in javascript [출처] http://chadschroeder.blogspot.kr/2012/10/sharepoint-2010-easy-dynamic-resize-of.html function AutosizeDialog() { //resize dialog if we are in one var dlg = typeof(SP.UI.ModalDialog.get_childDialog) == "function" ? SP.UI.ModalDialog.get_childDialog() : null; if (dlg != null) { dlg.autoSize(); var dlgWin = $(".ms-dlgContent", window.parent.document); dlgWin.css({ top: ($(window.top).height() .. 2014. 3. 24.
쉐어포인트 파일첨부 용량 제한 컨셉 [출처] http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/sharepoint-online-software-boundaries-and-limits-HA102694293.aspx Limits for SharePoint Online for Office 365 Enterprise, Education, and Government These plans have common boundaries and limits. The following table describes those limits.FeatureOffice 365 Enterprise plans (including E1 – E4, A2-A4, G1-G4, and Shar.. 2014. 3. 11.
Locale IDs Assigned by Microsoft - 다국어처리 코드 [출처] http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx Language - Country/RegionLCID HexLCID DecAfrikaans - South Africa04361078Albanian - Albania041c1052Alsatian04841156Amharic - Ethiopia045e1118Arabic - Saudi Arabia04011025Arabic - Algeria14015121Arabic - Bahrain3c0115361Arabic - Egypt0c013073Arabic - Iraq08012049Arabic - Jordan2c0111265Arabic - Kuwait340113313Arabic - Lebanon300112289Ara.. 2014. 3. 10.
sharepoint 에 foorer 넣기 [출처] http://www.eliostruyf.com/sticky-footer-solution-for-sharepoint-2013/ Adding the HMTL Footer markup to the master pageOpen the master page its HTML file in your favorite text editor (in this example I will use the seattle.html file);Do a search for the s4-workspace DIV, and add a new wrapper DIV underneath it; XHTML 12Wrapper DIV locationGo straight to the bottom of the HTML file and find t.. 2014. 2. 11.
Display Users with Presence in a SharePoint Hosted App [출처] http://social.msdn.microsoft.com/Forums/sharepoint/en-US/59fb1a35-1206-4cfd-9bd8-c77948112ee1/display-users-with-presence-in-a-sharepoint-hosted-app?forum=appsforsharepoint [출처] http://www.sharepointcolumn.com/lync-presence-indicators-code-snippets-in-sharepoint-2013/ [출처] http://www.ableblue.com/blog/archive/2013/06/05/add-presence-to-sharepoint-search-results/ This is one of my favorite t.. 2014. 2. 3.
로고 클릭 시 메인 페이지로 이동하기 [출처] http://stackoverflow.com/questions/13582710/sharepoint-redirect-site-logo-link-to-the-root-site-collection-home-page SharePoint Redirect site logo link to the root site collection home page //read old link idvar oldLogoId = $("#DeltaSiteLogo > a").attr('id');//change the id$("#" + oldLogoId).attr('id','CustomSiteLogo');//create dummy hidden element$("#DeltaSiteLogo > a").after("Dummy");//se.. 2013. 12. 24.
sharepoint 2013 foundation submenu [출처] http://support.bind.pt/entries/22853988-How-can-I-add-a-dropdown-menu-to-the-Sharepoint-Foundation-top-navigation-bar- How can I add a dropdown menu to the Sharepoint Foundation top navigation bar?By default SharePoint Foundation doesn’t support drop down menus on the top navigation bar, however our themes can be modified to support this feature.To have this feature in your SharePoint found.. 2013. 12. 9.
Customizing Master Pages in Windows SharePoint Services [출처] http://msdn.microsoft.com/en-us/library/ms476046(v=office.12).aspx Customizing Master Pages in Windows SharePoint Services Windows SharePoint Services 3 27 out of 91 rated this helpful - Rate this topic When you install Windows SharePoint Services, a single default master page is applied to all the pages in a site. You can, however, create your own master pages for a site and make them avai.. 2013. 12. 6.
728x90