ModelessFrame: attachPopup()
受け取ったポップアップのコンテンツをフレームの AlierView にアタッチします。
構文
modelessFrame.attachPopup(container) => void
引数
-
container:PopupContainerポップアップの内容です。
解説
container をフレームの中にある AlierView にアタッチします。
受け取ったポップアップのコンテンツをフレームの AlierView にアタッチします。
modelessFrame.attachPopup(container) => void
container: PopupContainer
ポップアップの内容です。
container をフレームの中にある AlierView にアタッチします。