Skip to content

pantoken / formats/interactions/src / initModal

Mahi: initModal()

initModal(host, dialog, onCommand): void

Whakakāia he <dialog class="instui-modal"> CSS, kia hono rānei te ārai huna (shadow) o tētahi wāhanga tukutuku <dialog> ki te kawa āhuahira open me te wāhanga rerenga whakahau --show/--close/--toggle. E rua ngā whakamahinga ka tuku i taua atanga kotahi:

  • CSS: host === dialog (the dialog itself carries the id and open attr)
  • WC: host = custom element, dialog = its shadow &lt;dialog&gt;

Ngā Tawhā

host

HTMLElement

dialog

HTMLDialogElement

onCommand

OnCommand

Whakahokia

void