|
Results |
|
Rest Grid example Process Apps
references this solution and the attached MSDs. For versions prior to SBM 11, the examples cited in the “ RESTServiceWrapper ” topic are no longer valid, and the example code in the attached MSDs should be used instead. The RESTServiceWrapper object in these MSDs queries the Twitter search REST service and displays the results in an HTML table.
|
|
|
SBM Version Diff
Differences Between Versions +} +/****************************************************************************/ +/* RESTServiceWrapper */
|
|
|
SBM Version Diff
Differences Between Versions **/ /* RESTServiceWrapper */ /****************************************************************** **********/ -function RESTServiceWrapper(url, username, password, useProxy)
|
|
|
SBM Version Diff
Differences Between Versions - this.GetIncludedRows = function (oldRows, newRow, ctrlKey, shiftKey) +/****************************************************************************/ +/* RESTServiceWrapper */
|
|
|
SBM Version Diff
Differences Between Versions /****************************************************************************/ function RESTServiceWrapper (url, username, password, useProxy, jsonResponse) { - this.url = url;
|
|
|
SBM JavaScript Library Guide
The RESTServiceWrapper object can be used to query results from a REST service without the need to display the REST Grid widget on a custom form. This topic describes the object and the methods that perform this function, and provides example JavaScript code.
|
|
|
SBM JavaScript Library Guide
• ShowErrorDiv Method [page 41] Querying REST Service Results The SecureRESTServiceWrapper and RESTServiceWrapper objects can be used to query results from a REST service without the need to display the REST Grid widget on a custom form.
|
|
|
SBM JavaScript Library Guide
• ShowErrorDiv Method [page 42] Querying REST Service Results The SecureRESTServiceWrapper and RESTServiceWrapper objects can be used to query results from a REST service without the need to display the REST Grid widget on a custom form.
|
|
|
SBM Composer Guide
For information on RESTServiceWrapper and SecureRESTServiceWrapper, refer to SBM JavaScript Library Guide. Managing Form Maintenance
|
|
|
SBM Composer Guide
For information on RESTServiceWrapper and SecureRESTServiceWrapper, refer to SBM JavaScript Library Guide. Managing Form Maintenance SBM Composer offers several methods for maintaining custom forms:
|
|
|