TIWCGJQEventBinderElement Class

Represents type TIWCGJQEventBinderElement.

Namespace: IWCGJQEventBinder
TCGCollectionItem
  IWCGJQEventBinder.TIWCGJQEventBinderElement
type
 TIWCGJQEventBinderElement = class(TCGCollectionItem, IIWCGFuncAdapter)
 end;

The TIWCGJQEventBinderElement type exposes the following members.

Show:
 NameDescription
Create(TCollection)

Initializes a new instance of the TIWCGJQEventBinderElement class.

Destroy

Represents the destructor of the TIWCGJQEventBinderElement class.

Top
Show:
 NameDescription
Control

Bind events to control

Events

Available events list.

IsImage

Set this property to True, if you want attach/bind TIWCGJQCustomEventBinder.SpecialImagesEvents to this element.

jQuerySelector

Bind events to jquery selector.

Examples:

  • $(".mycssclass")
  • $("#elementId")
  • $("#divId").find("img")
List

Represents property List.

Top
Show:
 NameDescription
Assign(TPersistent)

Represents method Assign(TPersistent).

GetCGJSContainer

Represents method GetCGJSContainer.

GetDisplayName

Represents method GetDisplayName.

GetElementBindScript

Represents method GetElementBindScript.

GetFixedScript(TIWCGJSonFunc,Boolean)

Represents method GetFixedScript(TIWCGJSonFunc,Boolean).

GetHTMLName

Represents method GetHTMLName.

GetImplComponent

Represents method GetImplComponent.

GetItemIndex

Represents method GetItemIndex.

GetIWCLName

Represents method GetIWCLName.

GetPropName

Represents method GetPropName.

GetSelector

Represents method GetSelector.

Top