* Layouts view and its subviews. * @return {View}
()
| 129 | * @return {View} |
| 130 | */ |
| 131 | layout () { |
| 132 | this.layoutTextarea() |
| 133 | return super.layout() |
| 134 | } |
| 135 | |
| 136 | /** |
| 137 | * Calculates height nessesary to view the text without scrollbars. |
nothing calls this directly
no test coverage detected