IntroductionIn this article you will see how to get the field links from the content type in SharePoint 2010 using ECMAScript. I have a custom content type named "Custom Content type" under the "Custom Content Types" group (Navigate to the site, click on Site Actions. Click on Site Settings. In the Galleries section, click on Site Content Types. Click on "Custom Content Type").I am going to get all the field links from the "Custom Content type" content type using ECMAScript.Steps Involved
ReferenceSP.ContentType.fieldLinks Property - http://msdn.microsoft.com/en-us/library/ee547672.aspxSummaryThus in this article you have seen how to get the field links from the content type in SharePoint 2010 using ECMAScript.