'form'에 해당되는 글 4건

  1. 2009/03/12 How to set css style on disabled FORM INPUT Tag
  2. 2007/09/12 Moss Authentication Active directory
  3. 2007/09/11 Active Directory를 이용한 Form Authentication의 접근 방향
  4. 2007/09/07 MOSS Form based authentication
2009/03/12 11:55

How to set css style on disabled FORM INPUT Tag



잘 모르던 내용인데 Google Chrome 내에 있는 라이브러리를 보다가 알게 되었네요.


textarea:disabled,
input:not([type]):disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled {
    background-color: #EBEBE4;
}



위와 같이 테그에 type 속성을 xpath 잡는 방식으로 잡네요. 그리고 그 뒤의 다른 속성 지정방식은 일반 CSS에서 하는 방식과 같으니 중요하진 않네요 ㅎㅎ

모르셨던 분들은 메모해두시길 ^ ^




저작자 표시 비영리 변경 금지
크리에이티브 커먼즈 라이선스
Creative Commons License
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/428 관련글 쓰기

2007/09/12 10:58

Moss Authentication Active directory

Authentication samples
http://technet2.microsoft.com/Office/en-us/library/23b837d1-15d9-4621-aa0b-9ce3f1c7153e1033.mspx?mfr=true

Use Forms Authentication with SQL Server in ASP.NET 2.0
http://msdn2.microsoft.com/en-us/library/ms998317.aspx

Active Directory Role provider
http://www.codeplex.com/adrp

크리에이티브 커먼즈 라이선스
Creative Commons License
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/164 관련글 쓰기

2007/09/11 14:11

Active Directory를 이용한 Form Authentication의 접근 방향

http://www.codeplex.com/adrp Active Directory Role provider
http://technet2.microsoft.com/windowsserver/WSS/en/library/b6bc8fec-c11c-4ed7-a78d-3ad61c7ef6c01033.mspx?mfr=true MOSS Authentication Provider samples

여전히 어려운 MOSS

인증의 방법에는 AD나 SQL 멤버십 프로바이더를 자주 사용하지만 AD 관련된 내용이 많이 부족하다.

AD로 해봤으면 하는데 어떻게 방법이 없을지...

누가 아시는분들 좋은 정보좀 주세요 ㅠ
크리에이티브 커먼즈 라이선스
Creative Commons License

'Microsoft > SPS/MOSS' 카테고리의 다른 글

CAML XML Editor  (0) 2007/09/13
Moss Authentication Active directory  (0) 2007/09/12
Active Directory를 이용한 Form Authentication의 접근 방향  (0) 2007/09/11
MOSS Form based authentication  (0) 2007/09/07
Active directory how to  (0) 2007/09/06
Active Directory ㅠ_ㅠ  (0) 2007/09/06
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/163 관련글 쓰기

2007/09/07 17:48

MOSS Form based authentication

http://www.codeplex.com/MOSSFormsFeature/Release/ProjectReleases.aspx?ReleaseId=1766
http://weblog.vb-tech.com/nick/archive/2006/06/14/1617.aspx

aspnet_regsql을 이용해 sql membership provider를 이용하는 문제 때문에 사용자 정보를 커스터마이즈 하기는 쉽지 않지만, 그래도 사용되는 것들중에는 이 방법이 가장 편하지 않은가 생각한다.
크리에이티브 커먼즈 라이선스
Creative Commons License

'Microsoft > SPS/MOSS' 카테고리의 다른 글

Moss Authentication Active directory  (0) 2007/09/12
Active Directory를 이용한 Form Authentication의 접근 방향  (0) 2007/09/11
MOSS Form based authentication  (0) 2007/09/07
Active directory how to  (0) 2007/09/06
Active Directory ㅠ_ㅠ  (0) 2007/09/06
MOSS 테크넷  (0) 2007/09/05
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/162 관련글 쓰기