Table of Contents

Search

  1. Preface
  2. Overview, Downloading, and Installing
  3. Administration API
  4. Identity Service API
  5. Screenflow Programming and SDK
  6. ActiveVOS WSHT API
  7. Embedding Request Forms in Standalone Web Pages
  8. XML-JSON for Process Central

APIs, SDKs, and Services

APIs, SDKs, and Services

Adding Customizations

Adding Customizations

As part of a rendering hint, you can add your own custom parameters. The parameters are those that you have created in your rendering file.
In the following example, a
myBoolean
parameter in
email-rendering.html
can have two different values, such as
myCheckbox
or
myRadioButtons
. For the rendering hint, the
myCheckbox
value is selected:
<tns:dataDef name="Email Short Form" type="complex"> <tns:description>Comments area</tns:description> <tns:renderingHint> { "form" : "project:/email-rendering.html", myBoolean : myCheckbox } </tns:renderingHint> </tns:dataDef>
This rendering description is only used for displaying data in a guide. No formatting changes are made to the underlying data.

0 COMMENTS

We’d like to hear from you!