TIWCGJQWatermarkOptions Class

Watermark Options class

Namespace: IWCGJQControl
type
 TIWCGJQWatermarkOptions = class(TPersistent)
 end;

The TIWCGJQWatermarkOptions type exposes the following members.

Show:
 NameDescription
Create(TPersistent)

Initializes a new instance of the TIWCGJQWatermarkOptions class.

Top
Show:
 NameDescription
Active

Activates the watermark plugin

ClassName

Default class name for all watermarks

Color

Watermark color

Enable

Enable or Disable watermark plugin

HideBeforeUnload

If true, all watermarks will be hidden during the window's beforeunload event. This is done mainly because WebKit browsers remember the watermark text during navigation and try to restore the watermark text after the user clicks the Back button. We can avoid this by hiding the text before the browser has a chance to save it. The regular unload event was tried, but it seems the browser saves the text before that event kicks off, because it didn't work.

Script[string]

Represents property Script[string].

TargetHTMLName

Represents property TargetHTMLName.

Text

Watermark text

UseNative

If true, plugin will detect and use native browser support for watermark, if available. (e.g., WebKit's placeholder attribute.)

Top
Show:
 NameDescription
AjaxHideAll

Represents method AjaxHideAll.

AjaxShowAll

Represents method AjaxShowAll.

Assign(TPersistent)

Represents method Assign(TPersistent).

GetOwner

Represents method GetOwner.

GetTargetHTMLName

Represents method GetTargetHTMLName.

jsHideAll

Represents method jsHideAll.

jsShowAll

Represents method jsShowAll.

Top