Wednesday, May 22, 2013

control mode does not set


control mode does not set

isuue when i am add new folder or Edit display this error shows 

(control mode does not set)

  

1) first go the master page find DefaulContentBlock and remove that chunck of code 

and woking fine solve this issue.

first goes sub site and sub site master page remove this div
---------------------------------------------------------------

<div class="DefaultContentBlock" style="border:medium black solid; background:yellow; color:black; margin:20px; padding:10px;">
                                                <div data-name="Page Field: Page Image">
                                                 
                                                 
                                                    <PageFieldRichImageField:RichImageField FieldName="3de94b06-4120-41a5-b907-88773e493458" runat="server">
                                                     
                                                    </PageFieldRichImageField:RichImageField>
                                                 
                                                </div>
</div>

after remove this dive working fine ....


shahzad_samejo@yahoo.com

html page convert into master page after not add app sharepoint 2013

After conversion html page into master page not app add into sharepoint 2013


1.create snipet of quick launch manu add the html master page ..

2. Then find this code line  <!--CE: End Vertical Navigation Snippet--> 


3.put after this code of lines .
 
   <!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderPageTitleInTitleArea" runat="server" >-->
   <!--SPM:<asp:ContentPlaceHolder id="PlaceHolderPageTitleInTitleArea" runat="server"  >-->
   <!--SPM:</asp:ContentPlaceHolder>-->
   <!--SPM:</SharePoint:AjaxDelta>-->


Then try Add app fine.


Example:  
   <!--CE: End Vertical Navigation Snippet-->
   <!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderPageTitleInTitleArea" runat="server" >-->
   <!--SPM:<asp:ContentPlaceHolder id="PlaceHolderPageTitleInTitleArea" runat="server"  >-->
   <!--SPM:</asp:ContentPlaceHolder>-->
   <!--SPM:</SharePoint:AjaxDelta>-->


             




shahzad_samejo@yahoo.com