TIWCGJQExtensionWatermarkOptions Class

Represents type TIWCGJQExtensionWatermarkOptions.

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

The TIWCGJQExtensionWatermarkOptions type exposes the following members.

Show:
 NameDescription
Create(TPersistent)

Initializes a new instance of the TIWCGJQWatermarkOptions class. (Inherited from TIWCGJQWatermarkOptions.)

Top
Show:
 NameDescription
Active

Activates the watermark plugin (Inherited from TIWCGJQWatermarkOptions.)

ClassName

Default class name for all watermarks (Inherited from TIWCGJQWatermarkOptions.)

Color

Watermark color (Inherited from TIWCGJQWatermarkOptions.)

Enable

Enable or Disable watermark plugin (Inherited from TIWCGJQWatermarkOptions.)

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. (Inherited from TIWCGJQWatermarkOptions.)

Script[string]

Represents property Script[string]. (Inherited from TIWCGJQWatermarkOptions.)

TargetHTMLName

Represents property TargetHTMLName. (Inherited from TIWCGJQWatermarkOptions.)

Text

Watermark text (Inherited from TIWCGJQWatermarkOptions.)

UseNative

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

Top
Show:
 NameDescription
AjaxHideAll

Represents method AjaxHideAll. (Inherited from TIWCGJQWatermarkOptions.)

AjaxShowAll

Represents method AjaxShowAll. (Inherited from TIWCGJQWatermarkOptions.)

Assign(TPersistent)

Represents method Assign(TPersistent). (Inherited from TIWCGJQWatermarkOptions.)

GetOwner

Represents method GetOwner. (Inherited from TIWCGJQWatermarkOptions.)

GetTargetHTMLName

Represents method GetTargetHTMLName. (Overrides TIWCGJQWatermarkOptions.GetTargetHTMLName.)

jsHideAll

Represents method jsHideAll. (Inherited from TIWCGJQWatermarkOptions.)

jsShowAll

Represents method jsShowAll. (Inherited from TIWCGJQWatermarkOptions.)

Top