File tree 3 files changed +29
-28
lines changed
Components/Core.TaxonomyPicker
3 files changed +29
-28
lines changed Original file line number Diff line number Diff line change 7
7
<title >TaxonomyPicker Samples</title >
8
8
<link rel =" Stylesheet" type =" text/css" href =" ../Styles/taxonomypickercontrol.css" />
9
9
<script src =" ../Scripts/jquery-1.9.1.min.js" type =" text/javascript" ></script >
10
- <script src =" ../Scripts/app.js" type =" text/javascript" ></script >
10
+ <script src =" ../Scripts/app.js?rev=1 " type =" text/javascript" ></script >
11
11
<script src =" ../Scripts/taxonomypickercontrol.js" type =" text/javascript" ></script >
12
12
</head >
13
13
<body style =" display : none ;" >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!--
3
- For more information on how to configure your ASP.NET application, please visit
4
- http://go.microsoft.com/fwlink/?LinkId=169433
5
- -->
6
- <configuration >
7
- <system .web>
8
- <compilation debug =" true" targetFramework =" 4.5" />
9
- <httpRuntime targetFramework =" 4.5" />
10
- </system .web>
11
- <appSettings >
12
- <add key =" ClientId" value =" 01075b73-6243-4800-b3c6-e8db026e7ea6 " />
13
- <add key =" ClientSecret" value =" gP+mEn7wiiRCgcWITKBcBUswkPghHRHRSsm2DaOplF4=" />
14
- </appSettings >
15
- <system .serviceModel>
16
- <bindings >
17
- <basicHttpBinding >
18
- <!-- Used by app for SharePoint-->
19
- <binding name =" secureBinding" >
20
- <security mode =" Transport" />
21
- </binding >
22
- </basicHttpBinding >
23
- </bindings >
24
- <protocolMapping >
25
- <add binding =" basicHttpBinding" scheme =" https" bindingConfiguration =" secureBinding" />
26
- </protocolMapping >
27
- </system .serviceModel>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ For more information on how to configure your ASP.NET application, please visit
4
+ http://go.microsoft.com/fwlink/?LinkId=169433
5
+ -->
6
+ <configuration >
7
+ <system .web>
8
+ <compilation debug =" true" targetFramework =" 4.5" />
9
+ <httpRuntime targetFramework =" 4.5" />
10
+ </system .web>
11
+ <appSettings >
12
+ <add key =" ClientId" value =" ad2c9697-6d8a-4d65-a72f-ed3355e1f93c " />
13
+ <add key =" ClientSecret" value =" gP+mEn7wiiRCgcWITKBcBUswkPghHRHRSsm2DaOplF4=" />
14
+ </appSettings >
15
+ <system .serviceModel>
16
+ <bindings >
17
+ <basicHttpBinding >
18
+ <!-- Used by app for SharePoint-->
19
+ <binding name =" secureBinding" >
20
+ <security mode =" Transport" />
21
+ </binding >
22
+ </basicHttpBinding >
23
+ </bindings >
24
+ <protocolMapping >
25
+ <add binding =" basicHttpBinding" scheme =" https" bindingConfiguration =" secureBinding" />
26
+ </protocolMapping >
27
+ </system .serviceModel>
28
28
</configuration >
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ The first parameter of the Taxonomy Picker sets the options for the control. The
127
127
| Parameter | Description |
128
128
| ----------| -------------|
129
129
| isMulti | Boolean indicating if taxonomy picker support multiple value |
130
+ | isReadOnly | Boolean indicating if the taxonomy picker is rendered in read only mode |
130
131
| allowFillIn | Boolean indicating if the control allows fill=ins (Open TermSets only) |
131
132
| termSetId | the GUID of the TermSet to bind against (available from Term Mgmt) |
132
133
| useHashtags | Boolean indicating if the default hashtags TermSet should be used |
You can’t perform that action at this time.
0 commit comments