Skip to main content

leftButtonMode

// Property: leftButtonMode
// Description: Determines when to display the left button view.
// Component(s): Ti.UI.TextField
'.left-button-mode-always': { leftButtonMode: Ti.UI.INPUT_BUTTONMODE_ALWAYS }
'.left-button-mode-never': { leftButtonMode: Ti.UI.INPUT_BUTTONMODE_NEVER }
'.left-button-mode-onblur': { leftButtonMode: Ti.UI.INPUT_BUTTONMODE_ONBLUR }
'.left-button-mode-onfocus': { leftButtonMode: Ti.UI.INPUT_BUTTONMODE_ONFOCUS }