You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/API-docs/v1.1/opensign.yaml
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -578,13 +578,15 @@ paths:
578
578
"required": true,
579
579
"default": 0,
580
580
"formula": "",
581
+
"decimalplaces": 2,
581
582
"color": "black",
582
583
"fontsize": 12
583
584
}
584
585
}
585
586
```
586
587
- **formula:** Compute the value from other number widgets using +, -, *, /, (, ). Reference widgets by their name in double curly braces, e.g. {{quantity}} * {{rate}}. to know more [visit here](https://docs.opensignlabs.com/docs/help/New-Document/widgets) (optional).
587
588
- **default:** Provide a default number (Optional).
589
+
- **decimalplaces:** Number of digits to display after the decimal point. e.g: 2 => 12.00, 0 => 12 (default 2)
588
590
operationId: selfsign
589
591
requestBody:
590
592
content:
@@ -927,6 +929,7 @@ paths:
927
929
"default": 0,
928
930
"hint": "Enter number",
929
931
"formula": "",
932
+
"decimalplaces": 2,
930
933
"color": "black",
931
934
"fontsize": 12
932
935
}
@@ -936,7 +939,7 @@ paths:
936
939
- **default:** Provide a default number (Optional).
937
940
- **hint:** Provide a hint for the number (Optional).
938
941
- **readonly:** Set to true if you want to set the textbox as readonly. By default, it's false.
939
-
942
+
- **decimalplaces:** Number of digits to display after the decimal point. e.g: 2 => 12.00, 0 => 12 (default 2)
940
943
941
944
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document **before** it is shared with a user. Only the document creator has permission to add them.
942
945
@@ -1403,6 +1406,7 @@ paths:
1403
1406
"default": 0,
1404
1407
"hint": "Enter number",
1405
1408
"formula": "",
1409
+
"decimalplaces": 2,
1406
1410
"color": "black",
1407
1411
"fontsize": 12
1408
1412
}
@@ -1412,6 +1416,7 @@ paths:
1412
1416
- **default:** Provide a default number (Optional).
1413
1417
- **hint:** Provide a hint for the number (Optional).
1414
1418
- **readonly:** Set to true if you want to set the textbox as readonly. By default, it's false.
1419
+
- **decimalplaces:** Number of digits to display after the decimal point. e.g: 2 => 12.00, 0 => 12 (default 2)
1415
1420
1416
1421
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document **before** it is shared with a user. Only the document creator has permission to add them.
1417
1422
@@ -1662,7 +1667,7 @@ paths:
1662
1667
"name": "number",
1663
1668
"readonly": false,
1664
1669
"default": 0,
1665
-
"formula": ""
1670
+
"formula": "",
1666
1671
}
1667
1672
```
1668
1673
@@ -2400,6 +2405,7 @@ paths:
2400
2405
"default": 0,
2401
2406
"hint": "Enter number",
2402
2407
"formula": "",
2408
+
"decimalplaces": 2,
2403
2409
"color": "black",
2404
2410
"fontsize": 12
2405
2411
}
@@ -2409,6 +2415,7 @@ paths:
2409
2415
- **default:** Provide a default number (Optional).
2410
2416
- **hint:** Provide a hint for the number (Optional).
2411
2417
- **readonly:** Set to true if you want to set the textbox as readonly. By default, it's false.
2418
+
- **decimalplaces:** Number of digits to display after the decimal point. e.g: 2 => 12.00, 0 => 12 (default 2)
2412
2419
2413
2420
2414
2421
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document **before** it is shared with a user. Only the document creator has permission to add them.
@@ -2897,6 +2904,7 @@ paths:
2897
2904
"default": 0,
2898
2905
"hint": "Enter number",
2899
2906
"formula": "",
2907
+
"decimalplaces": 2,
2900
2908
"color": "black",
2901
2909
"fontsize": 12
2902
2910
}
@@ -2906,6 +2914,7 @@ paths:
2906
2914
- **default:** Provide a default number (Optional).
2907
2915
- **hint:** Provide a hint for the number (Optional).
2908
2916
- **readonly:** Set to true if you want to set the textbox as readonly. By default, it's false.
2917
+
- **decimalplaces:** Number of digits to display after the decimal point. e.g: 2 => 12.00, 0 => 12 (default 2)
2909
2918
2910
2919
2911
2920
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document **before** it is shared with a user. Only the document creator has permission to add them.
@@ -3393,6 +3402,7 @@ paths:
3393
3402
"default": 0,
3394
3403
"hint": "Enter number",
3395
3404
"formula": "",
3405
+
"decimalplaces": 2,
3396
3406
"color": "black",
3397
3407
"fontsize": 12
3398
3408
}
@@ -3402,6 +3412,7 @@ paths:
3402
3412
- **default:** Provide a default number (Optional).
3403
3413
- **hint:** Provide a hint for the number (Optional).
3404
3414
- **readonly:** Set to true if you want to set the textbox as readonly. By default, it's false.
3415
+
- **decimalplaces:** Number of digits to display after the decimal point. e.g: 2 => 12.00, 0 => 12 (default 2)
3405
3416
3406
3417
3407
3418
**Prefill Widgets:** Prefill widgets are elements that are inserted into a document **before** it is shared with a user. Only the document creator has permission to add them.
0 commit comments