Set the height for the iframe registered for this client instance.
| height | String | String with the height to use (e.g. '20px') |
| callback | Function | Function to call upon setting the height. Note: You should avoid specifying a callback function unless you care to know when the operation completes, because it will require an extra cross domain message to send the operation complete information. callback should be a function with no parameters. |