Class ecm.widget.CompositeButton


Extends dijit.form.Button.
This widget provides a button that can be configured to display a button icon on the left of the container, a button title in the middle, or an action button icon on the right. This button is used by the SecurityPane widget to display item security entries.
Defined in: <ecm\widget\CompositeButton.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
Event invoked when the action link of the composite button is clicked.
 
onTitleClick(event)
Event invoked when the title of the composite button is clicked
 

Constructor Detail

ecm.widget.CompositeButton()

Method Detail

focus()


onActionButtonClick(event)

Event invoked when the action link of the composite button is clicked. This is usually the X mark.
Parameters:
event

onTitleClick(event)

Event invoked when the title of the composite button is clicked
Parameters:
event

postCreate()