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

Multi-line edit (textarea) for strings

Multi-line edit (textarea) for strings

You can enable
textarea
HTML controls for strings by adding
rows
and
cols
JSON rendering hints that are built-into Process Server. For example:
<tns:dataDef name="Email Message" type="string"> <tns:description>Large text area for email messages</tns:description> <tns:renderingHint>{ "rows" : 3, "cols" : 40} </tns:renderingHint> </tns:dataDef>

0 COMMENTS

We’d like to hear from you!