Professional: SharePoint® 2013 Development by Reza Alirezaei & Brendon Schwartz & Matt Ranlett & Scot Hillier & Brian Wilson & Jeff Fried & Paul Swider
Author:Reza Alirezaei & Brendon Schwartz & Matt Ranlett & Scot Hillier & Brian Wilson & Jeff Fried & Paul Swider
Language: eng
Format: epub
Publisher: John Wiley & Sons
Published: 2013-02-11T16:00:00+00:00
As you added the controls to the page, you probably noticed the use of the HTML comments and that each snippet is self-contained. This means that if the control required a delegate control or a register tag they were added with the control in the HTML snippet. To complete your page, finish adding all of the components you want to the page such as the site title, site logo, any device-specific containers, and any predefined web parts. If you look through all of the web part options, you can see the options for your pages are almost limitless, and you can create any page you could use with the user interface. The following code block shows what some of the snippet will look like:
<div id="top_nav" xmlns="http://www.w3.org/1999/xhtml"> <div data-name="TopNavigationNoFlyoutWithStartNode"> <!--CS: Start Top Navigation Snippet--> <!--SPM:<%@Register Tagprefix="SharePoint" Namespace= "Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>--> <!--MS:<SharePoint:AjaxDelta runat="server" CssClass="ms-displayInline ms-core-navigation ms-dialogHidden" BlockElement="True" ID="DeltaTopNavigation">--> <!--PS: Start of READ-ONLY PREVIEW (do not modify)--> <!--PE: End of READ-ONLY PREVIEW--> <!--MS:<SharePoint:DelegateControl runat="server" Id="topNavigationDelegate" ControlId="TopNavigationDataSource">--> <!--PS: Start of READ-ONLY PREVIEW (do not modify)--> <span style="display: none"> <table cellpadding="4" cellspacing="0" style="font: messagebox; color: buttontext; background-color: buttonface; border: solid 1px; border-top-color: buttonhighlight; border-left-color: buttonhighlight; border-bottom-color: buttonshadow; border-right-color: buttonshadow"> <tr> <td nowrap="nowrap"><span style="font-weight: bold">PortalSiteMapDataSource</span> - topSiteMap</td>
All of the controls are easy to use and straightforward, but you should spend some time learning what you can do with the Custom ASP.NET Markup control. This snippet wraps the ASP.NET elements in the blank text into the properly commented snippet. The following code is from an ASP.NET AdRotator control that can be added to the left navigation directly under the search box. All of the HTML snippets are just text and can be edited or created by hand, but make sure to create invalid HTML or the HTML Master Page will have conversion errors and won’t display. If this happens the Design Preview tells you exactly which line of the HTML Master Page has the issue and what the problem is.
<!--CS: Start Create Snippets From Custom ASP.NET Markup Snippet--> <!--SPM:<asp:AdRotator runat="server" id="AdRotator1" AdvertisementFile="~/Documents/adFile.xml">--> <!--SPM:</asp:AdRotator>--> <!--CE: End Create Snippets From Custom ASP.NET Markup Snippet-->
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
NET | C & C++ Windows Programming |
SQL Server | VBA |
Visual Basic |
Deep Learning with Python by François Chollet(12609)
Hello! Python by Anthony Briggs(9931)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9806)
The Mikado Method by Ola Ellnestam Daniel Brolund(9797)
Dependency Injection in .NET by Mark Seemann(9354)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8317)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7776)
Grails in Action by Glen Smith Peter Ledbrook(7710)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7573)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7241)
Microservices with Go by Alexander Shuiskov(7004)
Practical Design Patterns for Java Developers by Miroslav Wengner(6914)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6868)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6431)
Angular Projects - Third Edition by Aristeidis Bampakos(6282)
The Art of Crafting User Stories by The Art of Crafting User Stories(5800)
NetSuite for Consultants - Second Edition by Peter Ries(5728)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5549)
Kotlin in Action by Dmitry Jemerov(5078)
