문제

What function does jquery ui use to override the default options passed to a plugin on init?

My plugin has an option that defaults to "false" and if you specify "true" it does something else. And if you specify an object (a json with more jsons nested) you open a whole bunch of possibilities. i want to set defaults for these options i know that ui is doing the same thing for standard "defaults" set, so where can i find that function?

도움이 되었습니까?

해결책

모든 예제에 대해 나는 어제`groupid="actionsmenu를 개발하고 있습니다."요소 태그가 당신과 같은 신분증을 가지고 있지 않았습니다

<Elements Id="9876b641-54a4-433e-8a4d-6a5d4eb34f81" 
.

이 문제가 있는지 확실하지는 않지만 범위가 무엇인지 확인할 필요가있는 기능을 사용하여 기능을 추가 할 수 있습니다.예를 들어,사이트 모음 내의 모든 사이트의 모든 사이트의 기능을 활성화하려면 코드는 다음과 같은 것 같아야합니다.

<?xml version="1.0" encoding="utf-8"?>
<Feature  Id="GUID-ID"
          Title="abc"
          Description="Description for ab"
          Version="12.0.0.0"
          Hidden="FALSE"
          Scope="Site" // for site collection it has to be site, and web for a single site
.

도움이되기를 바랍니다.)

편집

PROMACODODICETAGCODETRY 에서이 페이지를 올바른 사용 권한으로 12 개 하이브 (SharePoint 2007)에서 레이아웃 폴더에 넣으려면

C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS
.

또는 WSP 빌더를 사용하면 Visual Studio 폴더 구조의 "템플릿"폴더에 "레이아웃"이라는 이름의 폴더를 만들고 기존 ResetPassword.aspx 페이지를 추가 할 수 있습니다.

종료의 Urlaction은 다음과 같습니다.

<UrlAction Url="/_layouts/ResetPassword.aspx"/> 
.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top