new TryItOut(id, heightopt, widthopt) → {TryItOut}
Creates an instance of TryItOut of a given height and width.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
id |
string | unique identifier of new TryItOut instance | ||
height |
string |
<optional> |
500px | string HTML for height property of TryItOut window |
width |
string |
<optional> |
100% | string HTML for width property of TryItOut window |
- Source:
Returns:
- Type
- TryItOut