The ActionItem
object provides the following properties.
Enables or disables the ActionItem
object.
Syntax
enable
Example
// Disable an action item. myActionItem.enable = false;
Type
Boolean
Read/Write
Read+Write
Remarks
Set this property to true
to enable the ActionItem
object. To disable it, set this property to false
.
Platform Availability
iOS
Copyright © 2013 Kony, Inc. All rights reserved. |