xowiki::bootstrap::modal_dialog (public)

 xowiki::bootstrap::modal_dialog -id id -title title \
    [ -subtitle subtitle ] -body body

Defined in packages/xowiki/tcl/bootstrap-procs.tcl

Generic modal dialog wrapper.

Switches:
-id (required)
-title (required)
HTML markup for the modal title (can contain tags)
-subtitle (optional)
HTML markup for the modal subtitle (can contain tags)
-body (required)
HTML markup for the modal body (can contain tags)
Returns:
HTML markup

Testcases:
No testcase defined.
[ show source ]
Show another procedure: