Hi Victor,
The 'Context menu' attribute is a comma-separated list, e.g.
The 'Context menu' delegate is called when you select a menu option and the name of the menu option is passed to the delegate.
Code:
////////////////////////////////////////////////////////////////
// Event delegate for 'contextmenu' event
proc page1_contacts_field1_contextmenu(action)
messagebox(action)
endproc
The Context Menu is displayed when you right-click on a field in Edit mode (inline edit or full section or page edit).
Regards,
Yvonne
Bookmarks