GdsPinboard Javascript Object Documentation

This object allows direct manipulation of Gds Pinboards. Using this object can simplify Pinboards within scripts if desired, however this script is optional and direct access to the request/response URL is permitted.

Include /report/elink/gdso.js

No trans....@@ http://www.fieldpine.com http://www.fieldpine.com

Goto: eLink Home | GDS Javascript Home | GDS Home

Methods

Properties

Examples

This example shows a very simple access of a pinboard, being the internal build date/time of the GDS server in use.
<script>
	var z = new GdsPinboard("fieldpineinternal.builddate");
	alert( "Arguments: " + z.GetArgCount());
	alert( z.GetValue() );
</script>


Type a Pinboard Name: