Difference between revisions of "Code Samples"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 13: Line 13:
** [{{DOCHOST}}/samples/demo/rest/StaticResourceUploadClient.java StaticResourceUploadClient] - Extends BaseClient to log in and then upload a static resource file.
** [{{DOCHOST}}/samples/demo/rest/StaticResourceUploadClient.java StaticResourceUploadClient] - Extends BaseClient to log in and then upload a static resource file.
** The [[REST API]] pages also contain a number of additional code samples
** The [[REST API]] pages also contain a number of additional code samples
*See [[AJAX and REST]] for examples invoking REST APIs from JavaScript code.
* JavaScript Examples
*See [[Scripting]] for samples of custom JavaScript code that executes at the Field level, on Forms and in Lookup Fields.
:* See [[AJAX and REST]] for examples invoking REST APIs from JavaScript code.
*[[Working with Pages and Classes]]  
:* See the [[JavaScript]] pages for custom code that executes at the Field level, on Forms and in Lookup Fields.
* See also:
:*[[Working with Pages and Classes]]  
<noinclude>


[[Category:Development]]
[[Category:Development]]
</noinclude>

Revision as of 02:52, 7 October 2011

The following library of code samples were contributed by our staff, partners and users, and are provided for educational purposes. You are welcome to copy and use these samples in your implementation. If you come up with something wonderful and want to share, contact us and we'll add it to the library.

  • Java Code Examples
  • See AJAX and REST for examples invoking REST APIs from JavaScript code.
  • See the JavaScript pages for custom code that executes at the Field level, on Forms and in Lookup Fields.
  • See also: