Skip to content

Commit

Permalink
Documented SoftKeyboard entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Nuzzi committed Aug 3, 2014
1 parent bd96940 commit 4d55198
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2335,6 +2335,18 @@ The input TSS classes come in two predefined heights. The default is `44dp` and
<td>input-supress-return</td>
<td>suppressReturn: true</td>
</tr>
<tr>
<td>input-sk-hide-on-focus (Android Only)</td>
<td>softKeyboardOnFocus: Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS</td>
</tr>
<tr>
<td>input-sk-show-on-focus (Android Only)</td>
<td>softKeyboardOnFocus: Titanium.UI.Android.SOFT_KEYBOARD_HIDE_ON_FOCUS</td>
</tr>
<tr>
<td>input-sk-default-on-focus (Android Only)</td>
<td>softKeyboardOnFocus: Titanium.UI.Android.SOFT_KEYBOARD_DEFAULT_ON_FOCUS</td>
</tr>
</table>

Example:
Expand Down

0 comments on commit 4d55198

Please sign in to comment.