KONTROLID - TextFormat icon

KONTROLID - TextFormat

KONTROLID
Free
10+ downloads

About KONTROLID - TextFormat

This mobile KontroliD plugin allows you to format a text at the time of capture in KontroliD. You can, among other things, force only the UPPER CASE keyboard, limit the maximum number of characters showing how many of the total they are, and format the numbers either in decimals, thousands separators, weights symbol, etc. This avoids having to do text manipulations at the level of string functions and in turn facilitates from the source that the user enters a text in a specific format that can later be included in the PDF report.

To use it from KontroliD, a question type text is included in the form, apparently putting the call to the external application: ex: com.kontrolid.app.textFormat with the corresponding parameters.

This plugin requires N parameters or external input variables, which must be specified as text between single quotes or as $ {question}, except length which is specified as an integer without quotes.
ex: com.kontrolid.app.textFormat (token = 'ddddgdgg', label = 'Enter a number', numbers = 'true', lenght = 15, uppercase = 'true', input = $ {Number}, format = $ {Pattern}, direct = 'true')

KONTROLID - TextFormat Screenshots