private global::Microsoft.SharePoint.WebControls.ClientPeoplePicker @__BuildControlppOwner() { global::Microsoft.SharePoint.WebControls.ClientPeoplePicker @__ctrl; @__ctrl = new global::Microsoft.SharePoint.WebControls.ClientPeoplePicker(); this.ppOwner = @__ctrl; @__ctrl.ApplyStyleSheetSkin(this.Page); @__ctrl.ID = "ppOwner"; return(@__ctrl); }
private global::Microsoft.SharePoint.WebControls.ClientPeoplePicker @__BuildControlMyPeoplePicker() { global::Microsoft.SharePoint.WebControls.ClientPeoplePicker @__ctrl; @__ctrl = new global::Microsoft.SharePoint.WebControls.ClientPeoplePicker(); this.MyPeoplePicker = @__ctrl; @__ctrl.ApplyStyleSheetSkin(this.Page); @__ctrl.ID = "MyPeoplePicker"; @__ctrl.OnValueChangedClientScript = "MyPeoplePickerOnValueChanged"; return(@__ctrl); }
private global::Microsoft.SharePoint.WebControls.ClientPeoplePicker @__BuildControlpplPickerSiteRequestor() { global::Microsoft.SharePoint.WebControls.ClientPeoplePicker @__ctrl; @__ctrl = new global::Microsoft.SharePoint.WebControls.ClientPeoplePicker(); this.pplPickerSiteRequestor = @__ctrl; @__ctrl.ApplyStyleSheetSkin(this.Page); @__ctrl.Required = false; @__ctrl.ValidationEnabled = true; @__ctrl.ID = "pplPickerSiteRequestor"; @__ctrl.UseLocalSuggestionCache = true; @__ctrl.PrincipalAccountType = "User"; @__ctrl.VisibleSuggestions = 3; @__ctrl.Rows = 1; @__ctrl.AllowMultipleEntities = true; @__ctrl.Width = new System.Web.UI.WebControls.Unit(485D, global::System.Web.UI.WebControls.UnitType.Pixel); @__ctrl.CssClass = "ms-long ms-spellcheck-true user-block"; @__ctrl.ErrorMessage = ""; return(@__ctrl); }
private global::Microsoft.SharePoint.WebControls.ClientPeoplePicker @__BuildControlresponsiblePerson_PeopleEditor() { global::Microsoft.SharePoint.WebControls.ClientPeoplePicker @__ctrl; @__ctrl = new global::Microsoft.SharePoint.WebControls.ClientPeoplePicker(); this.responsiblePerson_PeopleEditor = @__ctrl; @__ctrl.ApplyStyleSheetSkin(this.Page); @__ctrl.ID = "responsiblePerson_PeopleEditor"; @__ctrl.Rows = 1; @__ctrl.VisibleSuggestions = 3; @__ctrl.AllowMultipleEntities = false; @__ctrl.PrincipalAccountType = "User"; return @__ctrl; }