ccb_getFormElementInfo

Purpose:

Gets the UX information about the element on a particular form.

Parameters (json array)

  • serviceName (string) = “ux”
  • function (string) = “ccb_getFormElementInfo”
  • ID (string) = ID of the form element

Notes

  • O

Results (json array)

  • Status (string).  (“0″=Success, “1”=Not Successful)
  • statusMessage (string) (“Empty”,”Results”)
  • data (json array) (the results if not empty)

Leave a Reply