Dialogheader

Introduction

A sub-tag of <dialog>. This is a Mozilla tag that we implemented for Swing, but haven't used. Hence it's lack of implementation for SWT and GWT. It provides a header in the dialog just above the dialog content (see Mozilla doc https://developer.mozilla.org/en/XUL/dialogheader).

Properties

Property

Fires Events

Possible Values

Notes

title (String)

No

 

displayed in bold at the left of the header

description (String)

No

 

displayed on the right of the header

Methods

None.

Sample Usage

<dialog ...>
  <dialogheader title="Preferences" description="Change the configuration of your application"/>
</dialog>