KoolContextMenu Class [Javascript]

KoolMenu
 |__ KoolContextMenu

Summary

Properties Description
targetId Get the latest id of object that contenxtmenu attached with.
Methods Description
attachTo Attach this context menu to list of target ids.
reAttach Attach again the menu to all set target ids.

Properties Detail

targetIdTop

string targetId

Get the latest id of object that contenxtmenu attached with. Note: It may return null to indicate that contextmenu has not been opened from any targeted objects.

Show/Hide Code

Supported from version: 1.0.0.1

Methods Detail

attachToTop

void attachTo(string list_of_target_ids)

Attach this context menu to list of target ids.

Show/Hide Code

Supported from version: 1.5.0.0

reAttachTop

void reAttach()

Attach again the menu to all set target ids.

Show/Hide Code

Supported from version: 1.5.0.0