Listen to ElementSizeChanged event
This commit is contained in:
parent
e4bb456964
commit
b5c9fe78f1
9 changed files with 104 additions and 8 deletions
|
@ -58,6 +58,8 @@ createGuest = (embedder, params) ->
|
|||
|
||||
@viewInstanceId = params.instanceId
|
||||
@setSize
|
||||
normal:
|
||||
width: params.elementWidth, height: params.elementHeight
|
||||
enableAutoSize: params.autosize
|
||||
min:
|
||||
width: params.minwidth, height: params.minheight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue