Cocos Creator API

1.3.0

Cocos Creator is a highly customizable game development tool that utilizes the power of cocos2d-x.

EditBox.InputFlag

: cc

Enum for the EditBox's input flags

PASSWORD Number

Indicates that the text entered is confidential data that should be obscured whenever possible. This implies EDIT_BOX_INPUT_FLAG_SENSITIVE.

SENSITIVE Number

Indicates that the text entered is sensitive data that the implementation must never store into a dictionary or table for use in predictive, auto-completing, or other accelerated input schemes. A credit card number is an example of sensitive data.

INITIAL_CAPS_WORD Number

This flag is a hint to the implementation that during text editing, the initial letter of each word should be capitalized.

INITIAL_CAPS_SENTENCE Number

This flag is a hint to the implementation that during text editing, the initial letter of each sentence should be capitalized.

INITIAL_CAPS_ALL_CHARACTERS Number

Capitalize all characters automatically.

There are no properties that match your current filter settings. You can change your filter settings in the index section on this page. index