TIWCGJQEditWatermarkOptions Class
Represents type TIWCGJQEditWatermarkOptions
.
type TIWCGJQEditWatermarkOptions = class(TIWCGJQWatermarkOptions) end;
The TIWCGJQEditWatermarkOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create(TPersistent) | Initializes a new instance of the TIWCGJQWatermarkOptions class. (Inherited from TIWCGJQWatermarkOptions.) |
Name | Description | |
---|---|---|
![]() | 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 |
![]() | TargetHTMLName | Represents property |
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | AjaxHideAll | Represents method |
![]() | AjaxShowAll | Represents method |
![]() | Assign(TPersistent) | Represents method |
![]() | GetOwner | Represents method |
![]() | GetTargetHTMLName | Represents method |
![]() | jsHideAll | Represents method |
![]() | jsShowAll | Represents method |