태그>sharepoint(총 134개의 글)
'sharepoint' 관련 최근글
-
- SharePoint 2010 설치 없이 SharePoint 개발은 가능한가

-
My Sharepoint by 짜두르|2011/03/03 15:29
포럼을 잘 들어가지 않는 편인데 오랜만에 들어가보니 이런 질문이 있더군요. - Visual Studio 2010으로 SharePoint 2010 개발할 때. 요지는 SharePoint 2010 설치 없이 Visual Studio 2010 에서 개발이 가능한지를 묻는 질문이었습니다.레지스트리만 변경하고 SharePoint 관련 DL..
- SharePoint 2010 설치 없이 SharePoint 개발은 가능한가
-
- xslt - 날짜포멧

-
퀸목 by 퀸목|2011/02/18 08:13
예시: 함수: lcid: en-us는 1033 http://msdn.microsoft.com/en-us/library/0h88fahh(v=vs.85).aspx formatflag:
- xslt - 날짜포멧
-
- Technical Articles - Application Lifecycle Management in Shar..

-
My Sharepoint by 짜두르|2011/02/16 09:55
훌륭한 문서가 MSDN Technical Articles 에 업데이트 되었군요. 실제 SharePoint 프로젝트에서 얼마나 반영할 수 있을런지 모르겠지만서도. - Application Lifecycle Management in SharePoint 2010 암튼 일종의 모델을 제시하다는 측면에서는 매우 좋은것 같습니다.S..
- Technical Articles - Application Lifecycle Management in Shar..
-
- 쉐어포인트 2010 - Overview

-
퀸목 by 퀸목|2011/01/31 05:02
[Excel Services]RESTful API를 이용해서 URL주소로 파라미터값을 주고 리포트 생성가능. [InfoPath]리스트 폼을 infopath를 이용해서 customization 가능. [Access Services] - New in Office 365- 기존 엑세스 데이터베이스를 쉐어포인트 on-premises..
- 쉐어포인트 2010 - Overview
-
- 쉐어포인트 2010 - 메스터페이지 지정하기

-
퀸목 by 퀸목|2010/12/21 03:47
사이트켈렉션 애드민 Permission이 있어야함. 사이트 컬렉션 애드민 메뉴에서 Publishing Feature를 active 시킨다. Look and Feel의 Master Page에가면 드랍다운으로 어떤 메스터페이지를 적용..
- 쉐어포인트 2010 - 메스터페이지 지정하기
-
- 쉐어포인트 2010 글로벌네비 탭으로 스타일링하기

-
퀸목 by 퀸목|2010/12/21 03:33
쉐어포인트 싸이트에서페이지 위쪽에 검색과 장소에 있는네비게이션 "글로벌 네비"라고 한다. 이건 스타일링 안씌었을때 모습: 저거를 css를 사용해서 탭으로 봐꾸었다: 어떻게? masterpage에..
- 쉐어포인트 2010 글로벌네비 탭으로 스타일링하기
-
- 쉐어포인트 리스트 웹서비스 GetListItems 함수

-
퀸목 by 퀸목|2010/09/15 04:49
쉐어포인트 웹서비스에서제일 많이 쓰이는 함수인GetListItems. 커스텀 리스트, 닥큐먼트 라이브러리 등등거의 모든 종류의 리스트에 사용할수있다. 비쥬얼스튜디오에서레퍼런스에서웹 레퍼런스 추가 시키고 나서(웹 레퍼런스 이름을 WS_Lists라고 줬음) WS_Lists.List..
- 쉐어포인트 리스트 웹서비스 GetListItems 함수
-
- Master Pages and Windows SharePoint Services 3.0

-
타쿠니님의 이글루 by 타쿠니|2010/09/09 10:44
IntroductionVisual Inheritance is one of the most challenging and often required features that is needed in the development of portal applications of late. In order to achieve the same in portal applications, this poses a challenge..
- Master Pages and Windows SharePoint Services 3.0
-
- Master Page Deployment Through Features

-
타쿠니님의 이글루 by 타쿠니|2010/09/09 10:42
Today I'd like to talk about deployment of master and layout pages in a customized SharePoint site. This is not a new topic, but I am going to focus again on the method relying on feature receivers and the MOSS API. I needed to de..
- Master Page Deployment Through Features
-
- Modifying site definitions - changes in Onet.xml , adding AllU..

-
타쿠니님의 이글루 by 타쿠니|2010/09/09 10:38
All sites and areas in SharePoint Portal Server and Windows SharePoint Services are based on custom site definitions - these are all the files you can find in the 60 hive - C:Program FilesCommon FilesMicrosoft Sharedweb server exten..
- Modifying site definitions - changes in Onet.xml , adding AllU..
-
- How to change view of a ListViewWebPart

-
타쿠니님의 이글루 by 타쿠니|2010/09/09 10:35
According to an example in SPS SDK guide, you can do SPWeb site = SPControl.GetContextWeb(Context); SPList list = site.Lists["List_Name"]; ListViewWebPart listViewWebPart = new ListViewWebPart(); listViewWe..
- How to change view of a ListViewWebPart
-
- Create custom field types for SharePoint

-
타쿠니님의 이글루 by 타쿠니|2010/09/09 10:25
In this example we are creating a custom field type which concatenates two text fields (first and last name).Create a new usercontrol file (customfieldcontrol.ascx). In this usercontrol, add a SharePoint:RenderingTemplate contr..
- Create custom field types for SharePoint
-
- Adding Web Parts to the Web Part Gallery Using the SharePoint O..

-
타쿠니님의 이글루 by 타쿠니|2010/09/09 10:09
Since my first post was based on removing web parts from the web part gallery of a 'My Site' there have been questions about how to add the web parts back should circumstances require it. This is pretty straight-forward, but can get..
- Adding Web Parts to the Web Part Gallery Using the SharePoint O..
-
- ListView에서 Delete.

-
思庫 by 영혼을보다|2010/08/20 15:43
CORE.js 에 기본이 되는 모든 JavaScript들이 들어 있는듯 합니다. 아마도 코어에 모든 기능을 모아놓고, 그걸 기반으로 서로 다른 팀들이 개발을 했나봅니다. 리스트에서 선택된 아이템의 Delete를 위해선 다음에서 힌트를 얻을수 있습니다. function HandleItemDelete(..
- ListView에서 Delete.
-
- SharePoint 2010에서의 IE6 경고창

-
思庫 by 영혼을보다|2010/08/18 21:46
마스터페이지에서 아래 컨트롤을 제거하면됨.
sharepoint, ie6, 경고창
- SharePoint 2010에서의 IE6 경고창



