Tutorial by Topics: mod

The Java Memory Model is the section of the JLS that specifies the conditions under which one thread is guaranteed to see the effects of memory writes made by another thread. The relevant section in recent editions is "JLS 17.4 Memory Model" (in Java 8, Java 7, Java 6) There was a majo...
var options = SP.UI.$create_DialogOptions(); var modalDialog = SP.UI.ModalDialog.showModalDialog(options); options PropertyDescriptiontitleA string that contains the title of the dialogurlA string that contains the URL of the page that appears in the dialog. Either url or html must ...
public static void GUILayout.Label(string text, params GUILayoutOption[] options) public static bool GUILayout.Button(string text, params GUILayoutOption[] options) public static string GUILayout.TextArea(string text, params GUILayoutOption[] options)
Element Declaration: <tool-bar link2-share=""link2-fork=""modal-id=""title=""></tool-bar> Note: The code through this writeup, is not a working copy. You need to replace the fillers for hrefs,src’s and project names. The code illustra...
module Module; ...; end using Module import Module
Conceptual Hierarchy In the SharePoint conceptual hierarchy, site collections contain sites, which in turn contain lists. A site collection (SPSite) has no explicit UI but always contains one root level site (accessible through the RootWeb property) and possibly additional subsites under that r...
This section provides an overview of what django-models is, and why a developer might want to use it. It should also mention any large subjects within django-models, and link out to the related topics. Since the Documentation for django-models is new, you may need to create initial versions of t...
When creating tables make sure to pay attention to the choice of attributes for the partition and sort keys. See the published guidelines for working with tables.

Page 7 of 11