setHeight method

void setHeight(
  1. num height
)

Changes the panel height.

@remarks If you don't need to change the height after the panel is created, you can pass it as an option to the createHtmlPanel.

Implementation

external void setHeight(num height);