Skip to content

Commit f47e28d

Browse files
committed
Update README.md
Added title
1 parent 9fce644 commit f47e28d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ You can submit the options object like:
3535
prepend: null,
3636
manuallyCopyFormValues: true,
3737
deferred: $.Deferred(),
38-
timeout: 250
38+
timeout: 250,
39+
title: null
3940
});
4041
```
4142
@@ -95,6 +96,11 @@ Currently this plugin supports the following options:
9596
- Acceptable-Values: Time in Milliseconds for `setTimeout`
9697
- Function: To change the amount of time to wait for the content, etc to load before printing the element from the new window/iframe created
9798
99+
####title
100+
101+
- Default: `null`, uses the host page title
102+
- Acceptable-Values: Any single-line string
103+
- Function: To change the printed title
98104
99105
## Tested with
100106

0 commit comments

Comments
 (0)