Skip to content

Commit 7baaacd

Browse files
committed
Checkboxes don't have font or fontSize properties
1 parent de67dc2 commit 7baaacd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/examples/eg008.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,16 +200,16 @@ function makeTemplate(){
200200
documentId: "1", pageNumber: "1", xPosition: "191", yPosition: "148"})
201201
, check1 = docusign.Checkbox.constructFromObject({
202202
documentId: "1", pageNumber: "1", xPosition: "75", yPosition: "417",
203-
font: "helvetica", fontSize: "size14", tabLabel: "ckAuthorization"})
203+
tabLabel: "ckAuthorization"})
204204
, check2 = docusign.Checkbox.constructFromObject({
205205
documentId: "1", pageNumber: "1", xPosition: "75", yPosition: "447",
206-
font: "helvetica", fontSize: "size14", tabLabel: "ckAuthentication"})
206+
tabLabel: "ckAuthentication"})
207207
, check3 = docusign.Checkbox.constructFromObject({
208208
documentId: "1", pageNumber: "1", xPosition: "75", yPosition: "478",
209-
font: "helvetica", fontSize: "size14", tabLabel: "ckAgreement"})
209+
tabLabel: "ckAgreement"})
210210
, check4 = docusign.Checkbox.constructFromObject({
211211
documentId: "1", pageNumber: "1", xPosition: "75", yPosition: "508",
212-
font: "helvetica", fontSize: "size14", tabLabel: "ckAcknowledgement"})
212+
tabLabel: "ckAcknowledgement"})
213213
, list1 = docusign.List.constructFromObject({
214214
documentId: "1", pageNumber: "1", xPosition: "142", yPosition: "291",
215215
font: "helvetica", fontSize: "size14", tabLabel: "list",

0 commit comments

Comments
 (0)