UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

1,104 lines (1,036 loc) 94 kB
# What's new in v5.3.1 - [What's new in v5.3.1](#whats-new-in-v531) - [New features](#new-features) - [Added official icon sets to `definitions.css` file](#added-official-icon-sets-to-definitionscss-file) - [Bug Fixes](#bug-fixes) - [Cannot read property 'mode' of undefined](#cannot-read-property-mode-of-undefined) - [New classes](#new-classes) - [Ti.UI.WebView](#tiuiwebview) - [allowsBackForwardNavigationGestures](#allowsbackforwardnavigationgestures) - [allowsLinkPreview](#allowslinkpreview) - [cacheMode](#cachemode) - [cachePolicy](#cachepolicy) - [disableContextMenu](#disablecontextmenu) - [enableJavascriptInterface](#enablejavascriptinterface) - [hideLoadIndicator](#hideloadindicator) - [ignoreSslError](#ignoresslerror) - [keyboardDisplayRequiresUserAction](#keyboarddisplayrequiresuseraction) - [lightTouchEnabled](#lighttouchenabled) - [mixedContentMode](#mixedcontentmode) - [pluginState](#pluginstate) - [scalesPageToFit](#scalespagetofit) - [selectionGranularity](#selectiongranularity) - [timeout](#timeout) - [willHandleTouches](#willhandletouches) - [Ti.UI.Label](#tiuilabel) - [backgroundLeftCap](#backgroundleftcap) - [backgroundPaddingBottom](#backgroundpaddingbottom) - [backgroundPaddingLeft](#backgroundpaddingleft) - [backgroundPaddingRight](#backgroundpaddingright) - [backgroundPaddingTop](#backgroundpaddingtop) - [backgroundTopCap](#backgroundtopcap) - [highlightedColor](#highlightedcolor) - [includeFontPadding](#includefontpadding) - [leftButtonPadding](#leftbuttonpadding) - [rightButtonPadding](#rightbuttonpadding) - [Ti.UI.Label, Ti.UI.TextArea](#tiuilabel-tiuitextarea) - [lines](#lines) - [maxLines](#maxlines) - [Ti.UI.label, Ti.UI.TextField](#tiuilabel-tiuitextfield) - [minimumFontSize](#minimumfontsize) - [Ti.UI.TextField](#tiuitextfield) - [clearButtonMode](#clearbuttonmode) - [inputType](#inputtype) - [leftButtonMode](#leftbuttonmode) - [rightButtonMode](#rightbuttonmode) - [Ti.UI.TextArea, Ti.UI.TextField](#tiuitextarea-tiuitextfield) - [clearOnEdit](#clearonedit) - [hintType](#hinttype) - [keyboardToolbarHeight](#keyboardtoolbarheight) - [showUndoRedoActions](#showundoredoactions) - [suppressReturn](#suppressreturn) - [Ti.UI.ScrollView](#tiuiscrollview) - [canCancelEvents](#cancancelevents) - [contentHeight And contentWidth](#contentheight-and-contentwidth) - [contentWidth](#contentwidth) - [contentHeight](#contentheight) - [maxZoomScale](#maxzoomscale) - [minZoomScale](#minzoomscale) - [verticalBounce](#verticalbounce) - [zoomScale](#zoomscale) - [Ti.UI.ListItem](#tiuilistitem) - [accessoryType](#accessorytype) - [canEdit](#canedit) - [canInsert](#caninsert) - [canMove](#canmove) - [selectedSubtitleColor](#selectedsubtitlecolor) - [subtitleColor](#subtitlecolor) - [backgroundSelectedGradient](#backgroundselectedgradient) - [Ti.UI.View](#tiuiview) - [backgroundDisabledColor](#backgrounddisabledcolor) - [filterTouchesWhenObscured](#filtertoucheswhenobscured) - [focusable](#focusable) - [hiddenBehavior](#hiddenbehavior) - [horizontalWrap](#horizontalwrap) - [overrideCurrentAnimation](#overridecurrentanimation) - [pullBackgroundColor](#pullbackgroundcolor) - [Ti.UI.ImageView](#tiuiimageview) - [autorotate](#autorotate) - [imageTouchFeedback](#imagetouchfeedback) - [imageTouchFeedbackColor](#imagetouchfeedbackcolor) - [repeatCount](#repeatcount) - [duration](#duration) - [Ti.UI.Picker](#tiuipicker) - [calendarViewShown](#calendarviewshown) - [countDownDuration](#countdownduration) - [datePickerStyle](#datepickerstyle) - [dateTimeColor](#datetimecolor) - [format24](#format24) - [nativeSpinner](#nativespinner) - [selectionOpens](#selectionopens) - [Ti.UI.Notification](#tiuinotification) - [gravity](#gravity) - [vertical and Horizontal Margin](#vertical-and-horizontal-margin) - [xOffset and yOffset](#xoffset-and-yoffset) - [Ti.UI.TableViewRow](#tiuitableviewrow) - [hasCheck](#hascheck) - [hasChild](#haschild) - [hasDetail](#hasdetail) - [icon](#icon) - [For Ti.UI.ShortcutItem](#for-tiuishortcutitem) - [For Ti.Android.R.drawable](#for-tiandroidrdrawable) - [TabGroup](#tabgroup) - [activeTab](#activetab) - [Ti.UI.Tab](#tiuitab) - [badgeColor](#badgecolor) - [Ti.UI.Tab, Ti.UI.View](#tiuitab-tiuiview) - [backgroundFocusedColor](#backgroundfocusedcolor) - [Ti.Android.MenuItem](#tiandroidmenuitem) - [checkable](#checkable) - [Ti.Android.Intent](#tiandroidintent) - [flags](#flags) - [Ti.UI.ActivityIndicator](#tiuiactivityindicator) - [keyboardToolbarColor](#keyboardtoolbarcolor) - [Mix Components](#mix-components) - [indentionLevel](#indentionlevel) - [Ti.UI.Switch](#tiuiswitch) - [onTintColor](#ontintcolor) - [thumbTintColor](#thumbtintcolor) - [Ti.Android.ActionBar](#tiandroidactionbar) - [navigationMode](#navigationmode) - [Ti.UI.TableView](#tiuitableview) - [passwordMask](#passwordmask) - [hintTextColor ( Alias of placeholder-{color} )](#hinttextcolor--alias-of-placeholder-color-) - [Ti.UI.Animation](#tiuianimation) - [reverse](#reverse) - [Ti.UI.ListView, Ti.UI.TableView](#tiuilistview-tiuitableview) - [showHorizontalScrollIndicator](#showhorizontalscrollindicator) - [Ti.UI.Toolbar](#tiuitoolbar) - [titleTextColor](#titletextcolor) - [Ti.UI.ProgressBar, Ti.UI.Slider](#tiuiprogressbar-tiuislider) - [trackTintColor](#tracktintcolor) ## New features ### Added official icon sets to `definitions.css` file Now you will get class name completion for the official icon fonts for **Purge TSS**: `Font Awesome 6 Free`, `Material Icons` and, `Framework 7` icons. Including your custom `fontawesome.tss` classes from `Font Awesome Pro` or `Font Awesome Beta`. ## Bug Fixes ### Cannot read property 'mode' of undefined Fixed the error when purging a project with a missing `purge` property in `./purgetss/config.js`. ## New classes We are almost done with all the properties from the main `Titanium.UI` module. Here's the list of the resently added properties: ### Ti.UI.WebView #### allowsBackForwardNavigationGestures ```css // Component(s): Ti.UI.WebView // Property(ies): allowsBackForwardNavigationGestures - iOS Only '.allow-back-forward-navigation-gestures[platform=ios]': { allowsBackForwardNavigationGestures: true } '.dont-allow-back-forward-navigation-gestures[platform=ios]': { allowsBackForwardNavigationGestures: false } ``` #### allowsLinkPreview ```css // Component(s): Ti.UI.WebView // Property(ies): allowsLinkPreview - iOS Only '.allows-link-preview[platform=ios]': { allowsLinkPreview: true } '.dont-allow-link-preview[platform=ios]': { allowsLinkPreview: false } ``` #### cacheMode ```css // Component(s): Ti.UI.WebView // Property(ies): cacheMode - Android Only '.cache-mode[platform=android]': { cacheMode: Ti.UI.Android.WEBVIEW_LOAD_DEFAULT } '.cache-mode-no-cache[platform=android]': { cacheMode: Ti.UI.Android.WEBVIEW_LOAD_NO_CACHE } '.cache-mode-cache-only[platform=android]': { cacheMode: Ti.UI.Android.WEBVIEW_LOAD_CACHE_ONLY } '.cache-mode-cache-else-network[platform=android]': { cacheMode: Ti.UI.Android.WEBVIEW_LOAD_CACHE_ELSE_NETWORK } '.webview-load[platform=android]': { cacheMode: Ti.UI.Android.WEBVIEW_LOAD_DEFAULT } '.webview-load-no-cache[platform=android]': { cacheMode: Ti.UI.Android.WEBVIEW_LOAD_NO_CACHE } '.webview-load-cache-only[platform=android]': { cacheMode: Ti.UI.Android.WEBVIEW_LOAD_CACHE_ONLY } '.webview-load-cache-else-network[platform=android]': { cacheMode: Ti.UI.Android.WEBVIEW_LOAD_CACHE_ELSE_NETWORK } ``` #### cachePolicy ```css // Component(s): Ti.UI.WebView // Property(ies): cachePolicy - Android Only '.cache-policy-use-protocol-cache-only[platform=ios]': { cachePolicy: Ti.UI.iOS.CACHE_POLICY_USE_PROTOCOL_CACHE_POLICY } '.cache-policy-ignoring-local-cache-data[platform=ios]': { cachePolicy: Ti.UI.iOS.CACHE_POLICY_RELOAD_IGNORING_LOCAL_CACHE_DATA } '.cache-policy-return-cache-data-else-load[platform=ios]': { cachePolicy: Ti.UI.iOS.CACHE_POLICY_RETURN_CACHE_DATA_ELSE_LOAD } '.cache-policy-return-cache-data-dont-load[platform=ios]': { cachePolicy: Ti.UI.iOS.CACHE_POLICY_RETURN_CACHE_DATA_DONT_LOAD } ``` #### disableContextMenu ```css // Component(s): Ti.UI.WebView // Property(ies): disableContextMenu - Android Only '.disable-context-menu[platform=android]': { disableContextMenu: true } '.dont-disable-context-menu[platform=android]': { disableContextMenu: false } ``` #### enableJavascriptInterface ```css // Component(s): Ti.UI.WebView // Property(ies): enableJavascriptInterface - Android Only '.enable-javascript-interfase[platform=android]': { enableJavascriptInterface: true } '.disable-javascript-interfase[platform=android]': { enableJavascriptInterface: false } '.enable-js-interfase[platform=android]': { enableJavascriptInterface: true } '.disable-js-interfase[platform=android]': { enableJavascriptInterface: false } ``` #### hideLoadIndicator ```css // Component(s): Ti.UI.WebView // Property(ies): hideLoadIndicator - iOS Only '.hide-load-indicator[platform=ios]': { hideLoadIndicator: true } '.show-load-indicator[platform=ios]': { hideLoadIndicator: false } ``` #### ignoreSslError ```css // Component(s): Ti.UI.WebView // Property(ies): ignoreSslError '.ignore-ssl-error': { ignoreSslError: true } '.dont-ignore-ssl-error': { ignoreSslError: false } ``` #### keyboardDisplayRequiresUserAction ```css // Component(s): Ti.UI.WebView // Property(ies): keyboardDisplayRequiresUserAction - iOS Only '.keyboard-display-requires-user-action[platform=ios]': { keyboardDisplayRequiresUserAction: true } '.keyboard-display-dont-require-user-action[platform=ios]': { keyboardDisplayRequiresUserAction: false } ``` #### lightTouchEnabled ```css // Component(s): Ti.UI.WebView // Property(ies): lightTouchEnabled - Android Only '.light-touch-enabled[platform=android]': { lightTouchEnabled: true } '.light-touch-disabled[platform=android]': { lightTouchEnabled: false } ``` #### mixedContentMode ```css // Component(s): Ti.UI.WebView // Property(ies): mixedContentMode - Android Only '.mixed-content-mode[platform=android]': { mixedContentMode: true } '.unmixed-content-mode[platform=android]': { mixedContentMode: false } ``` #### pluginState ```css // Component(s): Ti.UI.WebView // Property(ies): pluginState - Android Only '.webview-plugins-off[platform=android]': { pluginState: Ti.UI.Android.WEBVIEW_PLUGINS_OFF } '.webview-plugins-on[platform=android]': { pluginState: Ti.UI.Android.WEBVIEW_PLUGINS_ON } '.webview-plugins-on-demand[platform=android]': { pluginState: Ti.UI.Android.WEBVIEW_PLUGINS_ON_DEMAND } ``` #### scalesPageToFit ```css // Component(s): Ti.UI.WebView // Property(ies): scalesPageToFit '.scales-page-to-fit': { scalesPageToFit: true } '.dont-scale-page-to-fit': { scalesPageToFit: false } ``` #### selectionGranularity ```css // Component(s): Ti.UI.WebView // Property(ies): selectionGranularity - iOS Only '.selection-granularity-dynamic[platform=ios]': { selectionGranularity: Ti.UI.iOS.SELECTION_GRANULARITY_DYNAMIC } '.selection-granularity-character[platform=ios]': { selectionGranularity: Ti.UI.iOS.SELECTION_GRANULARITY_CHARACTER } ``` #### timeout ```css // Component(s): Ti.UI.WebView // Property(ies): timeout - iOS Only '.timeout-0[platform=ios]': { timeout: 0 } '.timeout-25[platform=ios]': { timeout: 25 } '.timeout-50[platform=ios]': { timeout: 50 } '.timeout-75[platform=ios]': { timeout: 75 } '.timeout-100[platform=ios]': { timeout: 100 } '.timeout-150[platform=ios]': { timeout: 150 } '.timeout-200[platform=ios]': { timeout: 200 } '.timeout-250[platform=ios]': { timeout: 250 } '.timeout-300[platform=ios]': { timeout: 300 } '.timeout-350[platform=ios]': { timeout: 350 } '.timeout-400[platform=ios]': { timeout: 400 } '.timeout-450[platform=ios]': { timeout: 450 } '.timeout-500[platform=ios]': { timeout: 500 } '.timeout-600[platform=ios]': { timeout: 600 } '.timeout-700[platform=ios]': { timeout: 700 } '.timeout-800[platform=ios]': { timeout: 800 } '.timeout-900[platform=ios]': { timeout: 900 } '.timeout-1000[platform=ios]': { timeout: 1000 } '.timeout-2000[platform=ios]': { timeout: 2000 } '.timeout-3000[platform=ios]': { timeout: 3000 } '.timeout-4000[platform=ios]': { timeout: 4000 } '.timeout-5000[platform=ios]': { timeout: 5000 } ``` #### willHandleTouches ```css // Component(s): Ti.UI.WebView // Property(ies): willHandleTouches - iOS Only '.will-handle-touches[platform=ios]': { willHandleTouches: true } '.will-not-handle-touches[platform=ios]': { willHandleTouches: false } ``` ### Ti.UI.Label #### backgroundLeftCap ```css // Component(s): Ti.UI.Label // Property(ies): backgroundLeftCap - iOS Only '.bg-l-cap-0[platform=ios]': { backgroundLeftCap: 0 } '.bg-l-cap-1[platform=ios]': { backgroundLeftCap: 4 } '.bg-l-cap-2[platform=ios]': { backgroundLeftCap: 8 } '.bg-l-cap-3[platform=ios]': { backgroundLeftCap: 12 } '.bg-l-cap-4[platform=ios]': { backgroundLeftCap: 16 } '.bg-l-cap-5[platform=ios]': { backgroundLeftCap: 20 } '.bg-l-cap-6[platform=ios]': { backgroundLeftCap: 24 } '.bg-l-cap-7[platform=ios]': { backgroundLeftCap: 28 } '.bg-l-cap-8[platform=ios]': { backgroundLeftCap: 32 } '.bg-l-cap-9[platform=ios]': { backgroundLeftCap: 36 } '.bg-l-cap-10[platform=ios]': { backgroundLeftCap: 40 } '.bg-l-cap-11[platform=ios]': { backgroundLeftCap: 44 } '.bg-l-cap-12[platform=ios]': { backgroundLeftCap: 48 } '.bg-l-cap-14[platform=ios]': { backgroundLeftCap: 56 } '.bg-l-cap-16[platform=ios]': { backgroundLeftCap: 64 } '.bg-l-cap-20[platform=ios]': { backgroundLeftCap: 80 } '.bg-l-cap-24[platform=ios]': { backgroundLeftCap: 96 } '.bg-l-cap-28[platform=ios]': { backgroundLeftCap: 112 } '.bg-l-cap-32[platform=ios]': { backgroundLeftCap: 128 } '.bg-l-cap-36[platform=ios]': { backgroundLeftCap: 144 } '.bg-l-cap-40[platform=ios]': { backgroundLeftCap: 160 } '.bg-l-cap-44[platform=ios]': { backgroundLeftCap: 176 } '.bg-l-cap-48[platform=ios]': { backgroundLeftCap: 192 } '.bg-l-cap-52[platform=ios]': { backgroundLeftCap: 208 } '.bg-l-cap-56[platform=ios]': { backgroundLeftCap: 224 } '.bg-l-cap-60[platform=ios]': { backgroundLeftCap: 240 } '.bg-l-cap-64[platform=ios]': { backgroundLeftCap: 256 } '.bg-l-cap-72[platform=ios]': { backgroundLeftCap: 288 } '.bg-l-cap-80[platform=ios]': { backgroundLeftCap: 320 } '.bg-l-cap-96[platform=ios]': { backgroundLeftCap: 384 } '.bg-l-cap-px[platform=ios]': { backgroundLeftCap: '1px' } '.bg-l-cap-0.5[platform=ios]': { backgroundLeftCap: 2 } '.bg-l-cap-1.5[platform=ios]': { backgroundLeftCap: 6 } '.bg-l-cap-2.5[platform=ios]': { backgroundLeftCap: 10 } '.bg-l-cap-3.5[platform=ios]': { backgroundLeftCap: 14 } ``` #### backgroundPaddingBottom ```css // Component(s): Ti.UI.Label // Property(ies): backgroundPaddingBottom - iOS Only '.bg-padding-b-0[platform=ios]': { backgroundPaddingBottom: 0 } '.bg-padding-b-1[platform=ios]': { backgroundPaddingBottom: 4 } '.bg-padding-b-2[platform=ios]': { backgroundPaddingBottom: 8 } '.bg-padding-b-3[platform=ios]': { backgroundPaddingBottom: 12 } '.bg-padding-b-4[platform=ios]': { backgroundPaddingBottom: 16 } '.bg-padding-b-5[platform=ios]': { backgroundPaddingBottom: 20 } '.bg-padding-b-6[platform=ios]': { backgroundPaddingBottom: 24 } '.bg-padding-b-7[platform=ios]': { backgroundPaddingBottom: 28 } '.bg-padding-b-8[platform=ios]': { backgroundPaddingBottom: 32 } '.bg-padding-b-9[platform=ios]': { backgroundPaddingBottom: 36 } '.bg-padding-b-10[platform=ios]': { backgroundPaddingBottom: 40 } '.bg-padding-b-11[platform=ios]': { backgroundPaddingBottom: 44 } '.bg-padding-b-12[platform=ios]': { backgroundPaddingBottom: 48 } '.bg-padding-b-14[platform=ios]': { backgroundPaddingBottom: 56 } '.bg-padding-b-16[platform=ios]': { backgroundPaddingBottom: 64 } '.bg-padding-b-20[platform=ios]': { backgroundPaddingBottom: 80 } '.bg-padding-b-24[platform=ios]': { backgroundPaddingBottom: 96 } '.bg-padding-b-28[platform=ios]': { backgroundPaddingBottom: 112 } '.bg-padding-b-32[platform=ios]': { backgroundPaddingBottom: 128 } '.bg-padding-b-36[platform=ios]': { backgroundPaddingBottom: 144 } '.bg-padding-b-40[platform=ios]': { backgroundPaddingBottom: 160 } '.bg-padding-b-44[platform=ios]': { backgroundPaddingBottom: 176 } '.bg-padding-b-48[platform=ios]': { backgroundPaddingBottom: 192 } '.bg-padding-b-52[platform=ios]': { backgroundPaddingBottom: 208 } '.bg-padding-b-56[platform=ios]': { backgroundPaddingBottom: 224 } '.bg-padding-b-60[platform=ios]': { backgroundPaddingBottom: 240 } '.bg-padding-b-64[platform=ios]': { backgroundPaddingBottom: 256 } '.bg-padding-b-72[platform=ios]': { backgroundPaddingBottom: 288 } '.bg-padding-b-80[platform=ios]': { backgroundPaddingBottom: 320 } '.bg-padding-b-96[platform=ios]': { backgroundPaddingBottom: 384 } '.bg-padding-b-px[platform=ios]': { backgroundPaddingBottom: '1px' } '.bg-padding-b-0.5[platform=ios]': { backgroundPaddingBottom: 2 } '.bg-padding-b-1.5[platform=ios]': { backgroundPaddingBottom: 6 } '.bg-padding-b-2.5[platform=ios]': { backgroundPaddingBottom: 10 } '.bg-padding-b-3.5[platform=ios]': { backgroundPaddingBottom: 14 } ``` #### backgroundPaddingLeft ```css // Component(s): Ti.UI.Label // Property(ies): backgroundPaddingLeft - iOS Only '.bg-padding-l-0[platform=ios]': { backgroundPaddingLeft: 0 } '.bg-padding-l-1[platform=ios]': { backgroundPaddingLeft: 4 } '.bg-padding-l-2[platform=ios]': { backgroundPaddingLeft: 8 } '.bg-padding-l-3[platform=ios]': { backgroundPaddingLeft: 12 } '.bg-padding-l-4[platform=ios]': { backgroundPaddingLeft: 16 } '.bg-padding-l-5[platform=ios]': { backgroundPaddingLeft: 20 } '.bg-padding-l-6[platform=ios]': { backgroundPaddingLeft: 24 } '.bg-padding-l-7[platform=ios]': { backgroundPaddingLeft: 28 } '.bg-padding-l-8[platform=ios]': { backgroundPaddingLeft: 32 } '.bg-padding-l-9[platform=ios]': { backgroundPaddingLeft: 36 } '.bg-padding-l-10[platform=ios]': { backgroundPaddingLeft: 40 } '.bg-padding-l-11[platform=ios]': { backgroundPaddingLeft: 44 } '.bg-padding-l-12[platform=ios]': { backgroundPaddingLeft: 48 } '.bg-padding-l-14[platform=ios]': { backgroundPaddingLeft: 56 } '.bg-padding-l-16[platform=ios]': { backgroundPaddingLeft: 64 } '.bg-padding-l-20[platform=ios]': { backgroundPaddingLeft: 80 } '.bg-padding-l-24[platform=ios]': { backgroundPaddingLeft: 96 } '.bg-padding-l-28[platform=ios]': { backgroundPaddingLeft: 112 } '.bg-padding-l-32[platform=ios]': { backgroundPaddingLeft: 128 } '.bg-padding-l-36[platform=ios]': { backgroundPaddingLeft: 144 } '.bg-padding-l-40[platform=ios]': { backgroundPaddingLeft: 160 } '.bg-padding-l-44[platform=ios]': { backgroundPaddingLeft: 176 } '.bg-padding-l-48[platform=ios]': { backgroundPaddingLeft: 192 } '.bg-padding-l-52[platform=ios]': { backgroundPaddingLeft: 208 } '.bg-padding-l-56[platform=ios]': { backgroundPaddingLeft: 224 } '.bg-padding-l-60[platform=ios]': { backgroundPaddingLeft: 240 } '.bg-padding-l-64[platform=ios]': { backgroundPaddingLeft: 256 } '.bg-padding-l-72[platform=ios]': { backgroundPaddingLeft: 288 } '.bg-padding-l-80[platform=ios]': { backgroundPaddingLeft: 320 } '.bg-padding-l-96[platform=ios]': { backgroundPaddingLeft: 384 } '.bg-padding-l-px[platform=ios]': { backgroundPaddingLeft: '1px' } '.bg-padding-l-0.5[platform=ios]': { backgroundPaddingLeft: 2 } '.bg-padding-l-1.5[platform=ios]': { backgroundPaddingLeft: 6 } '.bg-padding-l-2.5[platform=ios]': { backgroundPaddingLeft: 10 } '.bg-padding-l-3.5[platform=ios]': { backgroundPaddingLeft: 14 } ``` #### backgroundPaddingRight ```css // Component(s): Ti.UI.Label // Property(ies): backgroundPaddingRight - iOS Only '.bg-padding-r-0[platform=ios]': { backgroundPaddingRight: 0 } '.bg-padding-r-1[platform=ios]': { backgroundPaddingRight: 4 } '.bg-padding-r-2[platform=ios]': { backgroundPaddingRight: 8 } '.bg-padding-r-3[platform=ios]': { backgroundPaddingRight: 12 } '.bg-padding-r-4[platform=ios]': { backgroundPaddingRight: 16 } '.bg-padding-r-5[platform=ios]': { backgroundPaddingRight: 20 } '.bg-padding-r-6[platform=ios]': { backgroundPaddingRight: 24 } '.bg-padding-r-7[platform=ios]': { backgroundPaddingRight: 28 } '.bg-padding-r-8[platform=ios]': { backgroundPaddingRight: 32 } '.bg-padding-r-9[platform=ios]': { backgroundPaddingRight: 36 } '.bg-padding-r-10[platform=ios]': { backgroundPaddingRight: 40 } '.bg-padding-r-11[platform=ios]': { backgroundPaddingRight: 44 } '.bg-padding-r-12[platform=ios]': { backgroundPaddingRight: 48 } '.bg-padding-r-14[platform=ios]': { backgroundPaddingRight: 56 } '.bg-padding-r-16[platform=ios]': { backgroundPaddingRight: 64 } '.bg-padding-r-20[platform=ios]': { backgroundPaddingRight: 80 } '.bg-padding-r-24[platform=ios]': { backgroundPaddingRight: 96 } '.bg-padding-r-28[platform=ios]': { backgroundPaddingRight: 112 } '.bg-padding-r-32[platform=ios]': { backgroundPaddingRight: 128 } '.bg-padding-r-36[platform=ios]': { backgroundPaddingRight: 144 } '.bg-padding-r-40[platform=ios]': { backgroundPaddingRight: 160 } '.bg-padding-r-44[platform=ios]': { backgroundPaddingRight: 176 } '.bg-padding-r-48[platform=ios]': { backgroundPaddingRight: 192 } '.bg-padding-r-52[platform=ios]': { backgroundPaddingRight: 208 } '.bg-padding-r-56[platform=ios]': { backgroundPaddingRight: 224 } '.bg-padding-r-60[platform=ios]': { backgroundPaddingRight: 240 } '.bg-padding-r-64[platform=ios]': { backgroundPaddingRight: 256 } '.bg-padding-r-72[platform=ios]': { backgroundPaddingRight: 288 } '.bg-padding-r-80[platform=ios]': { backgroundPaddingRight: 320 } '.bg-padding-r-96[platform=ios]': { backgroundPaddingRight: 384 } '.bg-padding-r-px[platform=ios]': { backgroundPaddingRight: '1px' } '.bg-padding-r-0.5[platform=ios]': { backgroundPaddingRight: 2 } '.bg-padding-r-1.5[platform=ios]': { backgroundPaddingRight: 6 } '.bg-padding-r-2.5[platform=ios]': { backgroundPaddingRight: 10 } '.bg-padding-r-3.5[platform=ios]': { backgroundPaddingRight: 14 } ``` #### backgroundPaddingTop ```css // Component(s): Ti.UI.Label // Property(ies): backgroundPaddingTop - iOS Only '.bg-padding-t-0[platform=ios]': { backgroundPaddingTop: 0 } '.bg-padding-t-1[platform=ios]': { backgroundPaddingTop: 4 } '.bg-padding-t-2[platform=ios]': { backgroundPaddingTop: 8 } '.bg-padding-t-3[platform=ios]': { backgroundPaddingTop: 12 } '.bg-padding-t-4[platform=ios]': { backgroundPaddingTop: 16 } '.bg-padding-t-5[platform=ios]': { backgroundPaddingTop: 20 } '.bg-padding-t-6[platform=ios]': { backgroundPaddingTop: 24 } '.bg-padding-t-7[platform=ios]': { backgroundPaddingTop: 28 } '.bg-padding-t-8[platform=ios]': { backgroundPaddingTop: 32 } '.bg-padding-t-9[platform=ios]': { backgroundPaddingTop: 36 } '.bg-padding-t-10[platform=ios]': { backgroundPaddingTop: 40 } '.bg-padding-t-11[platform=ios]': { backgroundPaddingTop: 44 } '.bg-padding-t-12[platform=ios]': { backgroundPaddingTop: 48 } '.bg-padding-t-14[platform=ios]': { backgroundPaddingTop: 56 } '.bg-padding-t-16[platform=ios]': { backgroundPaddingTop: 64 } '.bg-padding-t-20[platform=ios]': { backgroundPaddingTop: 80 } '.bg-padding-t-24[platform=ios]': { backgroundPaddingTop: 96 } '.bg-padding-t-28[platform=ios]': { backgroundPaddingTop: 112 } '.bg-padding-t-32[platform=ios]': { backgroundPaddingTop: 128 } '.bg-padding-t-36[platform=ios]': { backgroundPaddingTop: 144 } '.bg-padding-t-40[platform=ios]': { backgroundPaddingTop: 160 } '.bg-padding-t-44[platform=ios]': { backgroundPaddingTop: 176 } '.bg-padding-t-48[platform=ios]': { backgroundPaddingTop: 192 } '.bg-padding-t-52[platform=ios]': { backgroundPaddingTop: 208 } '.bg-padding-t-56[platform=ios]': { backgroundPaddingTop: 224 } '.bg-padding-t-60[platform=ios]': { backgroundPaddingTop: 240 } '.bg-padding-t-64[platform=ios]': { backgroundPaddingTop: 256 } '.bg-padding-t-72[platform=ios]': { backgroundPaddingTop: 288 } '.bg-padding-t-80[platform=ios]': { backgroundPaddingTop: 320 } '.bg-padding-t-96[platform=ios]': { backgroundPaddingTop: 384 } '.bg-padding-t-px[platform=ios]': { backgroundPaddingTop: '1px' } '.bg-padding-t-0.5[platform=ios]': { backgroundPaddingTop: 2 } '.bg-padding-t-1.5[platform=ios]': { backgroundPaddingTop: 6 } '.bg-padding-t-2.5[platform=ios]': { backgroundPaddingTop: 10 } '.bg-padding-t-3.5[platform=ios]': { backgroundPaddingTop: 14 } ``` #### backgroundTopCap ```css // Component(s): Ti.UI.Label // Property(ies): backgroundTopCap - iOS Only '.bg-t-cap0[platform=ios]': { backgroundTopCap: 0 } '.bg-t-cap1[platform=ios]': { backgroundTopCap: 4 } '.bg-t-cap2[platform=ios]': { backgroundTopCap: 8 } '.bg-t-cap3[platform=ios]': { backgroundTopCap: 12 } '.bg-t-cap4[platform=ios]': { backgroundTopCap: 16 } '.bg-t-cap5[platform=ios]': { backgroundTopCap: 20 } '.bg-t-cap6[platform=ios]': { backgroundTopCap: 24 } '.bg-t-cap7[platform=ios]': { backgroundTopCap: 28 } '.bg-t-cap8[platform=ios]': { backgroundTopCap: 32 } '.bg-t-cap9[platform=ios]': { backgroundTopCap: 36 } '.bg-t-cap10[platform=ios]': { backgroundTopCap: 40 } '.bg-t-cap11[platform=ios]': { backgroundTopCap: 44 } '.bg-t-cap12[platform=ios]': { backgroundTopCap: 48 } '.bg-t-cap14[platform=ios]': { backgroundTopCap: 56 } '.bg-t-cap16[platform=ios]': { backgroundTopCap: 64 } '.bg-t-cap20[platform=ios]': { backgroundTopCap: 80 } '.bg-t-cap24[platform=ios]': { backgroundTopCap: 96 } '.bg-t-cap28[platform=ios]': { backgroundTopCap: 112 } '.bg-t-cap32[platform=ios]': { backgroundTopCap: 128 } '.bg-t-cap36[platform=ios]': { backgroundTopCap: 144 } '.bg-t-cap40[platform=ios]': { backgroundTopCap: 160 } '.bg-t-cap44[platform=ios]': { backgroundTopCap: 176 } '.bg-t-cap48[platform=ios]': { backgroundTopCap: 192 } '.bg-t-cap52[platform=ios]': { backgroundTopCap: 208 } '.bg-t-cap56[platform=ios]': { backgroundTopCap: 224 } '.bg-t-cap60[platform=ios]': { backgroundTopCap: 240 } '.bg-t-cap64[platform=ios]': { backgroundTopCap: 256 } '.bg-t-cap72[platform=ios]': { backgroundTopCap: 288 } '.bg-t-cap80[platform=ios]': { backgroundTopCap: 320 } '.bg-t-cap96[platform=ios]': { backgroundTopCap: 384 } '.bg-t-cappx[platform=ios]': { backgroundTopCap: '1px' } '.bg-t-cap0.5[platform=ios]': { backgroundTopCap: 2 } '.bg-t-cap1.5[platform=ios]': { backgroundTopCap: 6 } '.bg-t-cap2.5[platform=ios]': { backgroundTopCap: 10 } '.bg-t-cap3.5[platform=ios]': { backgroundTopCap: 14 } ``` #### highlightedColor ```css // Component(s): Ti.UI.Label // Property(ies): highlightedColor '.highlighted-transparent': { highlightedColor: 'transparent' } '.highlighted-black': { highlightedColor: '#000000' } '.highlighted-white': { highlightedColor: '#ffffff' } '.highlighted-slate-50': { highlightedColor: '#f8fafc' } '.highlighted-slate-100': { highlightedColor: '#f1f5f9' } // ... ``` #### includeFontPadding ```css // Component(s): Ti.UI.Label // Property(ies): includeFontPadding - Android Only '.include-font-padding[platform=android]': { includeFontPadding: true } '.dont-include-font-padding[platform=android]': { includeFontPadding: false } ``` #### leftButtonPadding ```css // Component(s): Ti.UI.Label // Property(ies): leftButtonPadding - iOS Only '.left-button-padding-0[platform=ios]': { leftButtonPadding: 0 } '.left-button-padding-1[platform=ios]': { leftButtonPadding: 4 } '.left-button-padding-2[platform=ios]': { leftButtonPadding: 8 } '.left-button-padding-3[platform=ios]': { leftButtonPadding: 12 } '.left-button-padding-4[platform=ios]': { leftButtonPadding: 16 } '.left-button-padding-5[platform=ios]': { leftButtonPadding: 20 } '.left-button-padding-6[platform=ios]': { leftButtonPadding: 24 } '.left-button-padding-7[platform=ios]': { leftButtonPadding: 28 } '.left-button-padding-8[platform=ios]': { leftButtonPadding: 32 } '.left-button-padding-9[platform=ios]': { leftButtonPadding: 36 } '.left-button-padding-10[platform=ios]': { leftButtonPadding: 40 } '.left-button-padding-11[platform=ios]': { leftButtonPadding: 44 } '.left-button-padding-12[platform=ios]': { leftButtonPadding: 48 } '.left-button-padding-14[platform=ios]': { leftButtonPadding: 56 } '.left-button-padding-16[platform=ios]': { leftButtonPadding: 64 } '.left-button-padding-20[platform=ios]': { leftButtonPadding: 80 } '.left-button-padding-24[platform=ios]': { leftButtonPadding: 96 } '.left-button-padding-28[platform=ios]': { leftButtonPadding: 112 } '.left-button-padding-32[platform=ios]': { leftButtonPadding: 128 } '.left-button-padding-36[platform=ios]': { leftButtonPadding: 144 } '.left-button-padding-40[platform=ios]': { leftButtonPadding: 160 } '.left-button-padding-44[platform=ios]': { leftButtonPadding: 176 } '.left-button-padding-48[platform=ios]': { leftButtonPadding: 192 } '.left-button-padding-52[platform=ios]': { leftButtonPadding: 208 } '.left-button-padding-56[platform=ios]': { leftButtonPadding: 224 } '.left-button-padding-60[platform=ios]': { leftButtonPadding: 240 } '.left-button-padding-64[platform=ios]': { leftButtonPadding: 256 } '.left-button-padding-72[platform=ios]': { leftButtonPadding: 288 } '.left-button-padding-80[platform=ios]': { leftButtonPadding: 320 } '.left-button-padding-96[platform=ios]': { leftButtonPadding: 384 } '.left-button-padding-px[platform=ios]': { leftButtonPadding: '1px' } '.left-button-padding-0.5[platform=ios]': { leftButtonPadding: 2 } '.left-button-padding-1.5[platform=ios]': { leftButtonPadding: 6 } '.left-button-padding-2.5[platform=ios]': { leftButtonPadding: 10 } '.left-button-padding-3.5[platform=ios]': { leftButtonPadding: 14 } ``` #### rightButtonPadding ```css // Component(s): Ti.UI.Label // Property(ies): rightButtonPadding - iOS Only '.right-button-padding-0[platform=ios]': { rightButtonPadding: 0 } '.right-button-padding-1[platform=ios]': { rightButtonPadding: 4 } '.right-button-padding-2[platform=ios]': { rightButtonPadding: 8 } '.right-button-padding-3[platform=ios]': { rightButtonPadding: 12 } '.right-button-padding-4[platform=ios]': { rightButtonPadding: 16 } '.right-button-padding-5[platform=ios]': { rightButtonPadding: 20 } '.right-button-padding-6[platform=ios]': { rightButtonPadding: 24 } '.right-button-padding-7[platform=ios]': { rightButtonPadding: 28 } '.right-button-padding-8[platform=ios]': { rightButtonPadding: 32 } '.right-button-padding-9[platform=ios]': { rightButtonPadding: 36 } '.right-button-padding-10[platform=ios]': { rightButtonPadding: 40 } '.right-button-padding-11[platform=ios]': { rightButtonPadding: 44 } '.right-button-padding-12[platform=ios]': { rightButtonPadding: 48 } '.right-button-padding-14[platform=ios]': { rightButtonPadding: 56 } '.right-button-padding-16[platform=ios]': { rightButtonPadding: 64 } '.right-button-padding-20[platform=ios]': { rightButtonPadding: 80 } '.right-button-padding-24[platform=ios]': { rightButtonPadding: 96 } '.right-button-padding-28[platform=ios]': { rightButtonPadding: 112 } '.right-button-padding-32[platform=ios]': { rightButtonPadding: 128 } '.right-button-padding-36[platform=ios]': { rightButtonPadding: 144 } '.right-button-padding-40[platform=ios]': { rightButtonPadding: 160 } '.right-button-padding-44[platform=ios]': { rightButtonPadding: 176 } '.right-button-padding-48[platform=ios]': { rightButtonPadding: 192 } '.right-button-padding-52[platform=ios]': { rightButtonPadding: 208 } '.right-button-padding-56[platform=ios]': { rightButtonPadding: 224 } '.right-button-padding-60[platform=ios]': { rightButtonPadding: 240 } '.right-button-padding-64[platform=ios]': { rightButtonPadding: 256 } '.right-button-padding-72[platform=ios]': { rightButtonPadding: 288 } '.right-button-padding-80[platform=ios]': { rightButtonPadding: 320 } '.right-button-padding-96[platform=ios]': { rightButtonPadding: 384 } '.right-button-padding-px[platform=ios]': { rightButtonPadding: '1px' } '.right-button-padding-0.5[platform=ios]': { rightButtonPadding: 2 } '.right-button-padding-1.5[platform=ios]': { rightButtonPadding: 6 } '.right-button-padding-2.5[platform=ios]': { rightButtonPadding: 10 } '.right-button-padding-3.5[platform=ios]': { rightButtonPadding: 14 } ``` ### Ti.UI.Label, Ti.UI.TextArea #### lines ```css // Component(s): Ti.UI.Label, Ti.UI.TextArea // Property(ies): lines - Android Only '.lines-1[platform=android]': { lines: 1 } '.lines-2[platform=android]': { lines: 2 } '.lines-3[platform=android]': { lines: 3 } '.lines-4[platform=android]': { lines: 4 } '.lines-5[platform=android]': { lines: 5 } '.lines-6[platform=android]': { lines: 6 } '.lines-7[platform=android]': { lines: 7 } '.lines-8[platform=android]': { lines: 8 } '.lines-9[platform=android]': { lines: 9 } '.lines-10[platform=android]': { lines: 10 } '.lines-11[platform=android]': { lines: 11 } '.lines-12[platform=android]': { lines: 12 } ``` #### maxLines ```css // Component(s): Ti.UI.Label, Ti.UI.TextArea // Property(ies): maxLines - Android Only '.max-lines-1[platform=android]': { maxLines: 1 } '.max-lines-2[platform=android]': { maxLines: 2 } '.max-lines-3[platform=android]': { maxLines: 3 } '.max-lines-4[platform=android]': { maxLines: 4 } '.max-lines-5[platform=android]': { maxLines: 5 } '.max-lines-6[platform=android]': { maxLines: 6 } '.max-lines-7[platform=android]': { maxLines: 7 } '.max-lines-8[platform=android]': { maxLines: 8 } '.max-lines-9[platform=android]': { maxLines: 9 } '.max-lines-10[platform=android]': { maxLines: 10 } '.max-lines-11[platform=android]': { maxLines: 11 } '.max-lines-12[platform=android]': { maxLines: 12 } ``` ### Ti.UI.label, Ti.UI.TextField #### minimumFontSize ```css // Component(s): Ti.UI.label, Ti.UI.TextField // Property(ies): minimumFontSize '.minimum-text-xs': { minimumFontSize: 12 } '.minimum-text-sm': { minimumFontSize: 14 } '.minimum-text-base': { minimumFontSize: 16 } '.minimum-text-lg': { minimumFontSize: 18 } '.minimum-text-xl': { minimumFontSize: 20 } '.minimum-text-2xl': { minimumFontSize: 24 } '.minimum-text-3xl': { minimumFontSize: 30 } '.minimum-text-4xl': { minimumFontSize: 36 } '.minimum-text-5xl': { minimumFontSize: 48 } '.minimum-text-6xl': { minimumFontSize: 60 } '.minimum-text-7xl': { minimumFontSize: 72 } '.minimum-text-8xl': { minimumFontSize: 96 } '.minimum-text-9xl': { minimumFontSize: 128 } ``` ### Ti.UI.TextField #### clearButtonMode ```css // Component(s): Ti.UI.TextField // Property(ies): clearButtonMode - iOS Only '.clear-button-mode-always[platform=ios]': { clearButtonMode: Ti.UI.INPUT_BUTTONMODE_ALWAYS } '.clear-button-mode-never[platform=ios]': { clearButtonMode: Ti.UI.INPUT_BUTTONMODE_NEVER } '.clear-button-mode-on-blur[platform=ios]': { clearButtonMode: Ti.UI.INPUT_BUTTONMODE_ONBLUR } '.clear-button-mode-on-focus[platform=ios]': { clearButtonMode: Ti.UI.INPUT_BUTTONMODE_ONFOCUS } ``` #### inputType ```css // Component(s): Ti.UI.TextField // Property(ies): inputType - Android Only '.input-type-class-number[platform=android]': { inputType: Ti.UI.INPUT_TYPE_CLASS_NUMBER } '.input-type-class-text[platform=android]': { inputType: Ti.UI.INPUT_TYPE_CLASS_TEXT } ``` #### leftButtonMode ```css // Component(s): Ti.UI.TextField // Property(ies): leftButtonMode - iOS Only '.left-button-mode-always[platform=ios]': { leftButtonMode: Ti.UI.INPUT_BUTTONMODE_ALWAYS } '.left-button-mode-never[platform=ios]': { leftButtonMode: Ti.UI.INPUT_BUTTONMODE_NEVER } '.left-button-mode-on-blur[platform=ios]': { leftButtonMode: Ti.UI.INPUT_BUTTONMODE_ONBLUR } '.left-button-mode-on-focus[platform=ios]': { leftButtonMode: Ti.UI.INPUT_BUTTONMODE_ONFOCUS } ``` #### rightButtonMode ```css // Component(s): Ti.UI.TextField // Property(ies): rightButtonMode - iOS Only '.right-button-mode-always[platform=ios]': { rightButtonMode: Ti.UI.INPUT_BUTTONMODE_ALWAYS } '.right-button-mode-never[platform=ios]': { rightButtonMode: Ti.UI.INPUT_BUTTONMODE_NEVER } '.right-button-mode-on-blur[platform=ios]': { rightButtonMode: Ti.UI.INPUT_BUTTONMODE_ONBLUR } '.right-button-mode-on-focus[platform=ios]': { rightButtonMode: Ti.UI.INPUT_BUTTONMODE_ONFOCUS } ``` ### Ti.UI.TextArea, Ti.UI.TextField #### clearOnEdit ```css // Component(s): Ti.UI.TextArea, Ti.UI.TextField // Property(ies): clearOnEdit - Android Only '.clear-on-edit[platform=android]': { clearOnEdit: true } '.dont-clear-on-edit[platform=android]': { clearOnEdit: false } ``` #### hintType ```css // Component(s): Ti.UI.TextArea, Ti.UI.TextField // Property(ies): hintType - Android Only '.hint-type-static[platform=android]': { hintType: Ti.UI.HINT_TYPE_STATIC } '.hint-type-animated[platform=android]': { hintType: Ti.UI.HINT_TYPE_ANIMATED } ``` #### keyboardToolbarHeight ```css // Component(s): Ti.UI.TextArea, Ti.UI.TextField // Property(ies): keyboardToolbarHeight - iOS Only '.keyboard-toolbar-h-0[platform=ios]': { keyboardToolbarHeight: 0 } '.keyboard-toolbar-h-1[platform=ios]': { keyboardToolbarHeight: 4 } '.keyboard-toolbar-h-2[platform=ios]': { keyboardToolbarHeight: 8 } '.keyboard-toolbar-h-3[platform=ios]': { keyboardToolbarHeight: 12 } '.keyboard-toolbar-h-4[platform=ios]': { keyboardToolbarHeight: 16 } '.keyboard-toolbar-h-5[platform=ios]': { keyboardToolbarHeight: 20 } '.keyboard-toolbar-h-6[platform=ios]': { keyboardToolbarHeight: 24 } '.keyboard-toolbar-h-7[platform=ios]': { keyboardToolbarHeight: 28 } '.keyboard-toolbar-h-8[platform=ios]': { keyboardToolbarHeight: 32 } '.keyboard-toolbar-h-9[platform=ios]': { keyboardToolbarHeight: 36 } '.keyboard-toolbar-h-10[platform=ios]': { keyboardToolbarHeight: 40 } '.keyboard-toolbar-h-11[platform=ios]': { keyboardToolbarHeight: 44 } '.keyboard-toolbar-h-12[platform=ios]': { keyboardToolbarHeight: 48 } '.keyboard-toolbar-h-14[platform=ios]': { keyboardToolbarHeight: 56 } '.keyboard-toolbar-h-16[platform=ios]': { keyboardToolbarHeight: 64 } '.keyboard-toolbar-h-20[platform=ios]': { keyboardToolbarHeight: 80 } '.keyboard-toolbar-h-24[platform=ios]': { keyboardToolbarHeight: 96 } '.keyboard-toolbar-h-28[platform=ios]': { keyboardToolbarHeight: 112 } '.keyboard-toolbar-h-32[platform=ios]': { keyboardToolbarHeight: 128 } '.keyboard-toolbar-h-36[platform=ios]': { keyboardToolbarHeight: 144 } '.keyboard-toolbar-h-40[platform=ios]': { keyboardToolbarHeight: 160 } '.keyboard-toolbar-h-44[platform=ios]': { keyboardToolbarHeight: 176 } '.keyboard-toolbar-h-48[platform=ios]': { keyboardToolbarHeight: 192 } '.keyboard-toolbar-h-52[platform=ios]': { keyboardToolbarHeight: 208 } '.keyboard-toolbar-h-56[platform=ios]': { keyboardToolbarHeight: 224 } '.keyboard-toolbar-h-60[platform=ios]': { keyboardToolbarHeight: 240 } '.keyboard-toolbar-h-64[platform=ios]': { keyboardToolbarHeight: 256 } '.keyboard-toolbar-h-72[platform=ios]': { keyboardToolbarHeight: 288 } '.keyboard-toolbar-h-80[platform=ios]': { keyboardToolbarHeight: 320 } '.keyboard-toolbar-h-96[platform=ios]': { keyboardToolbarHeight: 384 } '.keyboard-toolbar-h-px[platform=ios]': { keyboardToolbarHeight: '1px' } '.keyboard-toolbar-h-0.5[platform=ios]': { keyboardToolbarHeight: 2 } '.keyboard-toolbar-h-1.5[platform=ios]': { keyboardToolbarHeight: 6 } '.keyboard-toolbar-h-2.5[platform=ios]': { keyboardToolbarHeight: 10 } '.keyboard-toolbar-h-3.5[platform=ios]': { keyboardToolbarHeight: 14 } ``` #### showUndoRedoActions ```css // Component(s): Ti.UI.TextArea, Ti.UI.TextField // Property(ies): showUndoRedoActions - iOS Only '.show-undo-redo-actions[platform=ios]': { showUndoRedoActions: true } '.hide-undo-redo-actions[platform=ios]': { showUndoRedoActions: false } ``` #### suppressReturn ```css // Component(s): Ti.UI.TextArea, Ti.UI.TextField // Property(ies): suppressReturn - iOS Only '.suppress-return[platform=ios]': { suppressReturn: true } '.dont-suppress-return[platform=ios]': { suppressReturn: false } ``` ### Ti.UI.ScrollView #### canCancelEvents ```css // Component(s): Ti.UI.ScrollView // Property(ies): canCancelEvents '.can-cancel-events': { canCancelEvents: true } '.cant-cancel-events': { canCancelEvents: false } ``` #### contentHeight And contentWidth ```css // Component(s): Ti.UI.ScrollView // Property(ies): contentWidth, contentHeight '.content-auto': { contentWidth: Ti.UI.SIZE, contentHeight: Ti.UI.SIZE } '.content-screen': { contentWidth: Ti.UI.FILL, contentHeight: Ti.UI.FILL } ``` #### contentWidth ```css // Component(s): Ti.UI.ScrollView // Property(ies): contentWidth '.content-w-0': { contentWidth: 0 } '.content-w-1': { contentWidth: 4 } '.content-w-2': { contentWidth: 8 } '.content-w-3': { contentWidth: 12 } '.content-w-4': { contentWidth: 16 } '.content-w-5': { contentWidth: 20 } '.content-w-6': { contentWidth: 24 } '.content-w-7': { contentWidth: 28 } '.content-w-8': { contentWidth: 32 } '.content-w-9': { contentWidth: 36 } '.content-w-10': { contentWidth: 40 } // ... ``` #### contentHeight ```css // Component(s): Ti.UI.ScrollView // Property(ies): contentHeight '.content-h-0': { contentHeight: 0 } '.content-h-1': { contentHeight: 4 } '.content-h-2': { contentHeight: 8 } '.content-h-3': { contentHeight: 12 } '.content-h-4': { contentHeight: 16 } '.content-h-5': { contentHeight: 20 } '.content-h-6': { contentHeight: 24 } '.content-h-7': { contentHeight: 28 } '.content-h-8': { contentHeight: 32 } '.content-h-9': { contentHeight: 36 } '.content-h-10': { contentHeight: 40 } // ... ``` #### maxZoomScale ```css // Component(s): Ti.UI.ScrollView // Property(ies): maxZoomScale '.max-zoom-scale-0[platform=ios]': { maxZoomScale: '0' } '.max-zoom-scale-1[platform=ios]': { maxZoomScale: '.01' } '.max-zoom-scale-5[platform=ios]': { maxZoomScale: '.05' } '.max-zoom-scale-10[platform=ios]': { maxZoomScale: '.10' } '.max-zoom-scale-25[platform=ios]': { maxZoomScale: '.25' } '.max-zoom-scale-50[platform=ios]': { maxZoomScale: '.5' } '.max-zoom-scale-75[platform=ios]': { maxZoomScale: '.75' } '.max-zoom-scale-90[platform=ios]': { maxZoomScale: '.9' } '.max-zoom-scale-95[platform=ios]': { maxZoomScale: '.95' } '.max-zoom-scale-100[platform=ios]': { maxZoomScale: '1' } '.max-zoom-scale-105[platform=ios]': { maxZoomScale: '1.05' } '.max-zoom-scale-110[platform=ios]': { maxZoomScale: '1.1' } '.max-zoom-scale-125[platform=ios]': { maxZoomScale: '1.25' } '.max-zoom-scale-150[platform=ios]': { maxZoomScale: '1.5' } ``` #### minZoomScale ```css // Component(s): Ti.UI.ScrollView // Property(ies): minZoomScale '.min-zoom-scale-0[platform=ios]': { minZoomScale: '0' } '.min-zoom-scale-1[platform=ios]': { minZoomScale: '.01' } '.min-zoom-scale-5[platform=ios]': { minZoomScale: '.05' } '.min-zoom-scale-10[platform=ios]': { minZoomScale: '.10' } '.min-zoom-scale-25[platform=ios]': { minZoomScale: '.25' } '.min-zoom-scale-50[platform=ios]': { minZoomScale: '.5' } '.min-zoom-scale-75[platform=ios]': { minZoomScale: '.75' } '.min-zoom-scale-90[platform=ios]': { minZoomScale: '.9' } '.min-zoom-scale-95[platform=ios]': { minZoomScale: '.95' } '.min-zoom-scale-100[platform=ios]': { minZoomScale: '1' } '.min-zoom-scale-105[platform=ios]': { minZoomScale: '1.05' } '.min-zoom-scale-110[platform=ios]': { minZoomScale: '1.1' } '.min-zoom-scale-125[platform=ios]': { minZoomScale: '1.25' } '.min-zoom-scale-150[platform=ios]': { minZoomScale: '1.5' } ```ixed-content-mode[platform=android]': { mixedContentMode: false } ``` #### verticalBounce ```css // Component(s): Ti.UI.ScrollView // Property(ies): verticalBounce - iOS Only '.vertical-bounce[platform=ios]': { verticalBounce: true } '.no-vertical-bounce[platform=ios]': { verticalBounce: false } ``` #### zoomScale ```css // Component(s): Ti.UI.ScrollView // Property(ies): zoomScale '.zoom-scale-0[platform=ios]': { zoomScale: '0' } '.zoom-scale-1[platform=ios]': { zoomScale: '.01' } '.zoom-scale-5[platform=ios]': { zoomScale: '.05' } '.zoom-scale-10[platform=ios]': { zoomScale: '.10' } '.zoom-scale-25[platform=ios]': { zoomScale: '.25' } '.zoom-scale-50[platform=ios]': { zoomScale: '.5' } '.zoom-scale-75[platform=ios]': { zoomScale: '.75' } '.zoom-scale-90[platform=ios]': { zoomScale: '.9' } '.zoom-scale-95[platform=ios]': { zoomScale: '.95' } '.zoom-scale-100[platform=ios]': { zoomScale: '1' } '.zoom-scale-105[platform=ios]': { zoomScale: '1.05' } '.zoom-scale-110[platform=ios]': { zoomScale: '1.1' } '.zoom-scale-125[platform=ios]': { zoomScale: '1.25' } '.zoom-scale-150[platform=ios]': { zoomScale: '1.5' } ``` ### Ti.UI.ListItem #### accessoryType ```css // Component(s): Ti.UI.ListItem // Property(ies): accessoryType '.accesory-type-checkmark': { accessoryType: Ti.UI.LIST_ACCESSORY_TYPE_CHECKMARK } '.accesory-type-detail': { accessoryType: Ti.UI.LIST_ACCESSORY_TYPE_DETAIL } '.accesory-type-disclosure': { accessoryType: Ti.UI.LIST_ACCESSORY_TYPE_DISCLOSURE } '.accesory-type-none': { accessoryType: Ti.UI.LIST_ACCESSORY_TYPE_NONE } ``` #### canEdit ```css // Component(s): Ti.UI.ListItem // Property(ies): canEdit '.can-edit': { canEdit: true } '.cant-edit': { canEdit: false } ``` #### canInsert ```css // Component(s): Ti.UI.ListItem // Property(ies): canInsert '.can-insert': { canInsert: true } '.cant-insert': { canInsert: false } ``` #### canMove ```css // Component(s): Ti.UI.ListItem // Property(ies): canMove '.can-move': { canMove: true } '.cant-move': { canMove: false } ``` #### selectedSubtitleColor ```css // Component(s): Ti.UI.ListItem // Property(ies): selectedSubtitleColor - iOS Only '.selected-subtitle-transparent[platform=ios]': { selectedSubtitleColor: 'transparent' } '.selected-subtitle-black[platform=ios]': { selectedSubtitleColor: '#000000' } '.selected-subtitle-white[platform=ios]': { selectedSubtitleColor: '#ffffff' } '.selected-subtitle-slate-50[platform=ios]': { selectedSubtitleColor: '#f8fafc' } '.selected-subtitle-slate-100[platform=ios]': { selectedSubtitleColor: '#f1f5f9' } // ... ``` #### subtitleColor ```css // Component(s): Ti.UI.ListItem // Property(ies): selectedSubtitleColor - iOS Only '.selected-subtitle-transparent[platform=ios]': { selectedSubtitleColor: 'transparent' } '.selected-subtitle-black[platform=ios]': { selectedSubtitleColor: '#000000' } '.selected-subtitle-white[platform=ios]': { selectedSubtitleColor: '#ffffff' } '.selected-subtitle-slate-50[platform=ios]': { selectedSubtitleColor: '#f8fafc' } '.selected-subtitle-slate-100[platform=ios]': { selectedSubtitleColor: '#f1f5f9' } // ... ``` #### backgroundSelectedGradient ```css // Component(s): Ti.UI.ListItem, Ti.UI.View // Property(ies): backgroundSelectedGradient: colors - From Color - iOS Only '.bg-selected-from-transparent': { backgroundSelectedGradient: { colors: [ 'transparent', 'transparent' ] } } '.bg-selected-from-black': { backgroundSelectedGradient: { colors: [ '#00000000', '#000000' ] } } '.bg-selected-from-white': { backgroundSelectedGradient: { colors: [ '#00ffffff', '#ffffff' ] } } '.bg-selected-from-slate-50': { backgroundSelectedGradient: { colors: [ '#00f8fafc', '#f8fafc' ] } } '.bg-selected-from-slate-100': { backgroundSelectedGradient: { colors: [ '#00f1f5f9', '#f1f5f9' ] } } // ... ``` ### Ti.UI.View #### backgroundDisabledColor ```css // Component(s): Ti.UI.View // Property(ies): backgroundDisabledColor - Android Only '.bg-disabled-transparent[platform=android]': { backgroundDisabledColor: 'transparent' } '.bg-disabled-black[platform=android]': { backgroundDisabledColor: '#000000' } '.bg-disabled-white[platform=android]': { backgroundDisabledColor: '#ffffff' } '.bg-disabled-slate-50[platform=android]': { backgroundDisabledColor: '#f8fafc' } '.bg-disabled-slate-100[platform=android]': { backgroundDisabledColor: '#f1f5f9' } // ... ``` #### filterTouchesWhenObscured ```css // Component(s): Ti.UI.View // Property(ies): filterTouchesWhenObscured - Android Only '.filter-touches-when-obscured[platform=android]': { filterTouchesWhenObscured: true } '.dont-filter-touches-when-obscured[platform=android]': { filterTouchesWhenObscured: false } ``` #### focusable ```css // Component(s): Ti.UI.View // Property(ies): focusable - Android Only '.focusable[platform=android]': { focusable: true } '.no-focusable[platform=android]': { focusable: false } ``` #### hiddenBehavior ```css // Component(s): Ti.UI.View // Property(ies): hiddenBehavior - Android Only '.hidden-behavior[platform=android]': { hiddenBehavior: true } '.no-hidden-behavior[platform=android]': { hiddenBehavior: false } ``` #### horizontalWrap ```css // Component(s): Ti.UI.View // Property(ies): horizontalWrap - Android Only '.horizontal-wrap[platform=android]': { horizontalWrap: true } '.no-horizontal-wrap[platform=android]': { horizontalWrap: false } ``` #### overrideCurrentAnimation ```css // Component(s): Ti.UI.View // Property(ies): overrideCurrentAnimation - Android Only '.override-current-animation[platform=android]': { overrideCurrentAnimation: true } '.dont-override-current-animation[platform=android]': { overrideCurrentAnimation: false } ``` #### pullBackgroundColor ```css // Component(s): Ti.UI.View // Property(ies): pullBackgroundColor - iOS Only '.pull-bg-transparent[platform=ios]': { pullBackgroundColor: 'transparent' } '.pull-bg-black[platform=ios]': { pullBackgroundColor: '#000000' } '.pull-bg-white[platform=ios]': { pullBackgroundColor: '#ffffff' } '.pull-bg-slate-50[platform=ios]': { pullBackgroundColor: '#f8fafc' } '.pull-bg-slate-100[platform=ios]': { pullBackgroundColor: '#f1f5f9' } ``` ### Ti.UI.ImageView #### autorotate ```css // Component(s): Ti.UI.ImageView // Property(ies): autorotate '.autorotate': { autorotate: true } '.dont-autorotate': { autorotate: false } ``` #### imageTouchFeedback ```css // Component(s): Ti.UI.ImageView // Property(ies): imageTouchFeedback - Android Only '.image-touch-feedback[platform=android]': { imageTouchFeedback: true } '.no-image-touch-feedback[platform=android]': { imageTouchFeedback: false } ``` #### imageTouchFeedbackColor ```css // Component(s): Ti.UI.ImageView // Property(ies): imageTouchFeedbackColor - Android Only '.image-touch-feedback-transparent[platform=android]': { imageTouchF