Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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>
  • No labels