Modal: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 65: | Line 65: | ||
Setting either dimension to zero will reset that dimension. | Setting either dimension to zero will reset that dimension. | ||
==== modal.setFormTitle(title: <code>String</code>, opts: <code> | ==== modal.setFormTitle(title: <code>String</code>, opts?: <code>{ bold?: Boolean, center?: Boolean }</code>): <code>void</code> ==== | ||
Set a title or description at the top of the modal. | Set a title or description at the top of the modal. | ||
Line 177: | Line 177: | ||
=== Interfaces === | === Interfaces === | ||
CheckboxObj: < | CheckboxObj:<syntaxhighlight lang="typescript"> | ||
Object { | |||
EntryObj: < | elm: HTMLLabelElement, | ||
cbElm: Function, | |||
children: Array<CheckboxObj> | |||
} | |||
</syntaxhighlight>EntryObj:<syntaxhighlight lang="typescript"> | |||
Object { | |||
input: HTMLInputElement | |||
} | |||
</syntaxhighlight> | |||
=== Static functions === | === Static functions === |